How QTP recognize the object??how to add objcts into object
repository??
Answers were Sorted based on User's Feedback
Answer / murali d
In QTp we have seperate mechanism called as the object
identification for identifying the objects.This object
identification have 4 properties .
1.mandatory
2.asistive
3.base filter
4.optional filter
Based on the properties we will identify the objects.
In object repository we have a seperate button add(+) by
using this we can add the objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohammed
In QTp we have seperate mechanism called as the object
identification for identifying the objects.This object
identification have 4 properties .
1.mandatory
2.asistive
3.base filter
4.optional filter
Based on the properties we will identify the objects.
If we have to add object to OR then we have option in OR
Add objecct to local
Navigation is:
Resource menu
select Object Repositary
go to Object
select Add object to the local
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishdeepqtp
Using Object Properties QTP will recognize objects. We can
use either "Object Repository manager"(Shared Repository) or
"Object Repository"(Per Action Repository) to add the obejcts
| Is This Answer Correct ? | 1 Yes | 1 No |
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Why to use descriptive programming?
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
Basically why we need testing?
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
how can we do the frame work in qtp
what are all the fileds present in object repository?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.