Please Clarify if smartidentfication is used at runtime
when qtp does not recogonize the objects
Answers were Sorted based on User's Feedback
Answer / uma
YES it is correct,
QTP have set of pre defined properties that learns for an
object. If mandatory properties can't identyfy the obj. it
can add some asistive properties to identify the obj. If
both are not able to identify then next will go for the
Smar Identification.
| Is This Answer Correct ? | 1 Yes | 0 No |
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
How to find operating system information using the qtp script?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
What is the registration process and examination fees?
Hoe we can export TEST RESUALT IN to XL-sheet?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How to run a test using quicktest professional?
How to export QTP results to an ".xls" file?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?