How to check the particular window is exist or not with out
using check points
Answer Posted / archana
If window("Flight Reservation").Exist<>0 Then
msgbox "window exists"
else
msgbox "window doesnot exists"
End If
Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
How can you fetch the value of a cookie?
Explain different types of segment?
Mention what if you do not specify anything when you call a procedure?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
what is event handling?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is the use of the formatdatetime function in the vbscript language?
What are the properties of regexp object?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Explain about constants in vb script?
How to get the length of the string by making use of the string function?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
What is dictionary object in vbscript? Explain?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
what is used of Property........End Property loop ? how to write the script for it?