How can we QTP Scripts in xml format? is there any way to
do so?
Answers were Sorted based on User's Feedback
Answer / santhosh
If we run any recorderd window or web basedapplications
using QTP,then we get Action0 and Action1 folders, in the
place where we had save the recorderd application,Now goto
Action1 folder there we find "script.mts" double click it
and open it with notepad now we san view the QTP scripts
For xml format just save that file as .xml
| Is This Answer Correct ? | 2 Yes | 2 No |
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
How many types of parameters are available in quicktest professional (qtp)?
Can we Test Welcome Screens and Process Images with QTP
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
what is the difference between Reusable action and external action?
How to switch between browser tabs? )moving from one tab to another tab)
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How to import a test case present in ".xls" file to TD under a Test set?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)