Project Description:
The purpose of this project was to do unit testing on a real project and see how it practically works.
Because of this we first created a Loan Calculator which is able to do simple loan calculations and then made test classes and enough test cases to cover all the conditions. Since for unit testing using NUnit we need to call the operations using functions that's why the codes has been modified in a way that the test cases could be run. The unedited Project is available HERE. Note: that that project might have gone through changes and could have more features compared to this one.
Group Members:
Kevin Stephen Biswas Role: UI Design, Programmer, Developer,and Tester.
Sikder Rakinuzzaman
Tools Used:
1. Visual Studio 2017
2. NUnit
3. Boostrap 4
4. C# (Programming Language)
5. ASP.NET Web Forms
Directory Details:
- ~/LoanCalculatorProject : Contains the actual asp.net web form project.
- ~/ScreenShots : Contains the Screenshot of the UI's.
- Project Rerpot For SQA(CSE435) : Is the final report which contains the test cases and the traceability matrix.
How to run test cases?:
1.Click Solution and Open the project in the VS.
2. If "Test Explorer" not open then click "Test">"Windows">"Test Explorer".
3. Click "Run All" in the "Test Explorer" window.