You are on page 1of 20

SOFTWARE TESTING

7.1 Test Case Specifications

Test-case specification in performed for system testing by keeping in mind several issues
data used for testing of DAL Builder is actual data that will be used after deployment of this
project. Which are discussed in the following subtopics

7.2 State the Test Environment

The DAL Builder software is tested at UIIT with the required hardware and software requirements.

Hardware
Processor Intel Pentium IV
RAM 512
Local Area network.
Software
OS :WinXP
Visual studio .net 2005
Microsoft SQL Server 2000
7.3 Testing Identification

A specific test should be planned for every test level to test all system components. The
test procedure should be detailed so that the system meets all user requirements.

The system can be divided into five modules:

1. Select authentication mode.


2. Retrieve database
3. make settings
4. generate .net code
5. generate stored procedures.
7.4 Test Procedure

A testing strategy is decided for testing the system so that all modules are tested to fulfill
all user requirements. A test strategy is methodology that describes the various steps that need to
be performed during testing and the time and effort required for performing them. The following
strategies are used for DAL Builder system.

1. Install application on user computer.


2. Install SQL Server on user computer.
3. Execute all the test cases.

7.5 Unit Testing

Unit testing is a white-box testing techniques. The main consideration in this test is
verification of all modules of the software system. Each module is unit tested, as follows:
 Unit testing the module select authentication mode: This module is used to select the
authentication mode from the available modes of authentication. User need to provide the
required input. Required input will be the user name and password in case the user selects
the SQL Server authentication, and in case the user selects the windows he will be
allowed to proceed directly. The module is test by selecting all the labs of university one
by one. The unit test results will be displayed in list view of the main form.
 Unit testing the module retrieve database: This module is used to retrieve the database
whose name is provided by the user. all tables/views present in the database will be
retrieved. all fields along with all constraints i.e. unique key, foreign key etc will be
handled in this module. It needs to pick the database after successfully establishing the
connection with SQL Server.
 Unit testing the module Make Settings.: This module is used to make all settings
regarding code. it is further divided into two sub groups .net settings and Stored
procedure settings. The user needs to specify all his required settings and according to
those settings the code will be generated. This module is tested by making all the settings
of code and stored procedures.
 Unit testing the module Generate .NET Code: This module is used to generate the .NET
code in user specified language either it is C# or VB.NET. The generated code will
reflect all the settings as specified by the user.
 Unit testing the module to generate stored procedures: this module is used to generate the
stored procedures for all the tables/views present in the database. This module is unit
tested by generating the stored procedures for all tables/views.

7.6 Integration Testing

Integration testing is the technique for testing the interfaces of software components.
Each software components in unit tested, and all the components are integrated to perform
together. The tests are conducted to ensure that the components are working properly after
interfacing.

All modules are integrated by an incremental approach, and integration testing of the
system is performed as follows:

 Integrate select authentication mode module and check that user can properly be
authenticated.
 Integrate retrieve the database module and test that the software is properly retrieving the
database from the SQL server or not. And all the fields are properly retrieved and their
constraints are being handled or not.
 Integrate make settings module and tested by giving all the settings of >net code and also
for all the settings of stored procedures, that all the settings are properly being activated
or not.
 Integrate generate .NET code module and then tested by generating all the code for all
tables/views present in the data base.
 Integrate Generate stored Procedures module and then tested by generating all the stored
procedures along with code and checked that all the stored procedures are according to
the settings of the user and fulfilling the user requirements.
7.7 System Testing

System testing involves the set of tests that ensures that the entire system performs
according to specifications.

 Recovery Testing

The software system is fault tolerant. It is developed by keeping in mind all the expected
error that can effect the generation of stored procedures and code . the system will ensure that the
final product will be up to the mark and will be according to the requirement of the user. it
should reflect all the settings made by the user.
 Security Testing

The system requires a logon ID and password to initiate the SQL Server . It allows only
authenticated users to log on to the system.

 Stress Testing

The main function of this system is to make settings and than accordin g to that serttings
generate the code and stored procedures.. The system is tested for multiple databases and by
making different settings to ensure that the system performs accurately under all input
conditions.

 Performance Testing

DAL Builder is retrieving the database than making settings and than generate code and
stored procedure according to that settings.. The performance of the software is tested at all
levels of testing. All unit modules have been tested successfully. The integration of these unit
modules also confirms that DAL Builder system is working properly under all circumstances.
Therefore, now the software fulfills all requirements of code generation for data access
layer.
7.8 Test Plan
7.8.1 Objectives

System Overview: DAL Builder will help the students and developer for coding purpose.
The user of the DAL Builder will enter the name of database and will specify required
settings for .NET as well as stored procedures .system will generate the code for data
access layer in any of the language as C# or VB.NET. And will also generate the stored
procedures. The generated code can be easily used in the user’s application. The
generated code can be decompiled into .NET assembly /DLL.
The system will help the students as well as developer in terms of easy and fast
coding,.
Document Overview: This document contains the plan and schedule for tests to be performed
on the system and the mapping of tests to specified system requirements.
Referred Documents: The referred documents are SRS and test cases developed for the
system.

7.7.2 Software Test Environment

Name of test Site(s): UIIT Labs


Resources
Software: The software requirements are Visual studio .NET and MS SQL Server
2000 and MS Visio as a designing tool.
Hardware: The minimum hardware requirements are a Pentium III process with 128
MB RAM, 1.7 GHz speed, and a 4 GB hard disk.
Other Materials: efficient network
Installation, Testing, and Control: The DAL builder system will be developed at
university of arid agriculture. Testing will also be performed in university labs. we
will do the installation and testing of software at UIIT labs. The control and
maintenance of software will be the responsibility of DAL Builder development
team.
Participating Organizations: UAAR
Personnel: Anum Zar and Wajeeha Islam will perform the test and report to the
Shahzad aslam, .

7.7.3 Test Identification

Test ID
Test Name
Test Level
Test Type
Test Conditions
DAL_1
Authentication
Unit and integration testing
Input tests, output tests, verification, validation tests
Test will use existing username and password of SQL server.

DAL_2
Retrieve database.
Unit and integration testing
Input tests, output tests, verification and validation tests
Test will use all the databases existing in the SQL Server.

DAL_3
Enable Settings.
Unit and integration testing
Input tests, output tests, verification and validation tests
Test will use real-time data .

DAL_4
Enable Stored procedures settings.
Unit and integration testing
Input tests, output tests, verification and validation tests
Test will use real-time data .

DAL_5
Generate code.
Unit and integration testing
Input tests, output tests, verification and validation tests
Test will use user data, as database name etc.

DAL_6
Generate stored Procedures.
Unit and integration testing
Input tests, output tests, verification and validation tests
Test will use user data, as database name etc.

7.8.4 Test Schedules


Test ID
Test Name
Test Personnel
Test Site
Planned Date
DAL_1
Authentication
Anum Zar
UIIT lab
19/05/09

DAL_2
Retrieve database.
Anum Zar
UIIT Lab
19/05/09

DAL_3
Enable settings.
Wajeeha Islam
UIIT Lab
19/05/09

DAL_4
Enable SQL settings.
Anum Zar
UIIT Lab
19/05/09

DAL_5
Generate Code
Anum Zar
UIIT Lab
19/05/09

DAL_6
Generate Code
Wajeeha Islam
UIIT Lab
19/05/09

7.7.5 Requirements Traceability

Test Name
Requirement Met

Authentication
When the valid inputs given to system it will log on the system main page and in case of
Invalid input it will throw an exception.

Retrieve database.
User will select the database name .if user Give invalid name he will be prompted by error
message. An exception will be generated otherwise he will be successful returned with
tables.

Retrieve tables.
System will make sure that it will retrieve all the tables/views of the database whose name
is provided by the user..
Retrieve Fields.
When user selects any table name to retrieve its fields system will simply display its fields
and will handle all constraints..

Enable all settings.


User will make all the required setting of the dal builder and the code will be generated
according to user specifications.
Generate code.
Now user can simply get code with a single mouse click. And the generated code will
reflect all the requirements specified by the user. In case of any error the user will be
prompted by an error message.

7.8.6 Test Cases


A test case is prepared for each test that needs to be performed. The test cases result in the
development of test reports, which will be used for test-output analysis.

Software:DAL Builder modulation: Select authentication mode


Test ID: DAL _1 test name authentication
Test Description: This test verifies the user name and password to access the SQL Server
authentication.

Action Action’s Valid Input Invalid Input Required Output Analysis


Performed Output Input Output
Enter user The user Names of all Names of all User Name displayed Name System has
name in the name is valid users to users who in the respective displayed in passed the
test box displayed whom the are not text box the test
provided in the SQL Server assigned respective successfully
respective grants access . text box .
text box access.
Enter The The Any other sa The password The The system
Password password passwords of string of entered is password has passed
is respective characters displayed as an entered is test
displayed valid users that is not a asterix displayed successfully
in an password of as an .
encrypted any valid asterix
form user
Click If the Valid user Invalid or Click The next form The next The system
Connected entered name and empty value Connect appears on the form has passed
user name password for user screen. appears on test
and a name or the screen. successfully
password password or
are valid, for both
the user
proceeds
to the next
form.
Click The user Valid or None Click The user exits The user The system
disconnect exits the empty values disconnect the DAL Builder exits the has passed
ed. software in the user software. DAL test
name or Builder successfully
password software.
text boxes

Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005, and MS
SQL SERVER.

Tested By: Anum Zar Date 19/05/09


Wajeeha Islam

Software:DAl Builder Module :Retrieve database.

Test ID: DAL_2 test case name:retrieve database.


Test description This test retrieve the database whose name is provided by the user.
Action Action’s Valid Invalid Input Required Output Analysis
Performe Output Input Input Output
d
Enter the Database Names of Any Any The database The The system
database in chosen will b the entire database database will be database has passed
the textbox displayed in database which name. retrieved. name test
provided. the textbox. which does not will be successfully
actually exists. displayed
exist in
the SQL
Server.
Enter Database’ Any Any Database The table The The system
database tables will be database database name. names of output has passed
name in retrieved. which which is whole would be test
textbox actually not database will displayed successfully
provided. exists in present. be retrieved in in next
SQL the next form. form.
Server.
Enter table User enters The table Any Table All field of The The system
name table name for name wrong name the table fields of has passed
which he/she should be table/view along with all tables test
wants to the same name. the constraints will be successfully
retrieve fields. as it is should be retrieved.
actually handled.
in the
database.

Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005,

Tested By: Anum Zar Date 19/05/09


Wajeeha Islam

Software: DAL builder Module: Make .Net settings

Test ID: DAL_2 Test Name: Enable settings.

Test description: This test displays list of IP Addresses in list view. User needs to select the lab to
pick the IP Addresses from Domain Name Service (DNS).

Action Action’s Valid Invalid Input Required Output Analysis


Performe Output Input Input Output
d
Choose a language C# or None C# or Language Language The system
language chosen would VB.net VB.net selected. selected has passed
from the be displayed will be test
combo box in a combo valid input successfully
provided. box.
Give the Namespace Proper None Proper Code with The output The system
namespace would be namespace namespace proper would be has passed
for displayed in . namespace displayed test
generated the code will be with successfully
code. generated. generated proper
namespac
e
Give the Class prefix Valid class None Any prefix Generated Code with The system
name of would be prefix code will have same has passed
class prefix displayed in name. same prefix as prefix as test
the code mentioned mentioned successfully
generated
User will Checkbox will Select the none Include Comments Comments The system
check the be checked checkbox comments will be will be has passed
checkbox generated in generated test
to include the code successfully
comments generated
Checkbox will Select the none Include Null value Null value The system
User will be checked checkbox null value support will support has passed
check the support be handled in will be test
checkbox the code handled successfully
to include generated
null value
support

Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005,

Tested By: Wajiha Islam Date: 19/05/2009


Anum Zar

Software: DAL builder Module: Make .SQL settings

Test ID: DAL_2 Test Name: Enable settings.

Test description: This test displays list of IP Addresses in list view. User needs to select the lab to
pick the IP Addresses from Domain Name Service (DNS).

Action Action’s Valid Input Invalid Input Required Output Analysis


Performed Output Input Output
Check the Checkbox Select the None Generate Stored Stored The system
checkboxe will be checkbox stored procedures procedures has passed
s for checked procedure will be generated test
creation of s generated successfully
stored
procedures
User will Selection Provided Other than Select Code on The output The system
selection will be on clause provided selection the basis would be has passed
mode the basis specification clause mode of primary displayed test
of format specification key and with successfully
primary format foreign selection
key or key will mode
select all be provided
generated
Give the Stored Valid stored None Any prefix Generated Stored The system
name of sp procedure procedure code will procedure has passed
prefix prefix prefix name. have same with same test
would be prefix as prefix as successfully
displayed mentioned mentioned
in the
code
generated
User will Checkbox Select the none Include Comments Comments The system
check the will be checkbox comments will be will be has passed
checkbox checked generated generated test
to include in the code successfully
comments generated

Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005,

Tested By: Wajiha Islam Date: 19/05/2009


Anum Zar

Software: DAl Builder Module :Generate .NET code code

Test ID: DAL_3 test case name: .NET code


Test description :This test case will generate all the code for .net for the tables selected by the user .the
generated code will be according to all the settings made by the user.
Action Action’s Valid Invalid Input Required Output Analysis
Performed Output Input Input Output
Enter the Database Names of Any Any The The The system
database in chosen will the entire database database database database has passed
the textbox b displayed database which name. will be name will test
provided. in the which does not retrieved. be successfully
textbox. actually exists. displayed.
exist in
the SQL
Server.
.User .table will be Table .any table Table The table The The system
selects given as name which is name. names of output has passed
table name input to which not whole would be test
for which generator for actually present in database displayed successfully
he/she code exist in the will be in next
wants to generation. the database. retrieved in form.
generate database. the next
code. form.
User User enters All valid Any Settings All settings Enabled The system
enables all required setting wrong enabled. that user setting has passed
all .net settings which are settings wants to will be test
settings. for .net provided which are make reflecting successfully
by the not should be in the
developer allowed. enabled. code.
.
User User has Any valid Any Output A selected Directory The system
selects chosen a path. invalid path path where stored at has passed
output path path where a path directory a specific test
for .net directory is where can be path. successfully
code. to be stored directory stored.
for .net cant be
code. stored .
User clicks Code will be Click Click on Click on Code Generate The system
generator generated. generator any other button generated. d code. has passed
button. button button. test
successfully

Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005,

Tested By: Anum Zar Date 19/05/09


Wajeeha Islam

Software:DAl Builder Module :Generate stored procedured.

Test ID: DAL_5 test case name: generate stored procedures.


Test description :This test case will generate all the code for Stored procedures.according to the settings
enabled by the user.
Action Action’s Valid Invalid Input Required Output Analysis
Performed Output Input Input Output
Enter the Database Names of Any Any The The The system
database in chosen will the entire database database database database has passed
the textbox b displayed database which name. will be name will test
provided. in the which does not retrieved. be successfully
textbox. actually exists. displayed.
exist in
the SQL
Server.
.User .table will be Table .any table Table The table The The system
selects given as name which is name. names of output has passed
table name input to which not whole would be test
for which generator for actually present in database displayed successfully
he/she code exist in the will be in next
wants to generation. the database. retrieved in form.
generate database. the next
code. form.
User User enters All valid Any Settings All settings Enabled The system
enables all required setting wrong enabled. that user setting has passed
all .net settings which are settings wants to will be test
settings. for .net provided which are make reflecting successfully
by the not should be in the
developer. allowed. enabled. code.
User User has Any valid Any Output A selected Directory The system
selects chosen a path invalid path path where stored at a has passed
output path path where a path directory specific test
for .Stored directory is where can be path. successfully
Procedures to be stored directory stored.
. for . Stored cant be
Procedures stored
User clicks Code will be Click Click on Click on Code Generated The system
generator generated. generator any other button generated. code. has passed
button. button button. test
successfully
Testing Environment: HP PC (PIII), 80 GB HDD, 512 MB RAM, Visual Studio .NET 2005,

Tested By: Anum Zar Date 19/05/09


Wajeeha Islam

7.8.7 Test Output Analysis

The test output analysis is based one of the following specifications:

 All test components were being thoroughly reviewed for errors.


 Testing conforms to test specifications if the test results in faults or
errors.
 If the above two specification results in no solution, the system has errors. These errors
are re-analyzed by developers and testers.

In the DAL builder, the test-output analysis of test cases reveals:

 Summary of test results


 Deviation from test cases

7.8.8 Summary of Test Result

The objective of this test is to demonstrate that the performance of the software system
meets all requirements of DAL builder. All modules have been successfully unit tested in the
first phase. Then, the modules are incremented to perform integration testing. The performance
of the integrated system is according to DAL builder specifications. Finally, the system is fully
tested for recovery testing stress testing, and performance testing.

Therefore, the system fulfills all DAL builder’s requirements.

7.8.9 Deviation from Test Cases

We try to complete the project on our level best and also try that there is minimum
deviation from the test case and the system performs according to specifications.

7.8.10 Bug Report


YOUR COMPANY’S NAME UAAR PROBLEM REPORT#01

PROGRAM DAL builder RELEASE 1st VER 1.0

REPORT TYPE (1-6) Coding Issue SEVERITY (1-3) Serious ATTACHMENTS (Y/N) Yes

1. Coding issue 4. Documentation 1. Fatal


2. Design issue 5. Hardware 2.Serious unable to connect with
3. Suggestion 6. Query 3. Minor SQL server

PROBLEM SUMMARY system checks whether SQL server is working or not after 3 minutes

CAN YOU REPRODUCE THE PROBLEM? (Y/N) Yes

PROBLEM AND HOW TO REPRODUCE IT when user want to establish the connection with SQL server
and connection is not established with SQL server after 3 minutes. there will be some problem in sql server
and SQL server should be installed.

REPORTED BY Wajiha Islam DATE 19/05/2009

ITEMS BELOW ARE FOR USE ONLY BY THE DEVELOPMENT TEAM

FUNCTIONAL AREA Connection ASSIGNED TO Wajiha Islam


COMMENTS Bug has been resolved using new installation of SQL server.

STATUS (1-2) closed

1. Open 2.Closed

RESOLUTION (1-9) Fixed RESOLUTION VERSION01

1. Pending 4. Deferred 7.Witdraw by reporter


2. Fixed 5. As designed 8. Need more info
3. Irreproducible 6. Can’t be fixed 9. Disagree with suggestion

RESOLVED BY Development team DATE 19/05/2009

RESOLUTION TESTED BY Miss Wajiha Islam DATE 19/05/2009

TREAT AS DEFERRED (Y/N) N

YOUR COMPANY’S NAME UAAR PROBLEM REPORT#02

PROGRAM DAL builder RELEASE 1st VER 1.0

REPORT TYPE (1-6) Coding Issue SEVERITY (1-3) Minor ATTACHMENTS (Y/N) Yes

1.Coding issue 4. Documentation 1. Fatal


2.Design issue 5. Hardware 2.Serious function which is not handling
3.Suggestion 6. Query 3. Minor constraints

PROBLEM SUMMARY system does not handle database constraints.

CAN YOU REPRODUCE THE PROBLEM? (Y/N) Yes

PROBLEM AND HOW TO REPRODUCE IT system will handle constraints by using a query.

. It can be reproduced by using precompiled stored procedures.

REPORTED BY Wajiha Islam DATE 19/05/2009

ITEMS BELOW ARE FOR USE ONLY BY THE DEVELOPMENT TEAM


FUNCTIONAL AREA Generate Code ASSIGNED TO Wajiha Islam

COMMENTS Bug has been resolved by adding one more case of lab-1 in the case statement of IP
Addresses.

STATUS (1-2) closed

1. Open 2.Closed

RESOLUTION (1-9) Fixed RESOLUTION VERSION01

1. Pending 4. Deferred 7.Witdraw by reporter


2. Fixed 5. As designed 8. Need more info
3. Irreproducible 6. Can’t be fixed 9. Disagree with suggestion

RESOLVED BY development team DATE 19/05/2009

RESOLUTION TESTED BY Miss Wajiha Islam DATE 19/05/2009

TREAT AS DEFERRED (Y/N) N

YOUR COMPANY’S NAME UAAR PROBLEM REPORT#03

PROGRAM DAL BUILDER RELEASE 1st VER 1.0

REPORT TYPE (1-6) Coding Issue SEVERITY (1-3) Minor ATTACHMENTS (Y/N) Yes

1. Coding issue 4. Documentation 1. Fatal


2. Design issue 5. Hardware 2.Serious make .net settings.
3. Suggestion 6. Query 3. Minor

PROBLEM SUMMARY .NET settings are not being properly enabled.

CAN YOU REPRODUCE THE PROBLEM? (Y/N) Yes

PROBLEM AND HOW TO REPRODUCE IT few .net settings are not properly being reflected in final
code. this problem can be resolved by reinterpreting the code.

REPORTED BY Anum Zar. DATE 19/05/2009

ITEMS BELOW ARE FOR USE ONLY BY THE DEVELOPMENT TEAM


FUNCTIONAL AREA Make settings. ASSIGNED TO Wajeeha Islam

COMMENTS Bug has been resolved by reinterpreting the code and checking its efficiency again.
STATUS (1-2) closed

1. Open 2.Closed

RESOLUTION (1-9) Fixed RESOLUTION VERSION01

1. Pending 4. Deferred 7.Witdraw by reporter


2. Fixed 5. As designed 8. Need more info
3. Irreproducible 6. Can’t be fixed 9. Disagree with suggestion

RESOLVED BY development team DATE 19/05/2009

RESOLUTION TESTED BY Miss.Wajeeha Islam DATE 1//05/2009

TREAT AS DEFERRED (Y/N) N

YOUR COMPANY’S NAME UAAR PROBLEM REPORT#04

PROGRAM DAL BUILDER RELEASE 1st VER 1.0

REPORT TYPE (1-6) Coding Issue SEVERITY (1-3) Serious ATTACHMENTS (Y/N) Yes

1. Coding issue 4. Documentation 1. Fatal


2. Design issue 5. Hardware 2.Serious function which is enabling Stored
procedure settings.
3. Suggestion 6. Query 3. Minor

PROBLEM SUMMARY when user enter the namespace. That namespace name is not being handled by the
final code generated.
CAN YOU REPRODUCE THE PROBLEM? (Y/N) Yes

PROBLEM AND HOW TO REPRODUCE. The namespace name which is generated in the code is not same
as the name entered by the user. The problem has been resolved by establishing a proper connection among
the user settings and the final code.
REPORTED BY Anum Zar DATE 19/05/2009

ITEMS BELOW ARE FOR USE ONLY BY THE DEVELOPMENT TEAM

FUNCTIONAL AREA Make Settings. ASSIGNED TO Anum Zar

COMMENTS Bug has been resolved.

STATUS (1-2) closed

1. Open 2.Closed

RESOLUTION (1-9) Fixed RESOLUTION VERSION01

1. Pending 4. Deferred 7.Witdraw by reporter


2. Fixed 5. As designed 8. Need more info
3. Irreproducible 6. Can’t be fixed 9. Disagree with suggestion

RESOLVED BY development team. DATE 19/05/2009

RESOLUTION TESTED BY Miss Anum Zar DATE 19/05/2009

TREAT AS DEFERRED (Y/N) N

YOUR COMPANY’S NAME UAAR PROBLEM REPORT#05

PROGRAM DAL builder RELEASE 1st VER 1.0

REPORT TYPE (1-6) Coding Issue SEVERITY (1-3) Minor ATTACHMENTS (Y/N) Yes

4.Coding issue 4. Documentation 1. Fatal


5.Design issue 5. Hardware 2.Serious function which is not generating
6.Suggestion 6. Query 3. Minor code.

PROBLEM SUMMARY system does not generate code on specified path.

CAN YOU REPRODUCE THE PROBLEM? (Y/N) Yes


PROBLEM AND HOW TO REPRODUCE IT system will generate code on path specified. It can be
reproduced by setting the class of directory picker

REPORTED BY Wajiha Islam DATE 19/05/2009

ITEMS BELOW ARE FOR USE ONLY BY THE DEVELOPMENT TEAM

FUNCTIONAL AREA Generate Code ASSIGNED TO Wajiha Islam

COMMENTS Bug has been resolved by adding one more case of lab-1 in the case statement of IP
Addresses.

STATUS (1-2) closed

1. Open 2.Closed

RESOLUTION (1-9) Fixed RESOLUTION VERSION01

1. Pending 4. Deferred 7.Witdraw by reporter


2. Fixed 5. As designed 8. Need more info
3. Irreproducible 6. Can’t be fixed 9. Disagree with suggestion

RESOLVED BY development team DATE 19/05/2009

RESOLUTION TESTED BY Miss Wajiha Islam DATE 19/05/2009

TREAT AS DEFERRED (Y/N) N

You might also like