Computer Science, asked by vaibhavishetty5255, 1 year ago

What is manual testing in software testing?

Answers

Answered by S4MAEL
1
Manual Testing is a process of finding out the defects or bugs in a software program. In this method the tester plays an important role of end user and verifies that all the features of the application are working correctly. The tester manually executes test cases without using any automation tools.

Hope it helps
Answered by gratefuljarette
0

Manual testing

Explanation:

Manual Testing means testing the software manually to find the bugs.

First of all ,the tester write a test cases ,then execute the test cases and finding defects or bugs.

Bugs are of different type major,minor,critical,cosmetic,severe.Based on that tester classified the bugs

In this tester plays a major role for finding defects

Types of manual testing:

  • Black Box Testing
  • White Box Testing
  • Unit Testing
  • System Testing
  • Integration Testing
  • Acceptance Testing

Black Box Testing

They didnot care about the inputs(coding)only tested the output

White Box Testing

Three basic steps are followed for white box testing

Unit Testing  

Using this indiduval modules has to be tested

System Testing

Testing the whole integrated system

Integration Testing

In this integarted the modules and then tested

Acceptance Testing

It is did by the user

Let More about

It is suggested to do manual testing across the project phases

https://brainly.in/question/12769618

In Manual Integration Testing Human Intelligence is waged against the application

https://brainly.in/question/12769618

Similar questions