0% found this document useful (0 votes)
45 views48 pages

SWT Lab 3 Unit Testing Template 2 4 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views48 pages

SWT Lab 3 Unit Testing Template 2 4 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 48

Guideline to make and understand Unit

1. Overview
- In the template, Unit test cases are based on functions. Each sheet presents test cases for one function.
- Cover: General information of the project and Unit Test cases
- FunctionList: The list of Classes and Functions in the document.
+ To control that the number of Unit TC meets customer's requirement or the norm, user should fill value fo
'Normal number of Test cases/KLOC'.
+ Click on Function link to open the related Test cases of the function.
Note: You should create new Function sheet before creating the link
- Test Report: provive the overview results of Functions Unit test: Test coverage, Test successful coverage
(Summary, for normal/abnormal/boundary cases)
Note: Should check the formula of "Sub Total" if you add more functions

2. Content in Test function sheet


2.1 Combination of test cases.
- To verify that number of Unit TC meets customer's requirement or not. User has to fill number LOC of
cases/KLOC' item in FunctionList sheet, which is required by customer or normal value. The number of lacked T
- If the number of Unit TC does not meet the requirement, creator should explain the reasons.
- If the number of 'Normal number test cases/KLOC' item in FunctionList sheet is not recorded, the number in

2.2 Condition and confirmation of Test cases.


Each test case is the combination of condition and confirmation.
a. Condition:
- Condition is combination of precondition and values of inputs.
- Precondition: it is setting condition that must exist before execution of the test case.
Example: file A is precondition for the test case that needs to access file A.
- Values of inputs: it includes 3 types of values: normal, boundary and abnormal.
. Normal values are values of inputs used mainly and usually to ensure the function works.
. Boundary values are limited values that contain upper and lower values.
. Abnormal values are non-expected values. And normally it processes exception cases.
- For examples:
Input value belongs to 5<= input <=10.
. 6,7,8,9 are normal values.
. 5, 10 are boundary values.
. -1, 11,... are abnormal values.
b. Confirmation:
- It is combination of expected result to check output of each function.
If the results are the same with confirmation, the test case is passed, other case it is failed.
- Confirmation can include:
+ Output result of the function.
+ Output log messages in log file.
+ Output screen message...
c. Type of test cases and result:
- Type of test case: It includes normal, boundary and abnormal test cases. User selects the type based on
- Test case result: the actual output results comparing with the Confirmation.
P for Passed and F for Failed cases.
It can 'OK' or 'NG' (it depends on habit of the teams or customers)

2.3. Other items:


- Function Code: it is ID of the function and updated automatically according to FunctionList sheet.
- Function Name: it is name of the function and updated automatically according to FunctionList sheet.
- Created By: Name of creator.
- Executed By: Name of person who executes the unit test
- Lines of code: Number of Code line of the function.
- Test requirement: Brief description about requirements which are tested in this function, it is not mandatory.
UNIT TEST CASE

Project Name Shoping Online Creator


Project Code AssignmentStore Reviewer/Approver
Issue Date
Document Code AssignmentStore_XXX_vx.x
Version

Record of change
Effective Date Version Change Item *A,D,M Change description
<Date when these changes
are effective>

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 3/48


CASE

<Date when this test report is created>

Reference
<List of documents which are refered in this version.>

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 4/48


UNIT TEST CASE LIST
Project Name <Project Name>
Project Code <Project Code>
Normal number of Test cases/KLOC 100
<List enviroment requires in this system
1. Server
2. Database
3. Web Browser
...
>
Test Environment Setup Description

Requirement
No Name Class Name Function Name Function Code(Optional) Sheet Name
AccountDeleteCont
1 rol.java deleteAccount Function1 Function1
AccountEditControl
2 .java
AcoountManageCo AccountEdit Function2 Function2
3 ntrol.java getAllAccount Function3 Function3
4 AddControl.java AddAcount Function4 Function4
5 AdminControl.java AdminControl
AddcartControll.jav
6 a AddCartControl Function5
OrderListControl.ja
7 va OrderList Function6
8 OrderControl.java Order Function 15 Function7

9 ManageControl.java Manage Function 16 ManageControl


10 LogoutControl.java Logout Function 17 LogoutControl

11 RemoveAllCart.java RemoveAllCart Function18 Function9

12 SearchControl.java SearchControl Function19 Function10

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 5/48


13 StatusOrder.java StatusOrder Function20 Function11
UpdateCartControl.ja
14 va UpdateCartControl Function21 Function12

15 UpdateControl.java UpdateControl Function22

AdminControl.java AdminControl Function 23 Function 23

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 6/48


LIST

Description Pre-Condition

Exist data in database


Status "Preparing"

Exist product in cart

Can connect with server


Can connect with server

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 7/48


Can connect with server
Login with account admin

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 8/48


UNIT TEST REPORT
Project Name Shoping Online Creator
Project Code AssignmentStore Reviewer/Approver
Document Code AssignmentStore_Test Report_vx.x Issue Date <Date when this test report is created>
Notes <List modules included in this release> ex: Release 1 includes 2 modules: Module1 and Module2

No Function code Passed Failed Untested N A B


1 DeleteAccount 1 0 0 1 0 0
2 AddAcount 4 3 0 4 3 0
3 AccountManage 1 0 0 0 1 0
4 EditAccount 4 3 0 4 3 0
13 LogoutControl 2 0 0 2 0 0
14 ManageControl 9 2 0 11 0 0
15 OrderControl 7 2 0 4 5 0
16 OrderListControl 4 0 0 4 0 0
17 RegisterControl 5 5 0 2 8 0
18 RemoveAllCart 0 0 15 0 0 0
19 SearchControl 0 0 15 0 0 0
20 StatusOrder 0 0 15 0 0 0
21 UpdateCartControl 0 0 15 0 0 0
22 UpdateControl 0 0 15 0 0 0

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 9/48


n this test report is created>
ule2

Total Test Cases


1
7
1
7
2
11
9
4
10
10
10
10
10
10

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 10/48


Function Code AccountDeleteControl.java Function Name Delete Account
Created By Thế Mạnh Executed By Thế Mạnh
Lines of code 93 Lack of test cases 8.3
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
1 0 0 1 0 0

UTCID01
Condition Precondition
Can connect with server
Can delete Account

Delete Button
choose Delete button O

Confirm Return
Manage_Account.jsp O

Exception

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N


Passed/Failed P
Executed Date 2
8
Defect ID
D/
0
F
2I
D/
2
0
0
0
2
1
4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 11/48


Delete Account

8.3
n>
Total Test Cases
1

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 12/48


Function Code AccountAddControl.java Function Name Add Account
Created By Thế Mạnh Executed By
Lines of code 122 Lack of test cases 5.2
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
4 3 0 4 3 0

UTCID01

UTCID02

UTCID03

UTCID04

UTCID05

UTCID06

UTCID07
Condition Precondition
Can connect with server
Edit Account
Username
"AnTran" O O
"anhdeptra" O O
"" O O
"$$$$$" O
PassWord
"1234" O
"anhdeptrai" O O O
"" O O
"^^^^^^" O

User is Seller?
choose User or Seller O O O O O
Register
choose Register

Confirm Return
Home O O O O

Exception

Log message
"vui long nhap lai" O O O

Result Type(N : Normal, A : Abnormal, B : Boundary) N N N A A N A


Passed/Failed P P P F F P F
Executed Date 0 3 3 3 3 3 3
1 0 0 0 0 0 0
Defect ID
D/ D/ D/ D/ D/ D/ D/
0
F 4
F 4
F 4
F 4
F 4
F 4
F
5I I/ I/ I/ I/ I/ I/
D 2
D 2
D 2
D 2
D 2
D 2
D
0 0
0 0
0 0
0 0
0 0
0 0
0
0 2
0 2
0 2
0 2
0 2
0 2
0
1 4
2 5
3 6
4 7
5 8
6 9
7

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 13/48


Add Account

5.2
n>
Total Test Cases
7

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 14/48


Function Code AccountManageControl.java Function Name Manager Acount
Created By Thế Mạnh Executed By
Lines of code 300 Lack of test cases 29
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
1 0 0 0 1 0

UTCID01
Condition Precondition
Can connect with server
Dislay list Account

Confirm Return
Management_Account.jsp O

Exception

Log message
"success"
"input1 is null"
Result Type(N : Normal, A : Abnormal, B : Boundary) A
Passed/Failed P
Executed Date 0
1
Defect ID
D/
0
F
5I
D
0
0
1

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 15/48


Manager Acount

29
n>
Total Test Cases
1

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 16/48


Function Code AdminControl.java Function Name Admin
Created By Thế Mạnh Executed By
Lines of code 84 Lack of test cases 5.4
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
3 0 0 3 0 0

UTCID01

UTCID01

UTCID01
Condition Precondition
Can connect with server
Login with account admin

Button "Edit Product"


choose Edit Product O
Button "Account Manager"
Choose Account Manager O
Button "Register"
Choose Register O

Confirm Return
Update Product O
Register Page O
Manager Account O
Exception

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N N N


Passed/Failed P P P
Executed Date 0 0 0
3 3 3
Defect ID
/ / /
1 1 1
1 1 1

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 17/48


Admin

5.4
n>
Total Test Cases
3

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 18/48


Function Code AccountEditControl.java Function Name Edit Account
Created By Thế Mạnh Executed By
Lines of code 100 Lack of test cases 3
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B Total Test C
4 3 0 4 3 0 7

UTCID01

UTCID02

UTCID03

UTCID04

UTCID05

UTCID06

UTCID07
Condition Precondition
Can connect with server
Edit Account

Username
"AnTran" O O
"anhdeptra" O O
"" O O
"$$$$$" O
PassWord

"1234" O
"anhdeptrai" O O O
"" O O
"^^^^^^" O
Select admin
Choose select admin O O
Sllect Seller
Choose Select Seller O O O O O
Button Edit Account

Choose Edit Account O O O O O O O

Confirm
Return
Maanager_accpunt.jsp O O O O O O O

Exception

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N N N A A N A


Passed/Failed P P P F F P F
Executed Date 0 3 3 3 3 3 3
1 0 0 0 0 0 0
/ / / / / / /
0 4 4 4 4 4 4
5 / / / / / /
2 2 2 2 2 2
0 0 0 0 0 0
2 2 2 2 2 2
4 5 6 7 8 9

Defect ID
D D D D D D D
F F F F F F F
I I I I I I I
D D D D D D D
0 0 0 0 0 0 0
0 0 0 0 0 0 0
1 2 3 4 5 6 7
Edit Account

Total Test Cases


7
Function Code Function1 Function Name deleteAccount
Created By <Developer Name> Executed By
Lines of code 100 Lack of test cases -5
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
0 0 15 0 0 0

UTCID01

UTCID02

UTCID02

UTCID02

UTCID02

UTCID02

UTCID07

UTCID08

UTCID09
Condition Precondition

a
-2 O
-1 O
0 O O O
1 O O
b
0 O O
-2 O O O
2 O
c
0 O
1 O O O
3 O
5 O

Confirm Return
list
null O O O
size = 0 O
{-1/2} O
{1,1} O
{1,-3} O
Exception

Log message
"please input a>= -1" O

Result Type(N : Normal, A : Abnormal, B : Boundary) A N N N N N B


Passed/Failed
Executed Date 0 0 0 0 0 0 0
2 2 2 2 2 2 3
Defect ID
/ / / / / / /
2 2 2 2 2 2 0
6 6 6 6 6 6 3
02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 22/48
deleteAccount

-5
n>
Total Test Cases
15
UTCID10

UTCID11

UTCID12

UTCID13

UTCID14

UTCID15

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 23/48


Function Code Function1 Function Name
Created By <Developer Name> Executed By
Lines of code 84 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested
1 0

UTCID01 UTCID02
Precondition
Condition
Can connect with server

Date
29 O O
30
31
Month

2 O
3 O
4
Year
2000 O
2009 O

Confirm Return
T O O
F
Exception

Log
message
"success"
"input1 is null"
Type(N : Normal, A : Abnormal, B :
Result Boundary) A N
Passed/Failed P P
Executed Date # #
Defect ID
Remove All Cart
Thế Mạnh

ted N/A/B Total Test Cases


15
Total Test Cases
15
Function Code Function19 Function Name
Created By <Developer Name> Executed By
Lines of code 105 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested

UTCID01 UTCID02 UTCID03 UTCID04


Precondition
Condition
Can connect with server

Search
Gundam Unicorn O
"" O
1 O
@ O

Abc

Button
"Search" O O O O

Confirm Return
Hiển thị hàng O O
Product cant find pls wait for the Shop
owner to update! O
IndexSearch.jsp O

Exception

Log
message

Type(N : Normal, A : Abnormal, B :


Result Boundary) N N N N
Passed/Failed P P P P
Executed Date # # # #
Defect ID DFID001 DFID002 DFID003 DFID004
Search Control

ted N/A/B Total Test Cases


15

UTCID05 UTCID06 UTCID07 UTCID08 UTCID09 UTCID10 UTCID11 UTCID12

N B A N N N N N
P F F P P P P P
# # # # # # # #

DFID005 DFID006 DFID007 DFID008 DFID009 DFID010 DFID011 DFID012


Total Test Cases
15

UTCID13 UTCID14 UTCID15

A N N
P P
# # #

DFID013 DFID014 DFID015


Function Code Function1 Function Name
Created By <Developer Name> Executed By
Lines of code 95 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested
12 2 1

UTCID01 UTCID02 UTCID03 UTCID04


Precondition
Condition
Can connect with server

Date
29 O O
30
31
Month

2 O
3 O
4
Year
2000 O
2009 O

Confirm Return
T O O
F
Exception

Log
message
"success"
"input1 is
null"
Type(N : Normal, A : Abnormal, B :
Result Boundary) A N N N
Passed/Failed P P P P
Executed Date # # # #
Defect ID
Status Order

-5

ted N/A/B Total Test Cases


11 3 1 15

UTCID05 UTCID06 UTCID07 UTCID08 UTCID09 UTCID10 UTCID11 UTCID12

N B A N N N N N
P F F P P P P P
# # # # # # # #

DFID002 DFID004 DFID005 DFID006 DFID007 DFID008 DFID009


Total Test Cases
15

UTCID13 UTCID14 UTCID15

A N N
P P
# # #

DFID010 DFID011 DFID012


Function Code Function1 Function Name
Created By <Developer Name> Executed By
Lines of code 123 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested
12 2 1

UTCID01 UTCID02 UTCID03 UTCID04


Precondition
Condition
Can connect with server

Date
29 O O
30
31
Month

2 O
3 O
4
Year
2000 O
2009 O

Confirm Return
T O O
F
Exception

Log
message
"success"
"input1 is
null"
Type(N : Normal, A : Abnormal, B :
Result Boundary) A N N N
Passed/Failed P P P P
Executed Date # # # #
Defect ID
Update Cart Control

-5

ted N/A/B Total Test Cases


11 3 1 15

UTCID05 UTCID06 UTCID07 UTCID08 UTCID09 UTCID10 UTCID11 UTCID12

N B A N N N N N
P F F P P P P P
# # # # # # # #

DFID002 DFID004 DFID005 DFID006 DFID007 DFID008 DFID009


l

Total Test Cases


15

UTCID13 UTCID14 UTCID15

A N N
P P
# # #

DFID010 DFID011 DFID012


Function Code Function1 Function Name
Created By <Developer Name> Executed By
Lines of code 127 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested
12 2 1

UTCID01 UTCID02
Precondition
Condition
Can connect with server

Date
29 O O
30
31
Month

2 O
3 O
4
Year
2000 O
2009 O

Confirm Return
T O O
F
Exception

Log
message
"success"
"input1 is
null"
Type(N : Normal, A : Abnormal, B :
Result Boundary) A N
Passed/Failed P P
Executed Date # #
Update Control

-5

ted N/A/B Total Test Cases


11 3 1 15
Total Test Cases
15
Function Code Function1 Function Name dele
Created By Themanh Executed By
Lines of code 100 Lack of test cases
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
5 5 0 2

UTCID01

UTCID02

UTCID03

UTCID04

UTCID05

UTCID06

UTCID07
Condition Precondition
Can connect with server

Input Username abc O O O O


"" O O
12345 O
a
"@123"
Input Password Abc O O O O
a O
"" O
"@Abc" O
Button "isSeller"
click O O O O O O O

Button "Register"
click O O O O O O O

Confirm Return
Home page O O
Register page O O O O O
Exception
Username is existed
Username must be between 3 and 8 characters
Password cannot start with a special character O
Password must be between 3 and 8 characters O
Username cannot start with a special character
Log message
Thông tin vị trí của lỗi trong mã nguồn
"Vui lòng không để trống trường này" O O O
Result Type(N : Normal, A : Abnormal, B : Boundary) N N A A A A A
Passed/Failed P F P F P P P
Executed Date 0 0 0 0 0 0 0
3 3 3 3 3 3 3
/ / / / / / /
0 0 0 0 0 0 0
4 4 4 4 4 4 4

Defect ID

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 39/48


deleteAccount

0
on>
N/A/B Total Test Cases
8 0 10
UTCID08

UTCID09

UTCID10

O
O
O O O

O O O

O O O

O O

O
O

A A A
F F F
0 0 0
3 3 3
/ / /
0 0 0
4 4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 40/48


Function Code Function1 Function Name deleteAccoun
Created By <Developer Name> Executed By
Lines of code 100 Lack of test cases 6
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
4 0 0 4 0 0

UTCID01

UTCID02

UTCID03

UTCID04
Condition Precondition
Can connect with server
Exist data in database
Status "Preparing"
Status on List
Done O
Preparing O O

Button "Actions"
click O O O

Button "Back to Admin Page"


click O

Alert "Done this order?"


OK O O
Hủy O

Confirm Return
Status "Done" O O
Status "Preparing" O
Admin Page O
Exception

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N N N N


Passed/Failed P P P P
Executed Date 0 0 0 0
3 3 3 3
Defect ID
/ / / /
0 0 0 0
4 4 4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 41/48


deleteAccount

6
n>
Total Test Cases
4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 42/48


Function Code Function1 Function Name =FunctionList!D
Created By <Developer Name> Executed By
Lines of code 100 Lack of test cases 1
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
7 2 0 4 5 0

UTCID01

UTCID02

UTCID03

UTCID04

UTCID05

UTCID06

UTCID07

UTCID08

UTCID09
Condition Precondition
Can connect with server
Exist product in cart

Full Name
Chu Huu Thanh O O O O O
"" O
a O
Phone Number "0989192643" O O O O O
123 O
"" O
Address Ha Noi O O O
"" O
123 O
Submit Order
click O O O O O O O

Cancel Order
click O O
Do you ưant to cancel order OK O
Huỷ O
Confirm Return
Thanks page O O
Error page
Cart page O
Exception Check out page O O O O O O

The numberphone must have 10 numbers O


Log message
Addess is not valid O
"Vui lòng không để trống trường này" O O O
Result Type(N : Normal, A : Abnormal, B : Boundary) N N A A A A A N N
Passed/Failed P P F F P P P P P
Executed Date 0 0 0 0 0 0 0 0 0
3 3 3 3 3 3 3 3 3
Defect ID
/ / / / / / / / /
0 0 0 0 0 0 0 0 0
4 4 4 4 1 4 4 4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 43/48


=FunctionList!D11

1
n>
Total Test Cases
9

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 44/48


Function Code Function1 Function Name deleteAccoun
Created By <Developer Name> Executed By
Lines of code 100 Lack of test cases -1
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
9 2 0 11 0 0

UTCID01

UTCID02

UTCID03

UTCID04

UTCID05

UTCID06

UTCID07

UTCID08

UTCID09
Condition Precondition
Can connect with server

Add New Product


click O
DeLete these checked product
click O O O O
Button Checkbox
click O O O

Button Edit
click O
Delete Button
click O O
Do you want to delete
Yes O O O O
No O O O
Back to Admin
click
Confirm Return
Add new product page O
Edit product page O
Manager page and this product is deleted O O O
Manager page and this product is not deleted O O O O
Admin page

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N N N N N N N N N


Passed/Failed P F F P P P P P P
Executed Date 0 0 0 0 0 0 0 0 0
3 3 3 3 3 3 3 3 3
Defect ID
/ / / / / / / / /
0 0 0 0 0 0 0 0 0
4 4 4 4 4 4 4 4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 45/48


deleteAccount

-1
n>
Total Test Cases
11
UTCID10

UTCID11

N N
P P
0 0
3 3
/ /
0 0
4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 46/48


Function Code Function3 Function Name getAllAccount
Created By <Developer Name> Executed By
Lines of code 300 Lack of test cases 28
Test requirement <Brief description about requirements which are tested in this function>
Passed Failed Untested N/A/B
2 0 0 2 0 0

UTCID01

UTCID02
Condition Precondition
Can connect with server

Button "Logout"
click O

Url

http://localhost:8080/GundamStore/logout O

Confirm Return
Home page O O

Exception

Log message

Result Type(N : Normal, A : Abnormal, B : Boundary) N N


Passed/Failed P P
Executed Date 0 0
3 3
Defect ID
/ /
0 0
4 4

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 47/48


etAllAccount

28
n>
Total Test Cases
2

02ae-BM/PM/HDCV/FSOFT v2/1 Internal use 48/48

You might also like