How we can merge the object repositories?say if we have 2 or
3 object repositories then how we can merge them?Is there
any option in QTP to merge the object repositories?
Answers were Sorted based on User's Feedback
Answer / ycy
It is in QTP 9.0
Resource->object Repositiry Manager->Tools->object
repository Merge Tool
Enter the two repository to merge and in new repository and
save
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi
it is also possible with qtp 8.2
here u need to instal qtplus provided with qtp 8.2
there u can found object repository merging tool .
in that u can give the files and click on merge then it
will merge.u can merge tst+tsr r mtr+tsr r mtr+mtr..
you may save result repository into a new one r already
existing one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
What are objects? how do you select the unknow object?
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
How to export QTP results to an ".xls" file?
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
What is debugging? How you debug your script?
How many types of Parameters are available in QTP?
Discuss quicktest professional (qtp) environment?
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?