prime-paths

There are 2 repositories under prime-paths topic.

  • 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

    Language:HTML210
  • TebogoYungMercykay/Controll_Flow_Graph_Implementation_In_Java

    A CFG is known as a Single Entry Single Exit (SESE) graph if it only has a single entry node and a single exit node. A problem that arose during researchon static analysis is how to deal with loops in the CFG.

    Language:Java210