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
Explain about tristate constants?
Explain the support of asp for vb script functionality?
Which keyword is used to declare a variable in the vbscript language?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Which object provide information about a single runtime error in a vbscript?
Explain about scrrun.dll in vbscript?
Explain the extension .hta?
Explain the adodb.stream class?
How to open excel in vb script?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
how to increase the values in text box in a given text box increament by two values by clicking on button
when we use filter funtiom invb script(QTP)
How to throw an error in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?