WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answers were Sorted based on User's Feedback
Answer / manju
Test Strategy : It overall approach of testing and it is basically common in project for all phase,Created by Project manager.
Test Plan: Strategy is part of Plan,Plan include Scope ,Overview of testing,Risks , Environment,Technique,Number of tester,Schedule,entry Point(When to start(test case writing after after requirement complete and Run test case after build given by development).
Plan is different for each phase and Create by test lead.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k s chandrashekar
Test strategy is the part of test plan and which drives the testing technique end to end of the application.
1.Understand the design and work flow of the application with specifications. 2.Analyse the technology which is used for development. 3. Analyse the production environment.
The above points should be noted and design the test technique such that it should meet the client specification.
Test technique means design test cases with respect to requirement specification and what type of testing is required to achieve the best quality.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / v.m.rajesh
Test strategy is a statement which covers overall approach
to testing and it indicates levels of testing to be
applied,techniques, method and tools to be used.It should
be prepared at the first stage of testing life cycle.It can
be a part of testpaln.
Test plan is a document which covers activities to be done
for the testing process.It should say "why" and "how"
product is validated.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / badhu
This answer is partially correct Test strategy is not a part of test plan rather test plan is the part of TS.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shubhashini k l
Test Plan: Test plan is a Document, developed by the Test
Lead, which contains "What to Test","How to Test", "When to
Test", "Who to Test".
Test Strategy: Test Strategy is a Document, developed by
the Project manager, which contains what type of technique
to follow and which module to test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nandu
Test strategy is a document which consists the whole
information about the Project or the build having overall
requirements of the functional and non functional. Test plan
is the thing which consists of the information for testing
that how to test, who to test and when to test.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / venkatesh
Test strategy is part of test planning doc.
Test stategy explains what are all the kind of testings
that should be done.
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / nandini patil
Test Stratergy : it is organisation level term which is
common for all project with small customisations
Test Plan: it is a project level term which is used for
testing a specific project.
| Is This Answer Correct ? | 11 Yes | 20 No |
Answer / pradeep.y
Is test strategy part of test plan? when does test strategy
comes into picture during SDLC?
| Is This Answer Correct ? | 4 Yes | 14 No |
Answer / qtp learner
Test Plan : what to test
Test strategy : How to test
| Is This Answer Correct ? | 16 Yes | 42 No |
How you can delete excel file in qtp?
How to do Laod testing for web based Application?
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
Why QTP is termed as a Record and Playback tool?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com
Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J
What are the features and benefits of Quick Test Pro(QTP)?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
how to test Web application using QTP software
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?