Monday, November 5, 2007

Winrunner -Programming Techniques and Checkpoints

Programming Techniques
You can use programming to create an entire test, or to add logic to your recorded test. Adding elements such as conditional statements, loops, and arithmetic operators enables you to create a more powerful and complex test.

Checkpoints

Checkpoints enable you to compare the current behavior of your application to its expected behavior.
You can add four types of checkpoints to your tests:
GUI checkpoints check information about GUI objects. For example, you can check that a button is enabled or see which item is selected in a list.
Database checkpoints check the data content in a database.
Text checkpoints read text in GUI objects and in bitmaps, and enable you to check their contents.
Bitmap checkpoints compare a "snapshot" of a window or an area in your application to an image captured in an earlier version.

1 comment:

Unknown said...

I've just runed into your blog and I must say it's pretty interesting. My regular job is involved with QA and Software testing and I sure will take time to analyse everything elaborated here.

Keep up the good work.