which testing we do during requirements?
a. white box testing
b. black box testing
c.both testing
d.none
Answer Posted / selva ganapathi
None. We cannot do white box or black box tesing. These are
testing techniques carried out on the executable part.
Each requirements will be checked with the 8 points as per
software engineering and has to pass in each points to
qualify for testing.
I am able to recall only 4 points described below.
Singular - Each requirement should be atomic. A requirement
cannot be splitted or divided in to more requirements.
Testable - The testing team should be able to test that
requirement. The requirement should in test team's scope
Clear - The description of the requirement should be clear
and understandable. It should not bring any ambiguity.
Owned - Each requirement should be owned by a person, so
that in case of any conceern on that should be reported the
owned person.
Still 4 points are there but uanble to recall.
If a requirement satisfies all the eight points, then that
requirement is passed and it is in testing scope.
The name defined for this process is Requirement testing or
eight point check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is the decision table testing used?
Explain test driver?
What is code review?
Can anyone provide the definitions for the following abbreviations? Thanx to anyone who could CIT CAP
difference between various black box testing techniques and which test technique is used where????
What good bug tracking systems have you used?
What are the phases of a formal review?
What is the difference between web application and desktop application in the scenario of testing?
Explain traceability matrix?
Explain error?
wht is scope of ur project?
What were your testing responsibilities at your previous employer?
What is the average size of executables that you have created?
What is the difference between Manual Test Plan and the Automated Test Plan?
Explain branch testing?