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 |
What are class events?
write a program to display the system specifications of client system with the help of vb script.
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How to assign a numeric value to a variable?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
What is the scope of a constant declared using public?
What are the naming conventions while declaring a variable in the vbscript language?
What is a difference between scripting language and programming language?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
how to delete folder test3,test4 and test5 using vbscript?
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.
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me