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 |
How can you have different number of cells for each row of a table in HTML?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
write a program to display configuration of a local system with the help of vb script.
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How will you get a string with the specified character the specified number of times in vbscript?
How to write functional test cases for send button in gmail.
How to assign a numeric value to a variable?
How to create a cookie using vbscript?
what does create object actually do when you call it in vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
why do u choose to go for testing why cant for devoloping
What is event handling in vbscript?