Month March 2022

Test Basis

The source of information or examples of work products that is needed to write test cases. identify test conditions from which test cases can be derived. A test basis may require these informations : Requirement Lists Test Plan Codes Repository…

Acceptance Testing

Like System Testing, Acceptance Testing deals with behavior and capabilities of a whole system or product. It ensures confidence in the quality of the system as a whole and validates that the system is complete and will work as expected.…

Test Analysis

Test analysis reads the test basis to identify testable features and define associated test conditions. It determines “what to test” in terms of measurable coverage criteria. Main activities: Analyzing the test basis : Requirement specifications: Business requirements, Functional requirements, System…

Test Analysis for ISTQB Test Process

In ISTQB glossaire “Test Process” is defined as : The fundamental test process in the Software Test Cycle: * Test planning and control * Test analysis and design * Test implementation and execution * Evaluating exit criteria and reporting *…

Change Related Testing

Change related testing ensures that previously corrected bugs does not accidentally appeares in a new version of the software. There are two subtypes of Change related testing: Confirmation testing (Re-testing) Regression testing. How Confirmation testing and Regression testing differ? They…

Functional Testing

Functional testing verifies that each function of the software operates in required specification. Functional testing shows “What the system does”. The goal of this testing is to check whether the system is functionally perfect. In the execution of functional testing…

Test Types

In overal there are 4 types of tests but in details we can increase this number to a lot more depending on the need and use case of the tests. Here are 4 main test types and their sub categories…

Eclipse – java IDE Installation and first run

Get your java development or selenium test environment ready. Here a very useful industry standart tool Eclipse, to use as our integrated development environment. We will download app install and set environment to run the app: Go to “https://www.eclipse.org/downloads/” download…