Hi All,
I need Code For how to export Pass\Fail status to excell
sheet without using QC.
Thanks
Balaji
Answer Posted / s
using runtime methods
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what r the main attributes of test automation?
Explain different types of action in qtp?
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.
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
how to acess a test in RSA?
Both static and dynamic arrays are handled by the vb script. Is it true?
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.
If you are testing a web application then what will you test in that application?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the technologies supported by qtp?
How many types of parameters are available in quicktest professional?
How many types of recording modes are there?
Difference between action & Reusable action?
What are the types of data tables in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian