Test Case Bug Report
Test Case Bug Report
08.09.2022 1
Topics: TEST CASES
What is Test case?
08.09.2022 2
What is Test case?
A set of conditions or variables under which a tester determines whether
the software satisfies requirements and functions properly.
Test cases help guide the tester through a sequence of steps to validate
whether a software application is free of bugs.
Test cases for a given module or part of an application, are grouped into a
test suite.
You can think of a test case as a set of step-by-step instructions to verify
something behaves as it is required to behave.
08.09.2022 3
What is Test case? (con’t)
A test case usually contains:
Title
Description
Test steps
Expected result
08.09.2022 4
Who write test cases?
Someone from the QA team writes the test cases
Make sure whoever is writing test cases has decent writing skills and
understands the purpose and value that test cases provide.
08.09.2022 5
How is the good test case?
Should allow any tester to understand and execute the test.
Ensures good test coverage (key functionality isn’t missed in the testing
process).
Allows the tester to think thoroughly through different ways of validating
features.
Negative test cases are also documented, which can often be overlooked.
08.09.2022 6
When Are Test Cases Used?
Test cases are used after development finishes a feature or a set of
features.
The goal is to have test cases ready by the time testing is able to begin.
08.09.2022 7
Test Cases tools
08.09.2022 8
Test Cases best practice:
Use a Strong Title and keep title short.
Make it Reusable.
08.09.2022 9
Topics: BUG REPORT
What is a bug?
Tips.
08.09.2022 10
What is a bug?
A software bug is an error, flaw, failure, or fault that produces an incorrect
or unexpected result.
Basically, a software bug is something which is not working as designed.
08.09.2022 11
What is a bug report?
Bug reports are the way to let developers know about parts of their code
that are not behaving as expected or designed in order to show them what
parts of their app need improvement.
Include all the clues the developer might need to pinpoint the issue.
08.09.2022 12
How to report a bug?
A bug report includes:
Attachments.
08.09.2022 13
How to Report a bug? (Con’t)
Type of Severity:
Blocker:
Critical
Major
Minor
Trivial
Enhancement
08.09.2022 14
How to Report a bug? (Con’t)
Type of Priority:
Highest
High
Low
Lowest
08.09.2022 15
How to Report a bug? (Con’t)
Type of Status:
New
Fixed
Verified
Reopened
Won’t Fix
Etc.
08.09.2022 16
How to Report a bug? (Con’t)
Attachments
UI: static bugs (GUi problems, overflow, overlap, text-align, wrong color, wrong text,
wrong font...) --> Screen-shot
Requirement: Format should be able to view. (ex: mp4), your clicks/taps must be visible.
08.09.2022 17
Tips ;)
Check the duplicate
Reproduce the bug three times before writing a bug report (Intermittent)