What is Difference between White-box Testing and Unit
testing?
Answer Posted / murali
white box testing is a coding level testing technique.
during integration of all programms and modules technical
testers will conduct white box testing. it is also known as
glass box testing/clear box testing/program
phase/structural logic testing/fagun testing. white box
testing classified into 3 types they are
1.unit testing:
one program testing is called unit testing. it is also
known as micro testing/ component testing/program tesging.
it is also classified into 3 types:
1.execution testing:
run the programm under developer configuration to check
whether the program correctly responding or not.
2.operation testing: run the programm under customer
expected configuration to check whether the programm is
correctly responding or not.customer expected configuration
(OS, compilers, browser, other system s/w)
3.mutuation testing: mutuation means a change in a
programm. after making changes in programm technical tester
will go to run the programm in both configurations
(customer and developer) to check whether the programm is
correclty responding or not with respect to changes.
other two white box testings are:
module testing and integration testing. module testing is
nothing but testing couple of programmes. during
integration of main and sub modules technical testers will
conduct integration testing.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
How to Generate Test Case for Shopping Cart?
from where do u collect test data if u miss some data what will happen
how agile testing is performed and what are the related documents.
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
What were the major challenges u faced while testing
Test cases on send/ receive button of Microsoft outlook.
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
What is common interface?
Can you explain v model in manual testing?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
What is mean by incident logging system ?
What is a good test? Wy do we need testing write test steps for triangle write test steps for ATM How a tester should approach a devloper about non accepted defect? What is test coverage assurance and give an example Draw and expain V model and how it is helpfull in software development
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
functional testing test cases for transfer funds ?