Mukilan R Utask01.hashnode.dev·Oct 18, 2024Task 1Q1. You are testing a form that allows users to schedule appointments with a doctor. The form has the following fields: first name, last name, email, phone number, and appointment date/time. Some more inputs: If any field is blank, we should display ...Manual Testing
Apurva Gadakhapurva5.hashnode.dev·Jul 26, 2024A Guide to Implementing Decision Tables in Software TestingCondition 1Condition2Condition3Condition4Condition5Condition6Condition7Condition8Condition9Condition10Condition11Condition12Condition13Enter URLYNYYYYYYYYYYYEnter First NameYNYYYYBlankYYYYEnter Last NameYYNYYYYBlankYYYEnter email idYYYNYYYYBlankYYEnt...Testing
Abinayaabinaya01.hashnode.dev·Jun 17, 2024Testcase design tehniques-Decision table ConditionsUser 1User 2User 3User 4User 5User 6Result If any field is blankYError message"All fields are required" if email is invalidYError message"Please enter valid email ID" if phone numbers is invalidYError message"Please...decision table
P Kpreetharajendran.hashnode.dev·May 4, 2024You are Testing a Form that allows users to schedule appointments with a doctor.If any Field is Blank, we should display "All fields are Required". If email is invalid, we should display "Please enter a valid email". If Phone number is invalid, we should display "Please enter a valid Phone Number". If appointment date/time is...decision table
Evgenii Terekhovblog.decision-driven.dev·May 3, 2024Understanding Decision-Driven Development: Key Concepts UnveiledBefore we dive into the specifics of the Decision-Driven Development methodology, it's important to understand some of its underlying concepts. These concepts were developed decades ago, but now they are not so popular in software development practic...3 likesDecision-Driven Development 101decision table