What is watchlist?

Questions by prasu   answers by prasu

Showing Answers 1 - 2 of 2 Answers

rashi

  • Nov 16th, 2007
 

The Watch List enables you to monitor the values of variables, expressions, and arrays while you debug a test script. The variables, expressions, and arrays that you select using the Add Watch command appear in the Watch List dialog box.
Each entry in the Watch List is followed by a colon and a number representing the current value of the entry. If you display the Watch List, you can monitor changes in the values of the Watch List entries as a test is executed. The values in the Watch List are updated only when WinRunner stops test execution—that is, at the end of a test, after a Step command, at a breakpoint, etc.

You can also use the Watch List dialog box to add, delete, and modify variables, expressions, and arrays in the Watch List, and assign values to the Watch List entries.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions