AuthorAdnan Azad

Steps to perform Black Box Testing Methodology

S

Hi, friends today we will learn Black box testing, this is a very useful testing technique in Software testing. In this technique we give input and get output without knowing how the output is generated. Black box testing is also called as Behavioral testing. Methods of Black box Testing: Error Guessing: In this technique we randomly put any values not fixed values, and get output. It is not the...

Category