Get to know different testing concepts

Unit Testing

Unit testing is a software testing method by which individual units of source code are tested to determine whether they're fit for use.

Integration Testing

Integration testing is a phrase in software testing where individual software modules are combined and tested together.

System Testing

System testing is testing conducted on a complete, integrated system to evaluate its compliance with its specified requirements.

Acceptance Testing

Acceptance testing is a test conducted to determine if the requirements of a specification or contract are met.

Black-box Testing

Black-box testing is a method of software testing that examines the functionality of an application without digging into its internal structure and working.

White-box Testing

White-box testing is a method of testing that examines the internal structure and workings of an application, as opposed to its functionality.

Sanity Testing

A sanity test is a very brief run-through of the functionality of a computer program, system, calculation or other analysis, to assure that part of the system or methodology works roughly as expected.

Smoke Testing

Smoke testing is preliminary testing to reveal simple failures severe enough to reject a prospective software release. It is performed after software build to ascertain that the critical functionalities of the program is working fine.

你可能感兴趣的:(Get to know different testing concepts)