What is TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE,
TEST SCRIPT? can any body give me definition with example.
Answer Posted / rajendra
These are the definations:
Test plan: A document describing the scope, approach,
resources and schedule of intended test activities. It
identifies amongst others test items, the features to be
tested, the testing tasks, who will do each task, degree of
tester independence, the test environment, the test design
techniques and entry and exit criteria to be used, and the
rationale for their choice,and any risks requiring
contingency planning. It is a record of the test planning
process.
Test strategy: A high-level document defining the test
levels to be performed and within those levels for an
organisation or programme (one or more projects).
Test Scenario:A document specifying a sequence of actions
for the execution of a test. Also known as test script or
manual test script.
Test Case: A set of input values, execution preconditions,
expected results and execution
postconditions, developed for a particular objective or
test condition, such as to exercise a
particular program path or to verify compliance with a
specific requirement.
Test Script: Commonly used to refer to a test procedure
specification, especially an automated
one.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
Can you explain regression testing and confirmation testing?
What is checkpoint? How can you handle the checkpoints?
How did you do unit testing in your project?
Write 10 test scenarios to test remember me checkbox present in login window
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
Relative to other technical groups in the company? Relative to your staff?
how to write manual testcases for download the files from the template. for example:from product cost enddate
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
What is the difference between functional requirement and non-functional requirement?
What is an audit report? Whom is it done by?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is white box testing?
Could anyone share FAQs for Test Manager position...
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
What is formal testing?