Creating QA Wizard Pro batch script files is an ideal way to run scripts unattended. However, it is possible for a script in a batch file to fail and prevent subsequent scripts from running. The failed script may leave multiple instances of the application open, or an unexpected popup window may grab focus and prevent the application from shutting down gracefully.
Continue reading…
Archive for December, 2008
You can use the RunCommand statement in a QA Wizard Pro script to execute a DOS command from the Windows command line. The information required for a RunCommand statement includes:
- Executable path
- Working directory
- Command line arguments








