what is life cycle of automation testing ?

Answer Posted / ramana vanteru

QTP life cycle.

1.Test planning
2.Generate basic test
3.Enhance the script
4.Debug the script
5.Execute the script
6.Analyse the results

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In qtp, explain what is crypt object

589


To which environments does quicktest professional (qtp) supports?

581


.have you ever written compiled module? if yes , tell me about some of the function that you wrote.

1676


What is the extension of qtp local repository?

566


What is the parameterization?

571






How to recognise the webelement and verifying that webelement is enabled?

1633


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

566


Explain the difference between data driven testing and parameterization ?

580


How to find a window is minimized or not

1436


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

2412


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

576


How to start recording using quicktest professional?

601


What is difference between Recording time object identification and Run time (Execution) time.

999


What is the script for database check point, bitmapchek point, regular expression ?

1544


How to import a test case present in ".xls" file to TD under a Test set?

734