Does QTP run in any environment?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Descriptive Programming Types with Examples?
3. How to handle the exceptions using recovery secnario manager in Qtp?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
How many actions we can create with in a test?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the points to be taken into consideration while doing desktop testing?
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How to capture screen shots when an error occurs?
What are the types of object repositories? Which one is you are using?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.