Answer Posted / thirumala reddy
Regular expression is checking the pattern rather than constant value.
when you are doing web testing the browser name is keep changing, so by using .* we can handle that.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How do you perform Regreession Testing?
How can you identify the browser and its information using QTP script?
Explain the concept of how quicktest professional (qtp) identifies object?
For which type of project the iterative model is suitable?
what is the difference between modular framework & datadriven framework
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
How software automation specialist enter steps in the Expert View?
What is TOM in QTP?
How to record a qtp script ?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Have you faced any problems with object repository?
How QA specialist can identify when programmatic descriptions are useful?
Which scripting language used by quicktest professional (qtp)?