A web page title might be xxxx@xyz.com or xxxy@xxx.co or
xyz@abc.in.Using what mandatory properties can be the page
identified.Give the regular expression for that.

Answer Posted / naina

Browser(miclass).page(“title:=^[a-z]+@[a-z]+\.[a-z]{2-3}”).

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you exit from an action?

612


what is supply chain management?

2091


Explain the Different types of QTP test assets and their extensions?

607


What Folder Structure following in Keyword Driven Frame work?

2289


what is test scheduleling?

2017






I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”

588


how to find that tools work well with ur existing system?

1356


How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

1467


Get the count of files of similar types from a folder.

975


Difference between action & Reusable action?

689


What is the difference between a Function and Procedure in QTP?

689


What do you to script when objects are removed from application?

618


How will you handle java tree in qtp?

629


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1348


Explain the check points in quicktest professional?

544