joshuagithub / Software-Testing

This repository is a hub of various testing techniques like Boundary value analysis and unit testing

Home Page:https://swatirajwal.medium.com/unit-testing-of-simple-java-programs-b785a164b440

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Testing

This repository is a hub of various testing techniques. So far, you can find two sub repositories in it namely-

  1. Unit test cases: This repository has been used for an article. This article is intended for any individual who is simply beginning with unit testing in java. Here, I have written three very simple java programs and their corresponding test cases to help you understand the concept. The article will cover everything from installing necessary packages.

  2. Boundary Value Analysis (BVA): This repository covers a very popular and fundamental concept of software testing, i.e., Boundary Value Analysis using Boundary value checking. To understand how to use this repository and other related information, kindly follow this tutorial.

Do not hesitate to drop a comment in case of any query.

About

This repository is a hub of various testing techniques like Boundary value analysis and unit testing

https://swatirajwal.medium.com/unit-testing-of-simple-java-programs-b785a164b440


Languages

Language:Java 100.0%