How to execute the test cases using QTP.
i.e What is the use of QTP while execution
Answers were Sorted based on User's Feedback
Answer / deepakm82
Buddy QTP execution is a whole process of automation just
like development and uses Vb script.
To get a look n feel about the GUI and also to get some
basic concepts and knowledge about QTP please refer to the
Help manual.It will help you a lot and you can also use the
tutorial given.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / naren
U can make use of QTP for ur test cases execution in 2 ways
1. If ur automation framework is keyword driven, ur test
cases will be called and executed by the driver script using
QTP.
2. If you convert ur cases into functions u can called the
functions using QTP.
Is This Answer Correct ? | 3 Yes | 0 No |
Please guide me release notes of Automation once scripts are completed
How can I test the unix shell in QTP
How can we record an edit box in the Web application ?
What’s the QTP testing process?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
How to break the object spy ?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
What is the use of Accessibility check point?
Where we use data driver in qtp?