we r conduction testing on a project USING QTP, regarding
that project the object repository is full ? Till that
project having objects that r not recognised by repository,
then what wil you do? How we wil recogine remailning objects?
Is it possible to maintain another shared(or)peraction
repository? what is the maximum capcity of object
repository? How the technical people decide this much object
repository is enoughf for this project?
Answer Posted / vinay
you can use descriptive programming to identify other objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
terminal services client
how can we do the frame work in qtp
what the difference between shared repository and per action repository?
when will you do debug your script? and explain that process?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Can we record an application running on a remote machine using qtp?
How can you identify the browser and its information using the qtp script?
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
What are the recording modes in wave event?
How many tabs are available in debug viewer pane?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
What is a quick test professional?
What is optional step in qtp? How you can add optional step in qtp?
Explain about Test Fusion Report of QTP?
What is keyword view?