Test Case Prioritization for Optimizing a Regression Test
نویسندگان
چکیده
Regression testing makes sure that upgradation of software in terms of adding new features or for bug fixing purposes should not hamper previously working functionalities. Whenever a software is upgraded or modified, a set of test cases are run on each of its functions to assure that the change to that function is not affecting other parts of the software that were previously running flawlessly. For achieving this, all existing test cases need to run as well as new test cases might be required to be created. It is not feasible to reexecute every test case for all the functions of a given software, because if there is a large number of test cases to be run, then a lot of time and effort would be required. This problem can be addressed by prioritizing test cases. Test case prioritization technique reorders the priority in which test cases are implemented, in an attempt to ensure that maximum faults are uncovered early on by the high priority test cases implemented first. In this paper we propose an optimized test case prioritization technique using Ant Colony Optimization (ACO) to reduce the cost, effort and time taken to perform regression testing and also uncover maximum faults. Comparison of different techniques such as Retest All, Test Case Minimization, Test Case Prioritization, Random Test Case Selection and Test Case Prioritization using ACO is also depicted.
منابع مشابه
Fault Based Analysis to Perform Test Case Prioritization in Regression Testing
Testing is an integral part of any software development lifecycle. It takes considerable amount of time and capital to generate test cases and apply testing. Genetic Algorithms are proving to be great tool in optimizing software testing. This paper uses the concept of Genetic algorithms in optimizing software testing. In this paper, we have analysed genetic algorithms and studied their effectiv...
متن کاملSimilarity-based regression test case prioritization
With the continuous evolution of software systems, test suites often grow very large. Rerunning all test cases may be impractical in regression testing under limited resources. Coverage-based test case prioritization techniques have been proposed to improve the effectiveness of regression testing. The original test suite often contains some test cases which are designed for exercising productio...
متن کاملTest Case Prioritization in Regression Test
In this proposal, we describe a method to do test case prioritization in regression test.
متن کاملTest case prioritization for regression testing using immune operator
Regression testing is a time consuming, costly process of re-running existing test cases. As software evolves, the regression test suite grows in size. Test case prioritization techniques help by ordering test cases such that at least the test cases which cover the changes made in the software are executed amidst resource and time constraints. Genetic Algorithm (GA) has been widely used for tes...
متن کاملA Survey on Test case selection Using Optimization Techniques in Software Testing
This Project Objective is Software Testing using Optimization Techniques. Identification, characterization and automatic prioritization of test cases in software testing using optimization techniques. Proposing a new approach for software testing process, optimizing testing effort, testing complexity, quality & reliability issues. In software development life cycle (SDLC), testing phase is the ...
متن کامل