DEV Community

ajith
ajith

Posted on

MANUAL TESTING

             MANUAL TESTING
 Manual testing is most important in testing.In testing are divided into two parts are. 
 1.manual testing
 2.automation testing
Enter fullscreen mode Exit fullscreen mode

In testing unit the manual testing is being thing is test by some tools like scrum,jira etc
In manual testing five way process is

1.unit testing
2.integertion testing
3.system testing
4.UI/UX testing
5.acceptance testing

1.unit testing
In manual testing first we start with unit testing in process .the process are many bugs are how we find first we want to check the process my one by one unit.this is called unit testing

2.integertion testing
First we complete the unit testing then we come for integration testing .integertion testing is check the process to all the process are linked one by one then it check its work r it has any bug are not so this is called integration testing

3.system testing
Complete the two testing process unit testing and integration testing and the three step is system testing.system testing is all the system are process correctly r not having any bugs are not is check by system testing

4.UI/UX testing
ui/ux is main process in the manual testing because ui/ux is we see clearly when comparing other testing to ui/ux.we see the visual bug and unwanted is noticed by ui/ux testing

5.acceptance testing
All the testing is completed by ur testers finally we go for acceptance testing is very important than other testing because is the final testing and we check the all the testing process is done correct r not and next we check it clearly final we finish is testing the project go to customer and launch the project

there are types of boxs are play the important role in manual testing are,
the three important box in manual testing
1.black box testing
2.white box testing
3.grey box testing

1.black box testing
In the black box testing is all the testing and coders are check by coder because in the black box testing coder is play important in the black box testing so this is called black box testing

2.white box testing
In white box testing first the coder will check the all the things by using the help of black box testing then the coder will give the project to the tester and he check all the things with the help of white box testing in white box testing the tester will play the important role in the white box tester so this is called white box testing

3.grey box testing
In the grey box testing we compelete the two level of testings are black box testing and white box testing and we move on to grey box testing all the way of testing is compelete coders will check the project and testers will also compelete the project . the two black and white boxs are called grey box testing

Top comments (0)