OR is full with objects but i want to add 5 more
objects,but i tried merging files,shared mode and
descriptive ,iwont work.is there any alternative for that
Answers were Sorted based on User's Feedback
Answer / chetana
dp - descriptive programming which is used to enhance the
script without using OR. Here, you will make use of
properties associated with the objects to identify and work
on them.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sd
Till now I didnto know this question exists.
Probably, I could not get what you are asking.
If OR is full, dp should be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siva
Hi! sd
Girish's question is nice and even I too faced a question of
this kind.
and could you tell me dp?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saravanaraja
Use Descriptive Programming. Because if you use DP the
object wont stored in OR
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijaykumar
instead of OR,Descriptive Programming we can use Automation Object Model
(AOM)
| Is This Answer Correct ? | 0 Yes | 0 No |
Suggest and Define a solution for an application whose objects are not recognized by UFT?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
What is data driver in qtp? Where we use it?
What is the difference between byref and byval in qtp?
Why is Client side image is preferred over server side image?
How can we get a textcheckpoint in QTP9.1?
How to suppress warnings from the test results page?
How to modify the text checkpoint?
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com
6 Answers Fidelity, GDS, IBM, TCS, Wipro,
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..