Monday, September 8, 2014

Meet 3 Equivalence Class Testing (Laboratory)

equivalence class testing
Today we are going to do software testing about date, month and year
it's simple and easy stay tuned.
before starting we need Microsoft Excel already installed in your computer and do download the following resource:

1. Software that need to be tested (here)
2. Test Case Scenario & Template (here)

So I guess u will need more explanation, here we go.
We are supposing as a tester, software tester and now we had job to do testing thru naive.exe the one that you have downloaded. Software made by unknown programmer which main purpose to calculate the exact next day (date, month, and year), and now as our duty to check whether this software run as expected.
-------------------------------------------
Improved Input Equivalence
Classes: NextDate Problem
---------------------------------------
M1 = {month: month has 30 days}
M2 = {month: month has 31 days}
M3 = {month: month = February}
D1 = {day: 1 =< day =< 28}
D2 = {day: day = 29}
D3 = {day: day = 30}
D4 = {day: day = 31}
Y1 = {year: year is  leap year}
Y2 =  {year: year is common year }

Step by Step
1. Do open excel file.
2. go to test case design& result
3. Copy Improved Input Equivalence to the valid class table

Continue:
Look at the bottom page there is table name Test Case Design and result
than what we must do is to fill this table one by one below I give explanation for rows
a. test case ID
b. EC ID
c. input    x    x    x  
d. Expected Result
e. Actual result
f. Status (pass/fail)

And now it's the main Process

to be continue

No comments:

Post a Comment