How to check the particular window is exist or not with out
using check points
Answers were Sorted based on User's Feedback
Answer / manjunathareddy
Dim Expected
Dim Actual
Expected=Window("FlightReservation")
Actual=Window("FlightReservation")
If Actual=Expected Then
Reporter.ReportEvent micPass,Expected&"
"&Exist","CheckPoint Pass"
Else
Reporter.ReportEvent micFail,Expected&" "&Not
Exist","CheckPoint Fail"
End If
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Is VB Script Case sensitive or Case insensitive?
write a vbscrpit to swap values
Description.Create
regular expression that will recognize a browser as long as its name property starts with mybrowser
How can you have different number of cells for each row of a table in HTML?
What are the disadvantages of vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
What is a class in CSS?
What are the environments supported by vbscript language?
Explain about .wsf files?