fbpx

Functional Testing

Equivalence class partitioning or EQP is the technique of blackbox software testing method. In this technique tester separates data in two distinct type Valid data Invalid data If we look at input testing number of input data would be more and if we test application with all possible...

In a blackbox testing method boundary value analysis is the most effective software testing technique. In this method tester tries to test the application object with its range of input. For example if one wants to test the following application for following form with customer...

Any web application has three main components. The Server: The computer where web contents resides The Client:  The computer where contents needs to be served. The Network: The interconnect link between two. Issues Verification for the Server: As a thumb rule all web application should have validation of application at client and...