WhiteBoxTesting:
Everyone might be confused there might be many types of Testing which are involved and why they are called as Boxes.
Well mainly Box determines the Visibility or Non Visibility of what an Box can contain
Here White BoxTesting is where we can see whats there inside the Box and its visible
Some of the Different types are
API testing (application programming interface)
Static testing
Code coverage
Here entire concepts are basically are coding pint of view where normally the person should be having coding knowledge so that he can view each and every point what is happening in the code and he can test by himself.
BlackBox Testing:
This is common and most familiar type of Testing which determines the Box is invisible and we cannot see what the Box contains i.e code cannot be viewed .
Here BlackBox testing where normally testers use have different types of concepts used in it
depending on what the exact specification is there for functionality.
Few Techniques are:
Equivalence partitioning.
Boundary value analysis
State Transition
There are many other types of Testing like grey box testing, glass box testing but these are just the terms used mainly for confusion but hardly it is used except the above two.
Everyone might be confused there might be many types of Testing which are involved and why they are called as Boxes.
Well mainly Box determines the Visibility or Non Visibility of what an Box can contain
Here White BoxTesting is where we can see whats there inside the Box and its visible
Some of the Different types are
API testing (application programming interface)
Static testing
Code coverage
Here entire concepts are basically are coding pint of view where normally the person should be having coding knowledge so that he can view each and every point what is happening in the code and he can test by himself.
BlackBox Testing:
This is common and most familiar type of Testing which determines the Box is invisible and we cannot see what the Box contains i.e code cannot be viewed .
Here BlackBox testing where normally testers use have different types of concepts used in it
depending on what the exact specification is there for functionality.
Few Techniques are:
Equivalence partitioning.
Boundary value analysis
State Transition
There are many other types of Testing like grey box testing, glass box testing but these are just the terms used mainly for confusion but hardly it is used except the above two.
No comments:
Post a Comment