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 are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.
What is maintenance testing?
What is infeasible path?
What version of the oracle are you familiar with?
What are the layers of iSCSI Protocol?
I need to learn everything I can about what a Waterfall approach vs. an Agile approach looks like in QA Testing. What is the best online resource?
Hi do any one has dumps for ISTQB or ISEB exams for august or september exam 2013. Pleae mail qazwsx2631981@yahoo.co.in
Explain fault?
Explain system testing?
What is a software version?
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
what are the daily activities of a software tester ie the activities carried out by the tester from the time he/she enters the office till the time he/she leaves the office
What n+1 testing is?
What is coverage measurement?
What is boundary value testing?