In Object Repository, two actions r there. Action1 name is
A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what
is the out put of A+B? if No, why?
Answers were Sorted based on User's Feedback
Answer / his higness mv @ tcs
Is it possible: yes
Output = Merge objects of both the object repositories.
i.e. C = A+B then C will contain objects from both the
Object Repositories (OR). In case same object or conflicts
in OR...using merge tool in Or u can choose which obect
should go to OR C.
A nd B both are .tsr i.e. shared repo. and QTP 9.2 onwards
have merge option...it's easy...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lokesh kanithi
As said Action 1 is A.tsr & Action 2 is B.tsr,They r of the
shared Object Repository files.So it is possible to b like
that.The action objects can b identified with a common
obj.Rep.& u asked W is the output of A+B I'm not clear
regarding this.
U can call actions when the called action is set to
Reusable action property.
U can copy from one to another.
If anything went wrong..Pls let me know.
mail me:klrao.kanithi@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
How to write business scripts using object repository with different scenarios
what is the defference between calling ation and called action?
What is the difference between byref and byval in qtp?
what is difference betweein qtp 9.0 and 9.2
Brief the process of testing with UFT?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
Both static and dynamic arrays are handled by the vb script. Is it true?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
What is the quicktest professional (qtp) testing process?
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?