How to connect the real time application application with
the QTP?
Answers were Sorted based on User's Feedback
Answer / vikash mishra
via
System.util.run"path"
or
Invokeapp"path"
or
Direct Record it
or create a object for this "shell object"
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the principles of good testing scripts for automation?
What is driver script and driver script in qtp frame work????
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Can we test internet application using QTP?
How do we analyze the checkpoint results?
w is recovery senario manager
What is the virtual object?
Hi Guys, In one of my interviews, I was asked to Write a paragaraph explaining how much scripting I did in QTP? I don't know where to start and what to write. So I need your help in writing that.
How we can add actions in the test using QTP?
How to find the difference between 2 dates in qtp?