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 to create a function in vbscript?
How to add actions in driver script to run those actions in QTP?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Which object provide information about a single runtime error in a vbscript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How to take whole text output from screen of Bitmap Application.
How should i Create Email invite with server-side Coding?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Is VB Script Case sensitive or Case insensitive?
How to Convert Hex color code to color name in VB Script?
What is byref and byval parameters in vbscript?
How will you convert a given number to long in vbscript?
How will you convert a string to upper case string using vbscript?