How to use custom checkpoints in QuickTest Professional?
Answer / anupam mishra
Custom check points ara user specifice Check points,if we
want to check particular object/or its any property then we
make custome check points
Example
Function VerifyObjectExists(AppObject )
If AppObject.Exist Then
'Print "Object Exist"
VerifyObjectExists= "True"
Else
;Print "Object does not exist"
VerifyObjectExists="False"
End If
End Function
set Obj=dialog("Login").WinButton("OK")
VerifyObjectExists(Obj)
| Is This Answer Correct ? | 8 Yes | 1 No |
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How do u write script in qtp? where do u write?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Associated files in QTP?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
how to idetfy which test cases are automated?who will deside that plz tell me
How will you handle application crash using recovery scenario manager(step by step process)?
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
what r the drawbacks and limitations of QTP?
What are the different attribute used with regular expression?
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?