Here,we discussing about block-box testing types and information of those types.
- After completion of white-box testing,testing conducted on application by test-engineer's or by domain experts or customers to ensure the requirement coverage.
- does the application developed as per the customer requirements or not i,e called block-box testing.
- it is also called as "Specification based testing".
- this testing is the combination of system testing and user acceptance testing.
System Testing:
- To cover all possible operations,we have to conduct both positive and negative testings.
A. Positive testing:
--> application check with positive data or testing conducted on application with positive perspective to check what's system supposed to do is called "Positive Testing".
--> positive testing conduct for entering data is valid or not.
B. Negative testing:
-->testing conducted on application with a negative perspective to determine what system not suppose to do is called Negative Testing.
--> negative testing conduct for find the defects/errors.
Note:
- these system testing conducting on application,not in programming by Test engineers.