graph-coverage
There are 9 repositories under graph-coverage topic.
AliAtaollahi/Software_Testing_Projects
Projects of Software Testing Course at University of Tehran; Fall 2023
MisaghM/Software-Testing-Course-Projects
Writing unit tests using JUnit, mock testing, graph coverage, API testing, logic coverage, mutation testing, and BDD.
KhaledAshrafH/JRoboStack
It's a comprehensive testing project aimed at thoroughly testing a Todo application. It includes testing for both the backend and frontend components. The project is built using a Spring Boot backend server and an HTML/JavaScript frontend.
rahmanidashti/primepathfinder
Prime Path Finder in C
KhaledAshrafH/TechBlend-Testing
This repository contains code and documentation for performing black box testing and graph coverage analysis on software systems. Black box testing is a technique that tests the functionality of a system without knowing its internal structure or implementation. Graph coverage analysis is a technique that measures how well a set of test cases covers
PashaBarahimi/Software-Testing-Course-Projects
Writing unit tests using JUnit, mock testing, graph coverage, API testing, logic coverage, mutation testing, and BDD.
leticiatavaresds/CFG_Paths
Desenvolvimento de uma automação que elabora uma versão do código fonte que armazena um nó ao passar por ele de acordo com o grafo gerado de forma que permita o usuário visualizar o caminho que uma entrada percorre para construção de Testes de Cobertura de Grafos.
surajgoud36/Graph_Coverage
Using graphs to model the software artifacts and applying the coverage criteria (Node, Edge, Edge-Pair) to design the test cases. Developed a user interface to take graph as input and generate the test paths and test requirements, that pertains to the test cases for the software artifact.