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 |
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
write a buisness scenerio on yahoo login page.
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
Explain the glass box testing?
please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.
What is port testing ?
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
What is SECURITY TESTING?
how we canwrite a test case on computer?
what are the possible test cases for sending an sms from mobile
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one