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
What is memory leaks and buffer overflows ?
What are the common mistakes which create issues?
What do you mean by automated testing?
Which review is normally used to evaluate a product to determine its suitability for the intended use and to identify discrepancies?
What is path testing?
What is Functional, Non-Functional, and Regression Testing used for (i.e. the purpose of each)?
What is differences between SCS-1,2 and 3
What studies data flow analysis?
What is quality assurance (qa)?
What determines the level of risk?
What is your primary role in your project?
Which is the easiest and preferred Automation Tool mostly for software Testing now a days? What is the reason for it.
What is called the process starting with the terminal modules?
What is difference between validation and verification?
Which one you prefer, working with independent testing project or working along with development team?