Answer Posted / alkaa
Can I use TD in place of QC and can we associate TD with QTP as we do with QC? I need assistance regarding QTP scripting the fact is I dont know programing. is it worthwhile to use QTP with out learning VB script.
alkaa.dugaal@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between copy to action and call to action?
How many types of recording modes in qtp? Which will be used when?
can the activities of test case design be automated?
How to execute a winrunner script in quicktest professional?
What is checking bitmaps?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
What is Curd testing?
Explain different types of checkpoints?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to find the difference between 2 dates in qtp?
what is error and fault in terms of software quality?
What is fragmentation and paging?
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to analyzing test results using quicktest professional (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.