What is the difference between test case, test suite, test
script, test scenario & test plan?
Answer / rajesh srinivasa
Test Case - A test case is a set of conditions or variables
under which a tester will determine if a requirement upon
an application is partially or fully satisfied. It may take
many test cases to determine that a requirement is fully
satisfied.
Test Suite - A collection of test cases or test cases
documents which belong to a paticular feature under test.
Test Script - A test script in software testing is a set of
instructions that will be performed on the system under
test to test that the system functions as expected.
Test Scenario - A set of test cases that ensure that the
business process flows are tested from end to end. They may
be independent tests or a series of tests that follow each
other, each dependent on the output of the previous one
Test Plan - Test plan is a document that consists of the
scope, objective, and procedure that are to be followed for
testing.
It includes the management and the man required for testing.
It describes what all types of testing are to include and
depth of testing.
It includes the automated testing tools that are to use
while testing.
It defines the number of test cases to be developed for
each functionality.
It contains the parts of the program, which are to be
tested and which need no testing.
It identifies the risks involved in testing.
It defines the test environment that is needed for testing
and the resources
Is This Answer Correct ? | 2 Yes | 0 No |
As a test Engineer what are all the challenges you faced in your project? It takes more time to answer this question but i said wrong... Could anybody answer atleast 4 or 5 answers
2 Answers Hexaware, Sreeven Infocom,
Adobe puzzles: . . . . . . . . . connect all these dots using 4 continuous lines.one clue u can extend the line after the points also. 2.one basket contains apples,second basket contains oranges and third basket contains apples and oranges the labels are wrongly mentioned.pick one fruit from one of these basket and find which basket contain which fruits.
What is the Testing strategy for testing client server applications/products?
Hi Please tell me about ERP for hr module what all function u found in hr model .
How to do the performance testing Manualy? Do u have a test case for that?
why you choosed testing as a carrer?
If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?
What is SQL Index ?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain
Explain pilot testing.
what is defect density ? we say it is No of defects / line of code.. what is line of code ? pls if possible give some real example
What is "Visible State Transition" test? Give example