Which testing is this-
verifying the funtionality of each programme
1. white box testing
2. black box testing
3. glass box testing
4. grey box testing
Answers were Sorted based on User's Feedback
Answer / shiv
I think it is black box testing. coz we are testing the
functionality of the program not the functions of the program.
Please correct me if am wrong
| Is This Answer Correct ? | 7 Yes | 0 No |
correct answer is black box testing,because in white box
testing we can test internal application logic and code not
functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rohituppal
@Shiv - If we check the functions of the program then it is known as unit testing which is done by developer it self.
Even if the functionality of the program is checked then also it comes under unit testing and is done by developer.
Unit testing is white box testing.
Please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanika
White Box testing means checking the all internal part of
that application.
& Black Box testing means test external part in which
programming is not included like Font, Color, Spelling
Mistake.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rohituppal
In black box testing, input is given to the system and output is checked whether it is same as expected output or not with no knowledge of how the output is generated.
In white box testing, knowledge of internal architecture is must. How the output is getting generated.
So if an application has suppose 10 programs & testing those 10 programs require knowledge of internal architecture.
So it should be white box testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ramesh g
White Box Testing
Bcoz in white box testing each and every function have to test.
| Is This Answer Correct ? | 0 Yes | 6 No |
What are Levels of Functional testing?
what is the diff between testbed and test environment?
send test cases for system testing and what these test cases actually contain?
Describe V Model with the entry criteria of each Test Phase.
Apart from testing what are ypur roles as a tester.
what is oss testing?
Write the test cases for yahoo home page
what is the format of traceability matrix u prepared in ur company?
what do u do in peer review?how do u do ? brahma412@yahoo.co.in July 24
Loop Testing Comes Under 1. White box Testing 2. Block Box Testing 3. Green Box Testing 4. Yellow Box Testing
What is means by Bottle Neck testing ?
What is a test requirement?