Automatic JUnit generation and quality assessment using concolic and mutation testing

0Citations
Citations of this article
5Readers
Mendeley users who have this article in their library.
Get full text

Abstract

The necessity of Unit Testing cannot be denied in catching bugs at the lowest level of software development with low cost of fixing bugs. It is difficult and costly to detect a bug at a later stage of development in a large module of software. Since there are many individual units (functions) in a software program, manual unit testing needs a lot of effort and time. A huge amount of time and human effort can be saved if unit testing is automated. There are 3 basic needs of unit testing i.e. identifying the inputs to a function, detecting runtime errors and detecting logical errors. Concolic Testing is used to identify the inputs to function and detecting the runtime errors. Mutation Testing is used to detect the logical errors. The identified inputs to a function are called as Test Cases. Mutation testing can verify the test cases to see if there is a need of having more test cases for a function. Our software uses both Concolic and Mutation testing and can automate the unit testing process of Java code to a great extent. The output of the work is JUnit where user can make his own assertions for every auto-generated test cases.

Cite

CITATION STYLE

APA

Bindu, A., Giri, S. R., & Venkateswara Rao, P. (2019). Automatic JUnit generation and quality assessment using concolic and mutation testing. International Journal of Innovative Technology and Exploring Engineering, 8(10), 2843–2851. https://doi.org/10.35940/ijitee.J9602.0881019

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free