Publications
- Deljouyi, A., Koohestani, R., Izadi, M., & Zaidman, A. (2024). Leveraging Large Language Models for Enhancing the Understandability of Generated Unit Tests. arXiv Preprint.
- Deljouyi, A. (2024, April). Understandable Test Generation Through Capture/Replay and LLMs. Published in the 2024 IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings, pages 261–263.
GitHub Repositories
- UTGen: The main repo with everything you need for the replication package and evaluation.
- UTGen-Client: A test generator built on EvoSuite that uses an LLM to create readable, high-coverage test cases.
- UTGen-Server: The server component for integrating LLMs into the test framework using Strawberry API. It focuses on improving test clarity and addressing coverage issues.
- Experimental Dataset: A dataset you can use to run experiments with UTGen.