Hi All. Can you please explaing what is checkpoint? How it
Will Work? what is meaning of "check checkpoint
("proprtname").how it will compate with expected value?
Thanks in Advance............... Lakshmi
Answers were Sorted based on User's Feedback
Answer / roli mohanty
check point is a verification point to ensure that certain
feature of application behave properly.when we insert a
checkpoint while recording quicktest inserts the statement
Check.checkpoint(propertyname)
checkpoint compares thethe actual property value with the
expected value .onthe basis of that quick test gives on
the result window as check point is pass or fail
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / gopinath reddy
check points is one of the option in qtp.its a verication and validation point.it used to validate to expected results
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you declare a variable in qtp?
Tell me the situations where we will use Data Driven?
how your doing reporting in your script?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
How to Identify broken links in QTP
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.
what is file database
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
how to main tain the Old scripts in qtp?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..