where the object repository is located?how to choose the
object repository as shared or action object repositories?
Answer Posted / c.chaitanyakumar
Object Repositary is located at toolsmenu---->Object
Reportory, it is stord behalf the tool. object Repositaries
are two types
`1.Shared Object Reporsitary
2.Per-Action Object Repositary
Shared is used for store the object for entire Application,
maans. its create only one object Repositary for entire
application.
Per-Action is created individual Object Repositaries for
each action in Test.
if you want to change the object repositary (per-action to
shared or shared to peraction) at the time of creating new
Test only.
Navigation: Test menu--->Settings--->ResourceTab---> Object
Repositary(here we can change the per-action to shared
object repositary vice-varsa)
Note:
We can't change object Repositaries of exist tests from per-
action to shared Object Repositary vice-varsa
Note:
we can call the actions at that time calling and called
action having same object repositaries. otherwise it does
not support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can launch two instances of qtp on the same machine?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is QTP scenario.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Differentiate the type of test cases which can be automated and which cannot be automated?
In qtp, explain what is crypt object
How to find the length of the string in qtp?
what is the difference between IE & Netscape in web testing on a log in page
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
How do you convert manual test cases to automated test cases?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How to give a call to another action from one action?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..