0% found this document useful (0 votes)
2 views1 page

JUnit Testing

The document outlines a mini project focused on JUnit testing, detailing test cases for various roles including Software Engineer, Accountant, and Team Lead. Each test case includes a task description, input parameters, expected output, actual output, and test results. The results indicate whether each test passed or failed based on the expected outcomes.

Uploaded by

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

JUnit Testing

The document outlines a mini project focused on JUnit testing, detailing test cases for various roles including Software Engineer, Accountant, and Team Lead. Each test case includes a task description, input parameters, expected output, actual output, and test results. The results indicate whether each test passed or failed based on the expected outcomes.

Uploaded by

mimicakes67
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Mini Project 3 – Junit Testing

Create the test cases for the following test script based on mini project 2

Software Engineer (SE), Team Lead (TL), Accountant (AC), Business Lead (BL)

ID Task Description Input Expected Output Actual Output Test Result


1 setCodeAccess
Software Engineer can Test Passed /
(false) False True
check in code? True
Add SE to TL
2 setCodeAccess
Software Engineer can Test Passed /
(true) True True
check in code? True
Add SE to TL
3 Accountant can approve Request for Test Passed /
False False
bonus? $20000000 False
4 Accountant can approve Request for Test Passed /
True True
bonus? $1000 True
5 Software Engineer can Request for Test Passed /
False False
get bonus? $20000000 False
6 Software Engineer can Request for Test Passed /
True True
get bonus? $1000 True

You might also like