You are on page 1of 4

Floor Measuring Tool

Test Report
Version 2.0
Month October, 2022

Lensa Gemeda
Table of Contents

1. INTRODUCTION.....................................................................................................................................................1
1.1 PURPOSE...............................................................................................................................................................1
1.2 SCOPE...................................................................................................................................................................1
2. TESTING...................................................................................................................................................................1
2.1 TEST STRATEGY...................................................................................................................................................1
2.2 TESTS CONDUCTED...............................................................................................................................................1
3. FUNCTION TEST EXECUTION FINDINGS......................................................................................................1

Test Report Page ii


1. Introduction
1.1 Purpose
<Describe the purpose of this document>

1.2 Scope
<Explain the scope of the test that will be defined here and what it is meant to verify a system
functionality>

2. Testing
2.1 Test Strategy
In this testing process we are going to test the given test suit.

2.2 Tests Conducted


2.2.1 Test Suit
2.2.1.1 Test case name: Test Square 1
Input Data: S (Square), Width = 2
Expected Results: 4

2.2.1.2 Test case name: Test Rectangle 1


Input Data: R (Rectangle), Width = 2, Height = 4
Expected Results: 8

2.2.1.3 Test case name: Test Triangle 1


Input Data: T (Triangle), Width = 2, Height = 4
Expected Results: 4

2.2.1.4 Test case name: Test Circle 1


Input Data: C (Circle), Radius = 1
Expected Results: 3.141592653589793

2.2.1.5 Test case name: Test Square 2


Input Data: S (Square), Width = 1
Expected Results: 1

2.2.1.6 Test case name: Test Rectangle 2


Input Data: R (Rectangle), Width = 2, Height = 0
Expected Results: 0

2.2.1.7 Test case name: Test Triangle 2


Input Data: R (Rectangle), Width = 1, Height = 1

Test Report Page 1


Expected Results: 0.5

2.2.1.8 Test case name: Test Circle 2


Input Data: C (Circle), Radius = 2
Expected Results: 12.56..

3. Function Test Execution Findings

3.1 Finding 1
Test Case: Test Triangle 1
Failing Requirement: R1.1, R1.3, R2.2
Expected Output: 4
Actual Output: 3.2 the output is not correct.
Defect: Explain why it is a defect or why it is not
Screenshot of failure:

3.2 Finding 2
Test Case: Test Square 2
Failing Requirement: R1.1, R1.2, R2.1
Expected Output: 1
Actual Output: 2
Defect: Output 2 is not correct result.
Screenshot of failure:

Test Report Page 2

You might also like