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 |
How will you get the largest subscript of an array in vbscript?
what is the standards used for writing the script in QTP
How will you get the last occurrence of one string within another string using vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
What are lbound and ubound in the vbscript language?
What are the 2 ways in which a variable can be declared in the vbscript language?
what does create object actually do when you call it 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?
what is fire event method in qtp?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
What is Procedure or Subroutine in VB Script?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...