ABSTRACT Normally, program execution spends most of the time on loops. Automated test data generation devotes special attention to loops for better coverage. Automated test data generation for programs having loops with variable number of iteration and variable length array is a challenging problem. It is so because the number of paths may increase exponentially with the increase of array size for some programming constructs, like merge sort. We propose a method that finds heuristic for different types of programming constructs with loops and arrays. Linear search, Bubble sort, merge sort, and matrix multiplication programs are included in an attempt to highlight the difference in execution between single loop, variable length array and ne...
Abstract: Problem statement: This study proposes a new idea for generation of minimized test suite i...
There exists a direct need to automate the process of test suite generation to get the most optimal ...
Abstract—One of the key problems in path testing is building a path through specified set of stalema...
This dissertation addresses the problem of automated test data generation for commonly used coverage...
There exists a dire need to automate the process of test suite generation to get the most optimal re...
This paper presents a novel approach for automated test data generation of imperative programs conta...
A good strategy to test a software component involves the generation of the whole set of cases that ...
Testing of multi-threaded programs is a demanding work due to the many possible thread interleavings...
abstract: In software testing, components are tested individually to make sure each performs as expe...
Software testing is an indispensable part of the soft-ware development process. Mutation analysis is...
One of the important tasks during software testing is the generation of appropriate test data. Vari...
Path testing a program involves generating all paths through the program, and finding a set of progr...
One of the important tasks during software testing is the generation of appropriate test data. Vario...
The application of heuristic search techniques, such as genetic algorithms, to the problem of automa...
Abstract—Dynamic Symbolic Execution (DSE) is a state-of-the-art test-generation approach that system...
Abstract: Problem statement: This study proposes a new idea for generation of minimized test suite i...
There exists a direct need to automate the process of test suite generation to get the most optimal ...
Abstract—One of the key problems in path testing is building a path through specified set of stalema...
This dissertation addresses the problem of automated test data generation for commonly used coverage...
There exists a dire need to automate the process of test suite generation to get the most optimal re...
This paper presents a novel approach for automated test data generation of imperative programs conta...
A good strategy to test a software component involves the generation of the whole set of cases that ...
Testing of multi-threaded programs is a demanding work due to the many possible thread interleavings...
abstract: In software testing, components are tested individually to make sure each performs as expe...
Software testing is an indispensable part of the soft-ware development process. Mutation analysis is...
One of the important tasks during software testing is the generation of appropriate test data. Vari...
Path testing a program involves generating all paths through the program, and finding a set of progr...
One of the important tasks during software testing is the generation of appropriate test data. Vario...
The application of heuristic search techniques, such as genetic algorithms, to the problem of automa...
Abstract—Dynamic Symbolic Execution (DSE) is a state-of-the-art test-generation approach that system...
Abstract: Problem statement: This study proposes a new idea for generation of minimized test suite i...
There exists a direct need to automate the process of test suite generation to get the most optimal ...
Abstract—One of the key problems in path testing is building a path through specified set of stalema...