i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
No Answer is Posted For this Question
Be the First to Post Answer
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How to check which add-ins are associated with a test in qtp?
What are the advantages of Object Repository?
Explain the difference between call to action and copy action?
QTP is used better in which type of application Web based application or desktop application
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
How can we record an edit box in the Web application ?
diff between wr and qtp in detail.
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
Write the vb script for the lowest and highest values of an array?