What is unit testing?
Answers
Answered by
1
In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage .
Answered by
0
Unit testing
In this testing separate module has to be tested by the developer.
Advantages:
- Reduces Cost of Testing
- Reduce defects in the new phase
- increase the quality of project
- Improves Design
Unit Testing Techniques:
Black Box Testing
- User interface, input, and output has to be tested.
White Box Testing
- Behaviour of each one is tested.
Gray Box Testing
- It is a testing method which is used to test the program or software application with the partial knowledge of the working application.
Learn More About Unit Testing
Unit testing of a software module dose not test which one of the following
https://brainly.in/question/15022708
Unit testing of a software module dose not test which one of the following?
1. whether the module interfaces well with other modules.
2. the function in the module are working as per design.
3. whether all arithmetic statement in the module are working properly.
4. whether all control statement in the module are working properly.
brainly.in/question/15095259
Attachments:
Similar questions