0 votes
in Testing by
What are the different methods of testing?

1 Answer

0 votes
by

There are three methods of software testing and they are as follows:

Black-Box Testing

White-Box Testing

Grey-Box Testing

Black-box testing: It is a testing strategy based solely on requirements and specifications. In this strategy, it requires no knowledge of internal paths, structures, or implementation of the software being tested.

White box testing: It is a testing strategy based on internal paths, code structures, and implementation of the software being tested. White box testing generally requires detailed programming skills.

Gray box testing: It is a strategy for software debugging in which the tester has limited knowledge of the internal details of the program.

Related questions

+2 votes
asked Jun 23, 2019 in Testing by SakshiSharma
0 votes
asked Dec 6, 2019 in Testing by SakshiSharma
...