fbpx

Technology News

Acceptance tests are defined early in the process prior to the system development process in Acceptance Test Driven Development (ATDD). ATDD is basically an Agile system development life cycle approach Here acceptance tests will act as both detailed requirements and test cases at the same time,...

DEFINITION Software quality is the degree of conformance to explicit or implicit requirements and expectations. Definition by IEEE The degree to which a system, component, or process meets specified requirements. The degree to which a system, component, or process meets customer or user needs or expectations. Definition by ISTQB quality:...

Software test automation is in demand now days. Companies are moving to test automation to meet the dead lines of the product delivery. On daily requirement changing it is difficult for a companies to meet deliver the program on time. Automation helps them to reduce...

How to measure tester’s success is really a big challenge. Can tester’s ability be measured by number of defects logged? Answer is No, there are many other impacted areas which have more influence to measure tester’s success. Type of Defect: One needs to check the type of...

Following are some of the good tactics to become a good tester.     Honesty: Honesty is the best policy as a being tester as well. Make sure that you are well informing developers about your plan to test application. Supportive: Developers many times seek helps from tester to fix issue...

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...

Software Testing is not limited to Error Detection only, The goal of software testing to Find Errors, Find them as early as possible and make sure that they get fixed. For the effective software testing there are many methods, which can help tester to simplify...

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...