@thesis{thesis, author={Rambe Rahmad Hidayat}, title ={Mutation Testing Menggunakan Regression Test Selection Pada Pengembangan Aplikasi Pemesanantempat Dan Menu Di Cafe Baristo}, year={2022}, url={http://eprints.polbeng.ac.id/7241/}, abstract={Mutation testing has been actively investigated as a technique for evaluating the quality of test sets. The main idea is to turn a syntax change or original program into production code by using mutators on mutation. One benefit reported in the literature is that mutation testing provides a better measure of the error detection ability of the test suite or multiple test cases tested compared to other test coverage criteria. Apart from its good advantages, mutation testing still has a weakness, namely it remains a very expensive activity, or it can also be said to be an activity that can incur considerable costs because it requires testing on every mutant (the result of applying one mutation operator to the program). The result of using the Regression Test Selection (RTS) technique is that not all source code must be mutated, but only programs or systems that have been modified from the RTS. The following are two test cases that have been modified for mutation testing. The results of mutation testing have mutation scores from the selected test cases; for one test case a score of 100% and for another test case a score of 60%. So it is necessary to add test cases to get 100% results.} }