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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to use QTP to check broken links on a page?

677


Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.

723


What is the limitation to XML Checkpoints?

1703


What is QTP and the use of QTP in TD?

693


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1557






How to start recording using quicktest professional (qtp)?

689


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

1659


How the exception handling can be done using quicktest professional (qtp)?

657


How to add synchronisation points in qtp?

661


When ‘option explicit’ keyword is used in qtp?

843


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2517


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

660


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

1821


What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?

689


Explain the benefits of quick test pro(qtp)?

649