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 |
Which data type/types are supported by vbscript language and what are their specialties?
What is difference between Active screen and movie screen recorder in QTP 9.2?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How to make sure that items in a wintree are sorted al?
How can you have different number of cells for each row of a table in HTML?
What is the use of the formatdatetime function in the vbscript language?
how does vb script help in web page designing? explain with example.
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
Input = 124 output should be 124421 Please do not use any string functions/variables
find the length of the string without using length function?
How can you destroy an object in vbscript?