Explain the difference between smart identification and
object identification withn clear example. please it is
very urgent
Answer Posted / simple
Generally QTP identifies the Objects using Mantadory
properties.
If Mantadory properties are not sufficient then QTP goes
for Assitive Propertis
If Assitive properties are not sufficient then QTP goes for
SMART IDENTIFICATION
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Difference between copy to action and call to action?
What do you mean by iteration?
How many types of run modes are there in qtp?
Can any body please tell me the steps of keyword driven framework of QTP.
How to use output values in qtp ?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Mention the different actions types of qtp.
What are the different attributes used with regular expression?
Explain the types of properties that quick test learns while recording?
What is the limitation to XML Checkpoints?
Is it possible to change the values of analog recording?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP