Why white box testing techniques are also called as clear
and glass box testing teschniques?
Answer Posted / anamika
white box/clear box/ glass box testing are done by developer soon after the coding part is finished .Developer do one round of testing in their programing ( or business logic called sometimes) just to check if they haven't missed or written wrong any code, as name suggest white /clear/ glass developer can see their code clear... while testing engineer does black box testing to check only the functionality of an application as they can not see the coding ....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the Major Functionality for a ATM machine ??
What is the difference between load testing and performace testing?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
How would you test a service oriented architecture (soa) web application?
What types of software testing are available?
write test case for linked in sign up page ?
what is coupling integration testing
Actually by using severity you should know which one you need to solve so what is the need of priority?
Can i get answers for telecom testing for eg telecom billing rating can be tested
What are the different servers and difference between them?
What is the difference between three tier and two tier application?
Difference between Re-testing and Regression testing?
What are the different available models of sdlc?
What is decision table testing?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance