RahulGhule Posted March 29, 2016 Posted March 29, 2016 My installer is developed using InstallAnywhere. I want to automate the installation but AutoIT window Info is unable to locate object on window. It just shows class name "SunAwtClass". Can AutoIT is able to automates installer developed using Install Anywhere?
orbs Posted March 29, 2016 Posted March 29, 2016 @RahulGhule, welcome to AutoIt and to the forum! InstallAnywhere, like any decent installer, supports both silent and unattended installation modes (which are not the same). see here. besides, you say you are considering AutoIt to automate installation on Windows, therefore i assume your installed application is a Windows application, not Linux/Mac/whatever. InstallAnywhere is a multi-platform installer, so it is using Java. Java is not using Windows controls, therefore it does not play well with AutoIt (search the forum for Java-related topics). so it seems your choice of InstallAnywhere is not ... optimal. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff
RahulGhule Posted March 29, 2016 Author Posted March 29, 2016 Will there be any solution to do panel testing of InstallAnywhere application?
orbs Posted March 29, 2016 Posted March 29, 2016 what exactly do you mean by "panel testing"? Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff
RahulGhule Posted March 29, 2016 Author Posted March 29, 2016 Like, my .exe has some panel where user needs to enter some values. For example. A field of Phone Number. I want to test that Phone Number field must accept only number not alphabets. How can i check such kind of validations?
orbs Posted March 29, 2016 Posted March 29, 2016 (edited) input sanitation is done within and by InstallAnywhere. you will need to review the InstallAnywhere manual (page 258, topic "Getting User Input at Run Time"). Edited March 29, 2016 by orbs Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now