What is data driven testing in QTP?
Answers were Sorted based on User's Feedback
Answer / abcd
data driven testing is nothing but retesting implemented in
Qtp.
| Is This Answer Correct ? | 13 Yes | 40 No |
where the log files stored when using QTP? plz send answer to me ........
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
What is recovery scenario manager? When you go for recovery scenario manager?
If you are testing a web application then what will you test in that application?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Explain in brief about the QTP Automation Object Model.
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
How cookies can be tested in QTP?
does test plan is in test strategy or test strategy is in test plan.
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
Where virtual objects stores results?
How can we write script for a .net application in QTP? Can we use VB Script for .net application.