How to check the particular window is exist or not with out
using check points
Answer Posted / 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 |
Post New Answer View All Answers
What is sql loader? Explain the files used by sql loader to load file?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How are arrays declared in the vbscript language?
How will you get a string with the specified character the specified number of times in vbscript?
What are the different types of operators and their order of precedence?
write a program to display configuration of a local system with the help of vb script.
Write a code to print numbers from 5 to 0?
Is vbscript a case-sensitive or case-insensitive?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Which operator can be used to check if two numbers are equal or not in vbscript?
What are class properties?
How to Import data from a file (file is on the desktop) to the data table
regular expression that will recognize a browser as long as its name property starts with mybrowser
What are events in the vbscript language?
What is the difference between function and procedure?