Welcome To User Friendly Software Technical concepts

This Blog contains information of various technical concepts,The concepts are precise,informative with examples.visitors can easily understand the concepts of different technical related subjects like software Testing concepts , practice questions on sql And JMeter(Open source automation tool ) for Performance testing of an web application and about selenium tool used for functional testing of an web application

Wednesday, August 4, 2010

Black Box Testing




It is also known as Functional Testing /component testing

Definition:
Testing the functionality of each and every component vigorously
against requirement specification.

Explanation  of Black Box Testing
It involves  testing the application from the front end point of view.
 Developers treat the application as white box because they
will test and modify the source code.Hence the application should
be transparent or white.

Black box testing is done by testers and they are not allowed
to see the code and only front end is viewed and hence is
called Black Box Testing.


Example of Black Box Testing.
 Business requirement document says user name text field  should
 accept 10 characters  so that user name text field should not take
 more than 10 characters

 Business requirement document says special characters should
not allowed in the user name field so that  field   should allow
only alphabets and numbers..

              









                                 

No comments:

Post a Comment

You Can Post Your Comment Here