Why to add checkpoint in QTP
What's the purpose of checkpoints & how to add it
Answer Posted / satyanj
Check point is a validation point. During recording the
checkpoint, we specify the Exp. value. So while running the
script, Qtp checks the value of the runtime object and it
compares with the Exp. value. And report the result in Test
Results.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How will you get a string with the specified character the specified number of times in vbscript?
how to acces the remote mechine using vb cript(QTP)
What are class events?
Which object provide information about a single runtime error in a vbscript?
What is the difference between a dictionary and an array?
What is sql loader? Explain the files used by sql loader to load file?
How will you convert a string to lower case string using vbscript?
Explain few date functions in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
Explain the arrays in vb script?
How can constants be declared in the vbscript language?
Mention what are the rules to name variable in vbscript?
How to access array data?