https://github.com/miljanamilunovic/banking-app-nunit-testing
Unit testing banking app implemented in C#
https://github.com/miljanamilunovic/banking-app-nunit-testing
csharp nunit-tests qa unit-testing
Last synced: about 1 year ago
JSON representation
Unit testing banking app implemented in C#
- Host: GitHub
- URL: https://github.com/miljanamilunovic/banking-app-nunit-testing
- Owner: miljanamilunovic
- License: apache-2.0
- Created: 2025-04-04T21:16:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:31:16.000Z (about 1 year ago)
- Last Synced: 2025-04-10T04:15:20.513Z (about 1 year ago)
- Topics: csharp, nunit-tests, qa, unit-testing
- Language: C#
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banking App Testing Project
This project is a test automation suite for a Banking Application using **C#** and the **NUnit** testing framework.
The goal is to ensure the reliability, accuracy, and performance of core banking functionalities through unit tests.
---
## ๐งช Technologies Used
- **C# (.NET Core/.NET 6+)**
- **NUnit** โ Test framework
- **NUnit Console Runner** โ To run tests from CLI
- **Visual Studio** or **Rider** โ Development environment
---
## ๐ Getting Started
### Prerequisites
- C# and NUnit installed
- IDE like Visual Studio or JetBrains Rider
### Clone the Repo
```bash
git clone https://github.com/miljanamilunovic/Banking-app-NUnit-testing
```