In where you are keeping or maintaining shared object repository (file)in your appliction?
Answers were Sorted based on User's Feedback
Answer / prashant puranik
In HP ALM test lab folder we are keeping shared object repositatry.
| Is This Answer Correct ? | 1 Yes | 0 No |
In two places we can stored the Shared object Repository, If we can use QC or ALm then we can store into the test resources tab
In local we had created OR folder and we stored in OR folder
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we redirect QTP results in to a excel sheet after the execution
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime
After running scripts how you report results ,there is any specific report form
Is QTP supports Unix. If yes, then how the test automation is done?
Sql questions to find second max salary and how to use joins
How does QTP identifes the object in the application?
How can i select multiple items from a WebList bOX USING QTP
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
Tell me the situations where we will use Data Driven?
Explain the benefits of quick test pro(qtp)?
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder