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



I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level..

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

I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level..

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

Post New Answer

More QTP Interview Questions

Is it possible to change the extension of Shared object repository?

2 Answers  


There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code

0 Answers  


What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.

1 Answers   HCL,


Explain sub procedure of vbscript.

0 Answers  


What kind of errors can b handled in QTP in real time scenario?

2 Answers   AZTEC,






How to do Batch run in qtp? provide the steps?

5 Answers  


How to find local host name using QTP?

6 Answers  


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

0 Answers  


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

0 Answers   Accenture,


what is the difference between QTP 8.0 & 9.0?

4 Answers  


how to test Web application using QTP software

4 Answers   BITS,


How can you close the second opened browser?

0 Answers  


Categories