Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there checkpoints available in TestComplete?

checkpoints TestComplete
0
Posted

Are there checkpoints available in TestComplete?

0

A.: To check a value of an object property, you can use the if … then script statement to compare the object property with the desired value and then perform actions according to the comparison results. For example: [VBScript] If EditBoxObj.wText = “TestValue” Then Call Log.Message(“Correct”) Else Call Log.Error(“Incorrect”) End If Additionally, in TestComplete 6 you can use the following checkpoint types: • Property checkpoints – verify an object’s property value. • Object checkpoints – verify collections of object properties. • Table checkpoints – verify data in tabular controls (grids, list views, list boxes, etc.) • File checkpoints – compare files. • XML checkpoints – compare XML documents. • Database checkpoints – verify data stored in a database. • Region checkpoints – compare images, or searches for an image within another image. • Web service checkpoints – verify responses of web service’s methods. • Web accessibility checkpoints – perform various checks of web pages (for ex

0

A.: To check a value of an object property, you can use the if … then script statement to compare the object property with the desired value and then perform actions according to the comparison results. For example: [VBScript] If EditBoxObj.wText = “TestValue” Then Call Log.Message(“Correct”) Else Call Log.Error(“Incorrect”) End If Additionally, since TestComplete 6 you can use the following checkpoint types: • Property checkpoints — verify an object’s property value. • Object checkpoints — verify collections of object properties. • Table checkpoints — verify data in tabular controls (grids, list views, list boxes, etc.) • File checkpoints — compare files. • XML checkpoints — compare XML documents. • Database checkpoints — verify data stored in a database. • Region checkpoints — compare images, or searches for an image within another image. • Web service checkpoints — verify responses of web service’s methods. • Web accessibility checkpoints — perform various checks of web pages (for

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123