Why to add checkpoint in QTP
What's the purpose of checkpoints & how to add it
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aryan
It is Verification &validation point or test point
Which is used to compare the current values of an application with expected values for that property.This enables you to identify wheather your application functioning correctly
| Is This Answer Correct ? | 4 Yes | 1 No |
write a vb script to generate 3*3 matrix
What is the extension of the vbscript file?
How to insert snapshot during manual scripting in QTP?
write a vb script to calculate factorial of a number?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Explain vbscript in detail?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
How to delete a cookie using vbscript?
What is the scope of a constant declared using public?
input values to accept 2 numbers & print the product, difference and sum using switch case