Black Box Testing
Testing the application without analyzing the internal behavior of the application i.e. not looking into the coding, logic of the applications. Black box means the coding is hidden to the testers.
White Box Testing
Testing the internal behavior of the application, analyzing the coding and logic is termed as the White Box Testing. The coding is very well seen by the tester as if it is kept in a transparent box.
To see the difference between these two Click Here
Performance Testing
Testing the application based on its response time to the given data under the specified environment is called Performance Testing. We have Stress Testing and Load Testing under this.
- Stress Testing – This is a negative testing. Testing the application over its limits making the application to crash is called Stress Testing.
- Load Testing - This is a positive testing. Testing the applications within its limits, to find the maximum limit of the application in te optimum environment is called Load Testing.