Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
White box testing vs Black box testing
Testing: Testing is the process of executing a program with the intent of finding errors. Manual testing is a testing process to find defects manually.
White box testing:
1.White Box Testing is a software testing method in which the int...
Black Box Testing Method
Black Box Testing is a method of testing in which the internal structure, design or implementation of the item being tested is not known to the tester. In other words we can say that, Black Box Testing is a software testing method where tester do...
Black Box Testing
Black Box Testing :
It is the process of giving the input to the system and checking the output of the system Without worrying about the output process generated by the system. It is also called as Behavior Testing.
In this program is consi...