An open API service indexing awesome lists of open source software.

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#

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
```