In this Software Testing Tutorial, we will learn about decision table testing in software testing. Decision table testing is also known as the cause-effect table. Decision table testing is the software test design technique in a black box that is utilized for multiple outputs or on multiple conditions that are required to be tested.
Tag: software testing tutorial
Software Testing Tutorial #34 – Equivalence Partitioning in Testing
In this Software Testing Tutorial, we will learn about equivalence partitioning in software testing. Equivalence partitioning (EP) is a very important black box test design technique which is very widely used in software testing.
In this tutorial we will learn about equivalence partitioning with examples and how you can use equivalence class partitioning effectively in software testing and also explain this question in any software testing interview.
Software Testing Tutorial #33 – Different Test Design Techniques
In this Software Testing Tutorial, we will learn about different test design techniques in software testing. Software testing can be categorized into static and dynamic testing. In static testing, we validate the software documents or code without executing the code whereas in dynamic testing we can execute the code and test the application.
There are many test design techniques for static and dynamic testing. Static test design techniques include reviews, walkthroughs, formal reviews etc. and dynamic test design techniques include equivalence partitioning (EP), boundary value analysis (BVA), decision table testing, state transition testing etc.
Software Testing Tutorial #32 – How to Write Test Cases
In this Software Testing Tutorial, we will learn how to write test cases in manual testing of any software testing project. We will learn about test case template and what are key fields in software test case template which are must when writing a test case.
Once you understand the test case template in excel then you can write any test case within your project using this template. We will understand this template by writing it in the excel sheet and then understand how to write test case in excel sheet.
Software Testing Tutorial #31 – Test Scenario Vs Test Case
In this Software Testing Tutorial, we will learn about the difference between the test scenario vs the test case. The test scenario is high-level documentation about what you are going to test in the application whereas the test case is a detailed description of how you are going to test that particular scenario.
Test scenarios will be mostly one-liners however test cases are step-by-step instructions to perform operations in any software and verify that the application behaves as expected.