/Software-Testing

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

Primary LanguageJava

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.