Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is sql loader? Explain the files used by sql loader to load file?

1217


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2697


How are arrays declared in the vbscript language?

1048


How will you get a string with the specified character the specified number of times in vbscript?

1073


What are the different types of operators and their order of precedence?

1087


write a program to display configuration of a local system with the help of vb script.

2171


Write a code to print numbers from 5 to 0?

1182


Is vbscript a case-sensitive or case-insensitive?

1319


Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

2135


Which operator can be used to check if two numbers are equal or not in vbscript?

1216


What are class properties?

1226


How to Import data from a file (file is on the desktop) to the data table

2049


regular expression that will recognize a browser as long as its name property starts with mybrowser

2286


What are events in the vbscript language?

1171


What is the difference between function and procedure?

1310