Jump to content

Vivek221

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    Bangalore

Vivek221's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. The JSystem framework was not very user friendly. The packages mentioned in it are also not easily available. I am planning to create my own testing utility. This seems to be the only option. Regards, Vivekananda
  2. Thanks for the reply. I couldn't get the required information from the forms. But i found a framework called "Jsystem" (http://www.jsystemtest.org/). I feel it might help me. I will try it and post my finds. Regards, Vivekananda
  3. Hello everyone, I have created some scripts to install software silently. Now i would like to automate tests for those scripts.I have tried to create some tests using selenium (Blue Duck Driver). But i am not able to do it. All i want to do is run my scripts through a series of tests and generate pass/fail. I am very new to testing, so can some one please tell me how to create automated tests for autoit scripts. Regards, Vivekananda
  4. Thank you all. I wanted to see what registry changes a software makes during installations. So that i can easily find the software installed on a PC. Finally i ended up using RegRead and RegEnumKey("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall",$instance). This did the trick. Regards, Vivekananda
  5. Hello again, I want to find the registry changes made when installing a software. I am using Windows 7 OS. Please suggest some ways to do it. Regards, Vivekananda
  6. Thanks. Regards, VIvekananda
  7. Thanks vegan, your code helped. Can u explain why is the working directory set to "C:UsersTHIC", isn't it the place where my running script is located? I mean when the correct path is provided, why is the system unable to locate it? Regards, , Vivekananda
  8. Hi all, This is my first week with AutoIt. I wanted to run an application (ICI.exe) from my script. I have placed ICI.exe in "C:UsersTHIC" folder. I then used Run("C:UsersTHICICI.exe") in the script . It says "System cannot find the specified file ". Please advice. Thanks, Vivekananda
×
×
  • Create New...