Differences Between Whitebox testing and Blackbox testing
Answer Posted / garima bhardwaj
white box testing:test the internal structure or working of the application opposed to its functionality.
black box testing:test the functionality of the application opposed to it internal structure or working.
white box testing:requires the knowledge of internal structure of s/w as well as programming skills to design test case.
black box testings: does not requires the knowledge of internal structure of s/w as well as programming skills to design test case.
white box testing : this technique includes
1.control flow testing
2.data flow testing
3.branch testing
4.path testing
black box testing : this technique includes
1.decision table testing
2.all-pairs testing
3.state transition table
4.boundary level testing
white box testing: checks the internal data structure
black box testing : does not checks the internal structure
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is bug priority?
Explain the difference between severity and priority.
wht is Manual Testing Frame work
can you show me the test cases on registration form
According to RBI rule how much money can be transferred through online banking at one time...?
Can you explain boundary value analysis?
what is the difference between test case and result matrix
What do you do (with the project staff) when the schedule fails?
Can you explain the elementary process?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
What is coverage and what are the different types of coverage techniques?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
What are the review documents used for testing?
wat is meant by frontend and backend testing