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 |
What are the different attribute used with regular expression?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is test fusion report?
How to connect to data base?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
How to use the object spy in quicktest professional 8.0 version?
what is vss and cvs what is main difference b/w these two
What is the use of Accessibility check point?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?