anyone can explain about "Smart Identification" in QTP
I mean what is the use of "Smart Identification"
Give an example
Answers were Sorted based on User's Feedback
Answer / mns
QTP recognizes its objects by looking at the object
property name and values in the OR.If for some reason,it is
not able to,(too many checkboxes for example), then QTP
falls back on Smart identification mechanism. Here, QTP
uses the base filter and the optional filter properties to
identify an object.
However,this mechanism only gets activated only in web-
applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Smart identification is nothing but if the QTP does not able
to identify the object we use smart identification by using
Parametrization(replacing the constant values with
variables) techniques.
It is used to identify one object in the object group.
| Is This Answer Correct ? | 2 Yes | 5 No |
How cookies can be tested in QTP?
Explain Checking XML....
How to Parameterize Object repository 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?
Which environments are supported by hp qtp?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
how to load vbs file to qtp through scripting. plz provide the code.....
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
unique properties of button,edit box, radio button,check box?
Under what conditions would you recommend QTP for future projects?
.qfl extension for which file? where vl use it
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.