You are on page 1of 6

Unit No.

4
Testing
Testing of Project :

Testing
T
4.0 TESTING INTRODUCTION

There are two types of testing.

Black Box Testing


Black box testing, also called functional testing and behavioral testing, focuses on determining
whether or not a program does what it is supposed to do based on its functional requirements.
(1) Incorrect or missing functionality
(2) Interface errors
(3) Errors in data structures used by interfaces
(4) Behavior or performance errors
(5) Initialization and termination errors

White Box Testing

White box testing is a method of testing software that tests internal structures or workings of an
application.
White box testing is mainly used for detecting logical errors in the program code. It is used for
debugging a code, finding random typographical errors, and uncovering incorrect programming
assumptions. White box testing is done at low level design and implementable code
4.1 Module Test

Login Page Test:


4.2 Test Case
Sr# Requirements Button Test Result

Smoothly begins
1 Start the App Click App start with splash
screen

2 View Main Menu Click Main View Open


Search of
3 Bluetooth Connection Click Bluetooth Bluetooth
Devices, Successfully
(Required Arduino connected
HC-01)

4 Heart Rate + BP Monitor Click Fetch the data Pass and show
properly from the user heart
sensor rate +BP

Fetch the user


5 Location Accessibility Click location from GPS Valid and Get
the user location
from GPS

6 Emergency Condition Check If emergency Successfully


condition occurs sent the
emergency
message to
selected
guardian’s
contacts
4.3 Client-Side Run
Preconditions Project implement on client side.

Actions Run and check

Expected Result If something wrong it will not proceed.

Tested By Noman Waheed,Umair Haider, Azhar Hussain, Ahsan Saleem

Result Pass

Identifier TC-1

Input data Click and successfully received data from sensors.

Short Description The Process is performed to get values from sensors and returned to
android app for user interface.

You might also like