How to remove associated function library?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ordinal identifier in qtp?
What are the versions of qtp,What are the differences b/n them?
Does QTP provides any tools for parametarization?
What is the difference between run time object and test object?
How can we conduct U-I Testing by using QTP??????
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
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.
Hi, I am trying to automate the web application for generating Reports.I am facing issue with IE while running the script. After 4 report IE crashes.I am using QTP 9.5 with IE version 7. Can anubody give me solution for this issue. Thanks in advance-Jyotsna
How can i initiate the objects to find uniquely in OR
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
What are the advantages of a Hybrid framework?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.