Friday, June 4, 2010

QA Automation using Silk Test

To Start an application in SilkTest using the built-in function:

You can use the built-in include file "bwcompat.inc" that comes with SilkTest to start an application. Here are the steps:

1. Include the "bwcompat.inc" (find the location of this file and use the complete path) file in your own include file or test scripts

2. Call the function "APP_Start". Here is an example:

APP_Start("application.exe")

You can call *.exe, *.bat files using the above function

No comments:

Post a Comment