Manual Testing Research Paper

2503 Words11 Pages

Manual Testing
In this article we will focus on the different aspects of manual software testing. It is based on the simple differential explanation steps that will not only make the learning curve simple but also will make it easier for the non-technical people to understand the concepts in simple way.
After reading this article you will get familiar with the definition of manual software testing, different aspects of manual testing, various methods of manual testing and the benchmarks for successful testing. It will also detail major possible aspects of manual testing that are critical in understanding the concepts of testing. It will also help you get familiar with the advantages and disadvantages of all the steps involved in the manual …show more content…

It is costly as well as time taking.
• The possibility of errors cannot be ruled out and there are chances that some line of codes is missed during testing.
• It requires through programming knowledge and efficient developer resources to conduct the white box testing.
From the above detailing we can easily conclude that the white box testing is the second level of testing that is carried out to test the programming logic and the coding that is useful in ruling out the possible erroneous codes from the application. After completion of the white box test the black box test is suggested; this is the next level of testing in manual software testing process.
Black Box Testing
This testing technique is independent of the other techniques and more often the neutral testing team that has no idea about the application development and the testing strategy. This is considered while implementing the software testing life cycle. This is quite useful in setting the logic behind the functionalities of the software and the coverage of the specifications as detailed in the requirement analysis. This is also called as the specification-based …show more content…

The primary advantage of the black box testing is that it covers all the aspects of application in total blind conditions where the testers are having no idea about the application till they start executing the tests. It can be considered as the first user interaction based testing of the application.
The next testing is Unit Testing that is detailed testing of all the modules. It allows the developer to find the defects in systems at any level.
Unit Testing
As the name suggests the unit test is testing technique that explores the possibilities if defect in the individual modules of the applications. This technique is usually selected by the developers to find the issues in functionalities of the system. This is best for testing the independent modules. In this technique the modules are considered as impendent of the system and analyzed for settling the defects.
There are several advantages of the unit testing technique that are as below:
• It minimizes the number of defects in ant of the features in the application. It also reduces the number of bugs while any functionality level changes are made in the

More about Manual Testing Research Paper

Open Document