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 |
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
8 Answers INCA, Infosys, Logix, SLK Software, Symphony, Wipro,
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What is the expert view?
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
What is difference between WR and QTP?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
How to customize checkpoints with parameters?
Explain the keyword createobject with an example.
what type of application we can select for automation testing and what is the entry criteria for automation
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?