WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?

Answer Posted / vijayaragvan

Test Strategy describes the approach of testing throughout the STLC. (which includes unit, system, integration and Performance Testing). Test Strategy is a part of Test Plan.

i.e. 80% of High severity defects should be found at first four complete test execution cycle. Is a Test Strategy.

Test Plan consists of how we are planning the activities of testing. It contains Scope, Test Strategy, Deliverables, Schedule, Roles and responsibilities, Test environmental setup, Risks, Documentation, Configuration Management of documents, Documentation Approvals, Entry criteria for testing, Exit criteria for testing, Functions to be tested, Function not to be tested, types of testing in scope and out of scope.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

563


can anyone tell me from where i can download qtp demo or crack version

1627


How can you identify the browser and its information using QTP script?

552


what are the utilities and drivers

1847


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1613






I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

1587


How to use debug tools?

2202


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

2427


I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me

1426


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1409


How do I get the QTP scripts result in xml format by using vb script function?

1789


How many lines of code in each script of QTP?

4036


can u please explain what is the exact difference between qtp8.2 and 9.0

1681


How many types of recording facility are available in quicktest professional (qtp)?

609


if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

23941