What is the difference between QTP 8.2 object repository
and QTP 9.2 object repository
Any body have an please give Answer
Mail id: nagireddy.sn@gmail.com
Answers were Sorted based on User's Feedback
Answer / nagireddy.sn
My Answer is :
Both versions have same per action and Sahred repository
Types
in qpt 8.2 not available merging and comaparing object
repositories
these options available in qtp 9.2
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / siva
In QTP 9.2 the new feature called Dynamic Management of
Object Repository here you can associate or de-associate
repositories dynamically during run time
This is one of the new feature added in QTP 9.2
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / paayal
Both versions have Object Repository Merging options. The
differnce is in the Object Repository Manager, this
functionaly is added new to 9.2 version. We can use this
tool to compare repositories.
| Is This Answer Correct ? | 1 Yes | 3 No |
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
wht is the difference between action and functio?
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
What is parameter in qtp?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
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.
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Explain how you can delete excel file in qtp?
difference Between Call Run action and copy of action?
how i can get the value of label box , please any body tell me script of that code
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.