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


Please Help Members By Posting Answers For Below Questions

How can you fetch the value of a cookie?

641


Explain different types of segment?

674


Mention what if you do not specify anything when you call a procedure?

655


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.

1493


what is event handling?

662






write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2487


What is the use of the formatdatetime function in the vbscript language?

640


What are the properties of regexp object?

667


Which function allows you to instantiate an object given its programmatic identifier or progid?

647


Explain about constants in vb script?

657


How to get the length of the string by making use of the string function?

701


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

2596


What is dictionary object in vbscript? Explain?

729


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?

1652


what is used of Property........End Property loop ? how to write the script for it?

1780