Saturday, 3 August 2019

Manual Testing



What is Manual Testing?
Manual testing is a type of software testing, where testers perform test cases manually without using any automation tools. Manual testing is the most primitive of all test types and helps in finding bugs in software systems
  Types of Manual Testing:
1.Black Box Testing
2.White Box Testing
3.Unit Testing
4.System Testing
5.Integration Testing
6.Acceptance Testing



What is Black Box Testing?
Black box testing is a software testing method in which the functionality of the application under test (AUT) is tested without looking at the internal code structure, implementation details, and knowledge of the software's internal paths.
----------****************--------------------***********------
  What is White Box Testing?

White box testing is defined as testing the internal structure, design, and coding of a software solution. In this type of test, the code is visible to the tester.


White box testing is also known as clear box testing, open box testing, structural testing, transparent box testing, code-based testing and glass testing testing.



What is Unit Testing?

UNIT Testing is a software testing method where individual units/ components of a software are tested.

Unit Testing of software applications is done during the development of an application. The objective of Unit Testing is to isolate a section of code and verify its correctness

What is Integration Testing?
INTEGRATION TESTING is a software testing method where software modules are integrated logically and tested as a group. A typical software project consists of multiple s/w modules, coded by different programmers. The purpose of this level of testing is to expose defects in the interaction between these software modules when they're integrated


5 comments: