Reusable Rules in testRigor

Global variables and data sets are a great way to replace values used at multiple points in the test suite with a single variable. Actually, it is not just about the variables in particular, a lot of things in automation testing point towards eliminating repetitive work using method A or B. For instance, we introduced…

State Transition Testing – Diagram, Example and Technique

ISTQB Course Preparation0. ISTQB Introduction0.1 Foundation Exam Format And Structure0.2 Exam Syllabus for Preparation1. Fundamentals of Testing1.1.1 Typical Objectives of Testing1.1.2 Testing and Debugging1.2.1 Why is Testing Necessary?1.2.3 Error, Defect, and Failure1.2.4 Defects, Root Cause and Effects1.3 Seven Testing Principles1.4.2 Test Activities and TasksTest Completion1.5.1 The Psychology of Testing1.5.2 Tester’s and Developer’s Mindsets2. Testing Throughout…

Validations in testRigor

In the last tutorial focusing on creating test cases in testRigor, we got a slight introduction to validations in testRigor in one of the test cases. Validations act like a checkpoint during the program execution and check (verify or confirm) for a specific thing. For instance, as a user, we have seen validations often while…