I need diffrences between Object Identification, Smart
Identification, Regular expresion,Low-Level Recording
(enables you to record on any object in your application,
whether or not QuickTest recognizes the specific object or
the specific operation.)
I am working on Web Application. In that object caption
will change dynamically. For example, consider “Save”
button. On clicking save button the caption changing as “
EDIT ”. From above concept which concept I have to use here?
Answers were Sorted based on User's Feedback
Answer / akshar jain
in object repository click on the particular browser and
add the property as name & click on the value button & if
ur browser name is india is in asia & u want only the
browser name as asia then give as .*asia.* & click on the
regular exp check box
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uma
You Should use only Regular expression .
Step1: Go to Obj. Repository
Step2: Select that SAVE obj.
Step3: In obj. Repository Click constant value then give
.*
Then save Now u run the script It will accept the dynamic
window in QTP.
Is This Answer Correct ? | 0 Yes | 1 No |
how to test one edit box using dotnet addin for Web Applications? write script?
Why to use descriptive programming?
What is the difference between QTP 8.2 and QTP 9.2 ?
what is virtual object?
How can we redirect QTP results in to a excel sheet after the execution
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what are the different Frame Works in Quick Test Proffessional testing
How to change the Default synchronization method time and where?
what is meant by descriptive programming?
Mention the test steps of qtp.
Does QTP run in any environment?