How to check the particular window is exist or not with out
using check points

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are string functions in vbscript?

646


Explain about the asc function?

597


what is the use of QCUtil? explain with one example?

6312


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

1540


Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

477






how to set one column as primary key in QTP and fetch values accordingly

1815


What are the 2 ways to pass a value to the function?

509


Explain the functionality of vbscript?

527


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1658


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1725


1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)

1606


Difference between dim,public and private variables in vb script?

519


How many types of operators are available in the vbscript language?

532


What are class variables?

608


Which constant is used for print and display functions and works as same as pressing enter key?

524