What is the difference between White Box testing and Unit
Testing?
Answer Posted / akshaya
Whitebox testing is testing of the system as a whole. This
is part of system testing, concentrating on the flow of
data, controls, conditional statements, loops etc on the
integrated system. Performed by tester.
Unit Testing: Code, data flow testing of a module. Dummy
modules are mostly used to test the module in question.
This is performed by the developer him/herself.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what r u r responsibilities in current project
1.what promted you to become involved in QA/Testing?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
any one giv test cases for wordpad using equivalence class partioning
Functional and Integration test scenarios for actitime application
10 scenarios for security testing using gmail applications?
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
What is performance tuning? What are tools of performance testing?
What is a test severity and test priority? difference between them with suitable examples?
What are the interview question on insurance domain in manual testing
List out test deliverables?
what is the difference between test case and result matrix
what type of testing techniques are using after accept the build?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
How would you test a service oriented architecture (soa) web application?