what happen in object repository(shared)if we call an
existing action from an external action ? and what happen
in object repository(peraction)if we call an existing
action from an external action ?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
As you said, the existing action already recorded the
objects into object repository pertaining to the when you
call the external action,it will added the objects to the
existing one
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rizwan
when u call to existing action the objects in the
repository will also add and that they are only readable
but not editable v cant make changes to them
| Is This Answer Correct ? | 0 Yes | 0 No |
How to take screenshots in qtp?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
What is the quicktest professional testing process?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How did u write macros?What is the main importance of VB macros in testing environment?
Is it possible to convert QTP scripts to Silk scripts?
What is the concept of hooking in QTP?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
Explain in brief about the quicktest professional automation object model?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
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