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
Mention what are the rules to name variable in vbscript?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
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.
Mention when to use function procedures and what are its characteristics?
Explain about the functionality of vb script?
What is purpose of scripting.filesystemobject class in vbscript?
Which object provide information about a single runtime error in a vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What are the different types of operators and their order of precedence?
what types of bugs will we find out in banking projects for automation testing?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Differentiate javascript and vbscript?
How to open a file. What is the perpose of true and false mode there?