Jump to content

slu

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by slu

  1. Where can I find the installer options? Usually, we can find out the options by /? when doing windows commands or installshield installers.
  2. Thanks for all the replies. Using the installer with parameter /S works. The zip file vesrion still needs one user interaction.
  3. Autoit is designed for automating the Windows GUI. I need to install Autoit from command line without any user interaction, but I could find any document about it.
  4. Hi All, I tried following this java UDF instruction to install the program few days ago, but not able to run JavaFerret.exe (could not get any error output, either command output or system event). I havd one question about steps to manually check and update the Java Access Bridge that the downloaded Java Access Bridge only have three jaccess-1_x.jar files. There are for java 1.2, 1.3 and 1.4. My java version is v1.6. I am not sure the failure of JavaFerret.exe running is due to this. Your help is very much appreciated. -Slu
  5. I followed this java UDF link to install the program few days ago, but not able to run JavaFerret.exe (could not get any error output, either command outpur or system event). I havd one question about steps from the UDF link that the downloaded Java Access Bridge only have three jaccess-1_x.jar files. There are for java 1.2, 1.3 and 1.4. My java version is v1.6. I am not sure if the failure of JavaFerret.exe running is due to this. It is much appreciated if someone could help me.
  6. Hi, Would you mind post a simple example code to integrate AutoIt with Java? Thanks.
  7. I tried following this java UDF link to install the program few days ago, but not able to run JavaFerret.exe (could not get any error output, either command outpur or system event). I havd one problem about steps from the UDF link that the downloaded Java Access Bridge only have three jaccess-1_x.jar files. There are for java 1.2, 1.3 and 1.4. My java version is v1.6. I am not sure the failure of JavaFerret.exe running is due to this. Hava you successfully run JavaFerret.exe and got jva window info?
  8. AutoIt Info tool does not for our java programs, only works for our other programs written in dotnet.
  9. My product under test is a MS Excel add-in, and other programs launched from Excel are either dotnet or java program. Most controls functions need to know controlID, but I am not sure what is controlID in our java program. I tried to use TEXT - The text on a control, for example "&Next" on a button, but still got empty string from ControlGetText or empty handler from ControlGetHandle. Any help is appreciated.
  10. Thanks for the answers to my questions. For question 1, I created another .au3 file which executes all my au3 files in sequence. In this way, the users (Product QA) can easily modify that file. If there is need to run different set of .au3 files on different products or platforms, I can put them in different config files and read config files according to the test needs. I also created some au3 files served as libraries, just as what you suggested. Question 2: Looks like window title is easy to check, but the contents are hard, like some java programs. I only get title, but content is enpty.
  11. After launching Autoit v3 Window Info, all fields it displays are empty. The title of the program window is "(Frozen)Autoit v3 Window Info". Does anyone encounter the same problem?
  12. Hi, I am new to Autoit and have few general questions: 1. I created few au3 files and each of them is for a test case, how can I run them as a test suite? 2. When I run the test, how can I verify something like window title name, the contents in the window or other data? 3. Does anyone has experience to test MS Excel menu (not workbook in the Excel) using Autoit? May I have an example code? (not just use Send("$key"). Thanks, Slu
×
×
  • Create New...