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



How to execute the test cases using QTP. i.e What is the use of QTP while execution..

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

How to execute the test cases using QTP. i.e What is the use of QTP while execution..

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

Post New Answer

More QTP Interview Questions

What is the use of low level recording? How does it useful?

1 Answers  


what is the silent mode in WR?

1 Answers  


What is Cross browser testing? Does UFT support it?

0 Answers  


actually how many hours per one day we will work on automation (qtp) in real time

1 Answers   Synechron,


1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me

0 Answers  






Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..

2 Answers  


What are the Disadvantages of shared object repository?

0 Answers  


How to access values from Unix OS and how to write..

1 Answers  


What is Modular framework and Keyword drive framework? Explain

4 Answers  


Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)

1 Answers  


when a test case is written how u test using qtp

0 Answers   Satyam,


How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2

1 Answers  


Categories