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
Why should you care about objects and object-oriented testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
How can you do the usability testing?
I HAVE AN INTERVIEW IN A SOFTWARE COMPANY FOR THE POST OF FUNCTIONAL TEST ENGINEER. THEY WANT THE PERSON FROM BCOM BACK GROUND( I AM A BCOME GRADUATE 2006) AND THE PERSON SHOULD HAVE GOOD ACCOUNTS KNOWLEDGE. NOW I WANT TO KNOW WHAT KINDS OF QUESTIONS THEY CAN ASK OR CAN GIVE IN WRITTEN TEST. I M NERVOUS COZ ITS BEEN 5 YEARS I HAVE DONE BCOM. SO HOW SHUD I PREPARE FOR INTERVIEW.PLEASE HELP? reply me pls. its urgent. thanks
What is smoke testing and what is sanity?
Can you please explain me how to do testing of an E-insurance project end to end process..
You may undergone many projects. Do all the projects match up with customer’s expectations?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
when database testing comes into manual tesing
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
Define Stability, Scalability and reliability with example ?
What is the negative testing and example
What are the different ways to check a date field in a website?