fbpx

Software Testing Tag

1. Acceptance Testing: Formal testing conducted to determine whether or not a system satisfies its acceptance criteria and to enable the customer to determine whether or not to accept the system. It is usually performed by the customer. 2. Accessibility Testing: Type of testing which determines the usability...

Software testing test suites are basically collection or group or test cases which are created to test the application for specific behavior. for example after regression testing some modules needs to be tested for impacts, to verify this tester asks the list of impacted modules...

Same as any web or desktop application mobile application needs to be tested for functional and non-functional testing, but the way we test mobile application differs from a desktop or web application. If we look at black box functional testing of mobile application it needs...

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

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

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