Answer Posted / ragasudha
Go to Repository menu item
Select Associate Repositories.
Then select the path of the repositories, you want to
merge, from the dialog window & click on Add
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What does mean by Scope of Automation?n How we defined it?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What is expert view and keyword view?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
If object is not recognized by qtp but the object is standard object what is your approach?
How many ways is to parameterize the value?
What is the virtual object?
how to test Web application using QTP software
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Why qtp always start action1 and does not start action?
Explain the terms test and business component?
What is the difference between analog and low level recording?
what is the difference between built-i function and In-built function?