how to test Web application using QTP software

Answer Posted / himani

You can test the application by recording the actions that
you might want to replay .
In addition to that u will need to edit the script manually
also so that the script should n't fail

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is action split and the purpose of using this in qtp?

533


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

2420


Mention the test steps of qtp.

538


what is the difference between data driver & data driven and driver script?

2137


Where we can use the analog mode and where we can use the low – level mode?

564






what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1336


What is the Difference between test object and run time object?

605


Hi ,Can any one pleas explain how to test splash objects using QTP?

1903


Tell me one scenario, the complex functionality you have automated in your project?

1473


What are the different types of qtp test assets and their extensions?

594


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

612


explain structured testing? plz guys with exp. do answer

1408


What is the use of sendkeys and what are send keys

1947


I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.

2465


Suggest and Define a solution for an application whose objects are not recognized by UFT?

666