what is the process to follow between writing the test
cases & then atomating it?
Answer Posted / yugandhar
Manual written test cases will help at the first execution
of the build and it will be consumed upto the get the
stable build. It includes all the validations and the
behaviour of the application . In this scripts the
Navigation steps should be clear.
Automation of scripts will happens after getting stable
build to test regression effects. The same scripts which we
executed manually will be used for automation. Based on the
expected values we will be placing the check points.
Automation is not a creation of test cases but same written
test cases will be automated by record and play back
option.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the expert view?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is stepin & stepout?
Explain the features of quick test pro(qtp)?
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
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Can we Test Welcome Screens and Process Images with QTP
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How to execute a winrunner script in quicktest professional?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What are the types of data tables in qtp?
What is fragmentation and paging?
How many scripts did you have?
what function you write to do database testing with the help of qtp?
If created one virtual object? Next time I changed the window position will it work?