Vous êtes sur la page 1sur 2

Assignment No.

: A5

1Title
Testing of project problem statement using generated test data(using
mathematical models, GUI, Function testing principles, if any)selection and
appropriate use of testing tools, testing of UML diagrams reliability

2.Black Box testing


This method is named so because the software program, in the eyes of the
tester, is like a black box; inside which one cannot see. This method
attempts to find errors in the following categories:

Incorrect or missing

functions Interface errors

Errors in data structures or external database

access Behavior or performance errors

Initialization and termination errors

3.White Box testing


White Box Testing (also known as Clear Box Testing, Open Box Testing, Glass Box
Testing, Transparent Box Testing, Code-Based Testing or Structural Testing) is a
software testing method in which the internal structure/ design/ implementation of the
item being tested is known to the tester. The tester chooses inputs to exer-cise paths
through the code and determines the appropriate outputs. Programming know-how and
the implementation knowledge is essential.

1
5.Test cases

Test Case Description Precondition Steps Expected Actual Result


No
1 H/W Testing: System with 1. Checking the System System PASS
System RAM, HDD system requirements requirements
Configuration requirements should be are
compatible compatible
with with
Xen Xen
2 Client Account Already 1.Enter login User home User home PASS
Requirement created gmail credentials and page should page
a/c click LogIn be displayed
button.

3 Mail fetching Registered 1.Log-in to Summary Same as PASS


user and system. should be expected
active 2.Click on Read displayed
internet Mails button.
connection
4 Voice testing Working 1.Select mail to Converted Same as PASS
speaker read audio mail expected
2.Click on should be
listen button. played
5 Checking User must be 1.Select Refresh Recent mail Same as PASS
refresh function active button summary expected
should be
displayed
6 Database Existing 1.Click on Read Mail contents Same as PASS
connectivity Database Mails button. should be expected
saved on
users system

6. CONCLUSION:
Testing of project problem statement done successfully using generated test data.

Vous aimerez peut-être aussi