A similarity-based multi-objective test optimization technique using search algorithm

Amir Sohail Habib , Saif Ur Rehman Khan , Shahid Hussain , Naseem Ibrahim , Habib un Nisa , Abdullah Yousafzai
{"title":"A similarity-based multi-objective test optimization technique using search algorithm","authors":"Amir Sohail Habib ,&nbsp;Saif Ur Rehman Khan ,&nbsp;Shahid Hussain ,&nbsp;Naseem Ibrahim ,&nbsp;Habib un Nisa ,&nbsp;Abdullah Yousafzai","doi":"10.1016/j.sasc.2024.200164","DOIUrl":null,"url":null,"abstract":"<div><h3>Context:</h3><div>Software undergoes a constant evolution driven by ongoing changes in customer requirements, which enhances the competitive advantage. Regression testing plays a pivotal role by ensuring that modifications have not introduced detrimental effects on the system under test.</div></div><div><h3>Problem:</h3><div>However, regression testing becomes prohibitively expensive as the software grows in complexity and the size of the test suite also expands. Moreover, keeping the test cases up-to-date and managing the relevant test data can become a laborious and challenging task. Hence, it is required to optimize the test suite by finding a diverse subset of test cases having high code coverage, fault-detection rate, and minimal execution time.</div></div><div><h3>Objective:</h3><div>To solve the regression test optimization problem, the researchers have proposed various approaches including greedy algorithms, search-based algorithms, and clustering algorithms. However, existing approaches lack in finding the global optimal solution and are mostly focused on the single-objective test optimization problem. Inspired by this, we propose a Similarity-based Multi-Objective Optimization Technique (SMOOT) for test suite reduction using a Grey Wolf Optimizer (GWO) algorithm. The proposed technique employs different similarity metrics, including Cosine Similarity, Euclidean Distance, Jaccard Similarity, Manhattan Distance, and Minkowski Distance, to evaluate the similarity score of the tests. This ensures a comprehensive assessment of test diversity to achieve high code coverage and fault-detection rate while minimizing the test execution cost.</div></div><div><h3>Method:</h3><div>We evaluated the performance of GWO with state-of-the-art search-based algorithms using three varying types of case studies. Similarly, to evaluate the similarity score of the considered search algorithms, we employed state-of-the-art similarity measures.</div></div><div><h3>Results:</h3><div>The experimental results revealed that GWO significantly outperformed the considered search algorithms by attaining high code coverage and fault-detection rate while minimizing the test execution time. Moreover, we found that GWO attained a higher similarity score than the other considered search algorithms using the employed similarity measures.</div></div><div><h3>Conclusion:</h3><div>Based on the attained results, we believe that the proposed technique could be useful for the researchers and practitioners by effectively handling multi-objective regression test optimization problem.</div></div>","PeriodicalId":101205,"journal":{"name":"Systems and Soft Computing","volume":"6 ","pages":"Article 200164"},"PeriodicalIF":0.0000,"publicationDate":"2024-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Systems and Soft Computing","FirstCategoryId":"1085","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S2772941924000930","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

Abstract

Context:

Software undergoes a constant evolution driven by ongoing changes in customer requirements, which enhances the competitive advantage. Regression testing plays a pivotal role by ensuring that modifications have not introduced detrimental effects on the system under test.

Problem:

However, regression testing becomes prohibitively expensive as the software grows in complexity and the size of the test suite also expands. Moreover, keeping the test cases up-to-date and managing the relevant test data can become a laborious and challenging task. Hence, it is required to optimize the test suite by finding a diverse subset of test cases having high code coverage, fault-detection rate, and minimal execution time.

Objective:

To solve the regression test optimization problem, the researchers have proposed various approaches including greedy algorithms, search-based algorithms, and clustering algorithms. However, existing approaches lack in finding the global optimal solution and are mostly focused on the single-objective test optimization problem. Inspired by this, we propose a Similarity-based Multi-Objective Optimization Technique (SMOOT) for test suite reduction using a Grey Wolf Optimizer (GWO) algorithm. The proposed technique employs different similarity metrics, including Cosine Similarity, Euclidean Distance, Jaccard Similarity, Manhattan Distance, and Minkowski Distance, to evaluate the similarity score of the tests. This ensures a comprehensive assessment of test diversity to achieve high code coverage and fault-detection rate while minimizing the test execution cost.

Method:

We evaluated the performance of GWO with state-of-the-art search-based algorithms using three varying types of case studies. Similarly, to evaluate the similarity score of the considered search algorithms, we employed state-of-the-art similarity measures.

Results:

The experimental results revealed that GWO significantly outperformed the considered search algorithms by attaining high code coverage and fault-detection rate while minimizing the test execution time. Moreover, we found that GWO attained a higher similarity score than the other considered search algorithms using the employed similarity measures.

Conclusion:

Based on the attained results, we believe that the proposed technique could be useful for the researchers and practitioners by effectively handling multi-objective regression test optimization problem.
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
使用搜索算法的基于相似性的多目标测试优化技术
背景:在客户需求不断变化的推动下,软件经历着持续演进,从而增强了竞争优势。问题:然而,随着软件复杂性的增加和测试套件规模的扩大,回归测试的成本变得非常高昂。此外,及时更新测试用例和管理相关测试数据也会成为一项费力且具有挑战性的任务。目标:为了解决回归测试优化问题,研究人员提出了各种方法,包括贪婪算法、基于搜索的算法和聚类算法。然而,现有的方法缺乏全局最优解,而且大多集中在单目标测试优化问题上。受此启发,我们提出了一种基于相似性的多目标优化技术(SMOOT),利用灰狼优化器(GWO)算法减少测试套件。该技术采用了不同的相似度量,包括余弦相似度、欧几里得距离、杰卡德相似度、曼哈顿距离和闵科夫斯基距离,来评估测试的相似度得分。方法:我们使用三种不同类型的案例研究,评估了 GWO 与基于搜索的先进算法的性能。同样,为了评估所考虑的搜索算法的相似性得分,我们采用了最先进的相似性度量方法。结果:实验结果表明,GWO 的性能明显优于所考虑的搜索算法,它既能获得较高的代码覆盖率和故障检测率,又能最大限度地减少测试执行时间。结论:基于所获得的结果,我们认为所提出的技术可以有效地处理多目标回归测试优化问题,对研究人员和从业人员非常有用。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
CiteScore
2.20
自引率
0.00%
发文量
0
期刊最新文献
Construction of smart tourism system integrating tourist needs and scene characteristics Image enhancement algorithm combining histogram equalization and bilateral filtering A similarity-based multi-objective test optimization technique using search algorithm Design of intelligent algorithm for object search based on IoT digital images Advancing human-computer interaction: AI-driven translation of American Sign Language to Nepali using convolutional neural networks and text-to-speech conversion application
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1