TESTING TERMINOLOGY
1.TESTING STRATEGY
It's a document and it does define the required testing approach to be followed by testing people.
2. TEST PLAN
It's a document and its provides work allocation and in terms of schedule
3.TEST CASE
It does define test condition to validate functionality in team of completeness and correctness.
4.TEST LOG
It's defining the result of test case in team of passed (or) fail of exeution of testing case application build.
5.ERROR-DEFECT(ISSUE)-&DEBUG
a) A mistake in a coding is called error
b) This mistake found by test engineer , during testing called DEFECT/ ISSUE
c) This defect/issue review & accepted by development team to release is called BUG.
6. RE-TESTING
It's also known as data driven (or) iteration testing . test engineers repeat the same test on same application build with multiple I/P values . this type of test repetition is called Re-testing.
7. REGRESSION
The Re-execution of scheduled test cases on modified build to ensure, bug-fix work without any effect is called regression test.
0 comments:
Post a Comment