Abstract:
Software testing is an important part of the software development lifecycle, starting testing from initial
stages allows us to avoid the difficulty of fixing bugs in advanced syages[7]. Many testing techniques have been used
to discover any errors or software bugs raised during the implementation. One the of the widely used technique is the
White-Box testing technique, which focuses on the structure of source code, by calculates the execution complexity of
the software through the paths and control points. The tool shows visually the testing paths in a graphical way, and
directs the tester to perform the test during the paths, the programmer can grantee that all pieces of the software are
covered and tested. However, performs withe-Box testing manually is very difficult and requires more time and effort.
In this paper, we have attempted to build an implementation tool to find test paths for any code written in Visual Basic
(VB) language