why we need a test plan
Answers were Sorted based on User's Feedback
Answer / posa
"Without good plan no work is sucess".Every sucessful
project begins with a sucessful plan. so in order to test
an application in a step by step manner we nedd a plan,
that we call it as test plan.
1.If we create test plan,we can utilize time and resources
in optimization way and we get output in best way.
2.Test plan will smoothen the testing process.
3.Test plan will give idea on application to the test
engineers:
a.what to test.
b.How to test.
c.Whom to test.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / batchu
• Test Plan
A document describing the scope, approach, resources, and
schedule of intended testing activities.
its requires in identifies test items, the features to be
tested, the testing tasks, who will do each task, and any
risks requiring contingency planning.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / deepa
Test Plan - Test Plan is a high level document that defines
abt the testing project so that it can be properly measured
and controlled.It also defines the Test strategy,organic
elements of testing life cycle and also includes resourse
planning,project schedules and test reqs.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / meha
Hey , I just explain Test Plan neccesity in an example.
To construct a building a planning is must. Planning is
needed to make structured and authorized contruction of a
build. Plan will tell the optimum utilization of the
resource(land,bricks,cement,iron rods,stones,human
resource).It gives a predefined view of a building before
making it in real. If you are not confortable after the
plan , you can do rework and re-plan the thing which you
need finally .It reduce the waste basically.
Like that Test Plan is essential before drafting/creating
or preceeding with the actual setup(Creation of Test
Cases,execution, defect reporting)
It shows the scope of the testing and dependent parameters,
risks,Test Environment, Test Approach, Fuctionality and
even non fuctionality too.
Cut and shout the Scope of your testing.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / chitra b n
Test plan is required to smoothen the process of testing as
it involves analyzing the objectives,standards and
methodologies,resources required, including necessary
training,roles and responsibilities of the team members and
tools used.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vijaya bhaskar
for test enggr, to write test cases....
1) he should thourough with the requirements of the
application,
2) should able to test the most visible areas(for the
client) of the product/application,
3)should has to know the standards of the application and
how to test them,
4)should know the test cases that needs to automate
5)should have the idea of optimum resource usage for
testing based on test run.
6)should know the release time of project.
and so many.....
for all these things, TESTPLANE is acts as a Guide for the
test engineer
--------------------------------------------------------
hi viewers nothing is new in my answer...
correct me if I'm wrong....
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / kranthi reddy
We create a test plan because we want a document that
describes the objectives, scope, approach and focus of the
software testing effort
We create a test plan because preparing it helps us to
think through the efforts needed to validate the
acceptability of a software product.
We create a test plan because it can and will help people
outside the test group to understand the why and how of
product validation.
We create a test plan because, in regulated environments,
we have to have a written test plan.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shehnaz
Test plan allows the QA team to decide upon 3 factors:-
1)What to test?
2) How to test?
3)By whom?
The test plan answers these 3 questions and provides with a
plan, schedule on how to acheive it.
| Is This Answer Correct ? | 0 Yes | 4 No |
Test paln: a test plan is a strategic document which
describes how to perform testing in an approriate manner.
without test plan there is no proper guidence to do the
tetsing.
it is prepared by the test lead.
| Is This Answer Correct ? | 1 Yes | 6 No |
is test cases are necessary for testing non functional testing
Describe to me the difference between validation and verification.
how to test stand alone programs?
Write a test case for yahoo
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
write test cases on file open dialog box in notepad
my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working
Hi.........can any one tell me the basic format for writing test cases
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
testcases for waterbottle
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF