What is a reusable action?
No Answer is Posted For this Question
Be the First to Post Answer
Define QTP ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to find the length of the string in qtp?
how we can know qtp has used smart identification machanism during the execution.
What type of automation frame work you are using?and why?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
How do we handle run-time errors?
What does VBS file contain?
What is the exact difference between QTP and RFT ?
How to Import data from a ".xls" file to Data table during Runtime.
what r the drawbacks and limitations of QTP?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks