what is unit testing? It comes under white box or Black Box
testing?
Answer Posted / ashok
Design document was basedline corresponding programmes can start with coding by write programmer and then programmer can test each program completeness and correcteness called as unit testing
During this unit testing programmer can follow four white box techniques
1)based path coverage
2)control structure coverage
3)program techniques coverage
4)mutation coverage
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
i want manual and automation test cases and interview questions
need testing projects where can i find them
please anyone let me know the -ve testing of Excel sheet?
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
how do u manage scripts in winrunner when you application is changing frequently?
Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place
What are the uses of test plans? What is the need of test plans and explain their significance
Define Stability, Scalability and reliability with example ?
Can you explain exploratory testing?
What is known as data-driven testing?
What is the test harness?
what is your daily activities?
What is Difference between Test Strategy and Test Methodology?
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?