what is the advatages of merging of object repositories in
Qtp9.0
Answers were Sorted based on User's Feedback
Answer / kumar
1 .Suppose you are working on 2 different modules of a
project using QTP. We design scripts for each module
individually or 2 diffrent persons work on 2 modules.
finally if all the modules have to be integrated, then
merging object repositories is pretty much useful and
definitely needed.
2. If there are duplicate objects in 2 different
repositories and if we merge them, then duplication can be
avoided.
3. we can transfer entire repository if both are merged, we
can easily move it in to another machine if needed.
Correct me if i am wrong.
Kumar.
Kumar.rnv@gmail.com
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / supriya
For proper maintenance and to lessen the redundancy
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / arjun
when we use repository. we merge 2 different because to avoid the same object.
by merging we can
1) save the space in QTP.
2) improve the performance of QTP.
Is This Answer Correct ? | 1 Yes | 0 No |
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
Difference between keyword driven test and DDT?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How to creating an output value using quicktest professional?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
When can shared object repository fails?
How many types of Actions are there in QTP?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
what is parameterisation?
In qtp, how you can exit for loop?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?