Module 1
Module 1
**Objectives:**
* Explain Quality
**What is Software:**
* Two categories

selected attributes.

* Ambiguous/Unclear Requirements
* Programming Errors
* Communication Gap
* Time Pressure/Deadlines

**What is defect?**
* Test Planning
* Test Design
* Test Execution
* Test Analysis
* Postmortem reviews
* Customers
* Users
* Testers
* Senior Management
* Auditors
**Challenges in Testing:**
**Economics of Testing: **

**Test Methods:**
* Black box testing (also called functional testing): Test the specs
(Do not look inside the code)
* White box testing (also called structural / glass box testing): Test
the code
* White box testing assumes that the procedural design and code is
known to the tester.
​ 2.Exercise all logical decisions on both true and false sides
* Statement coverage
* Decision coverage
* Condition coverage
* Static Testing
* Dynamic Testing

**Quality** **Views**
**Quality** **and** **Productivity**
**What is Quality?**
**Quality quote**
* Doing it on time
**Quality Means**
​ 1. Requirements
​ 2. Cost
​ 3. Delivery schedule
​ 4. Service
**Customer is KING**
**Quality - Productivity**
* Rework, Repairs and complaints are key factors affecting Quality and
productivity
**Quick Recap**
* Black box testing focuses on input and output while white box
focuses on the processing done on the input for generating the output.
​ https://www.youtube.com/watch?v=BKorP55Aqvg
* QA / QC / QMS : https://www.youtube.com/watch?v=wWo4XyQAxc0
**Exercise :**
2. Search a product
4. Add to cart
Now that you have understood most of the user journeys / functional
scenarios of this SUT (Software under test) , Let's move on to next
lesson.
Test Scenario Document: