Monday, May 22, 2006

SilkTest FAQs

What is SilkTest?

SilkTest is a software testing automation tool developed by Segue Software, Inc.


What is SilkTest project?

A SilkTest project is a collection of files that contains required information about a test project.


How to maintain recovery system?

In your TestCaseExit () function you can incorporate like
If condition == 1
do this
If condition == 2
do that


How to link an error in the result file to the script file?

  1. Make sure the Result window is open with result file.
  2. Click Results/Pass/Fail Report. The Pass/Fail Report dialog box shows up.
  3. Select an attribute on which you want the report to be based on. For example: Component.
  4. Click the Generate button.
  5. SilkTest generates a report in the Pass/Fail Report dialog box.
  6. You can print or export the report.
  7. Click the Close button to close the Pass/Fail Report dialog box.

How to open an existing SilkTest project?

  1. Run SilkTest.
  2. Select File menu.
  3. Select Open Project.
  4. Select the project.
  5. Click OK.
  6. SilkTest will open the selected project.

Can SilkTest switch browsers automatically?

You can, but there's a few steps that need to be done.
You need to use Organizer to do this. There you can re-run the same testcases but at the top open a different .opt (options) file. You have to save these 2 opt files though after you set the runtime with Netscape, save the 1st one and save another after you set it up with IE.
Read more about organizer to learn more.


More ......

No comments: