Answer Posted / nomita
In per-action instructs QTP to refer to the external action
repository whereas in shared instructs QTP to use test
shared object repository for this action.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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
Will down time for server and content maintenance/upgrades be allowed? how much?
Is the qtp course will help to create a virtual object?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Generic function to search for the unique link in webtable and click on it
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Explain qtp(quick test professional)?
what frame work you are following?
What is clean sweep?
How to find the difference between 2 dates in qtp?
why you have standardized functions? plzzz guys with real time exp. do answer
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
who QTP recognizes the object stored in object repository?
How to carry out bit map check points in QTP