2 papers
cs.SE2025
Test code generation at Ericsson using Program Analysis Augmented Fine Tuned LLMs
Sai Krishna, Balvinder Singh, Sujoy Roychowdhury +7
We describe test code generation using Large Language Models (LLMs) in Ericsson. Our input is a test step in natural language (English) and our output is code (Java) which accompli…
cs.SE2025
Static Program Analysis Guided LLM Based Unit Test Generation
Sujoy Roychowdhury, Giriprasad Sridhara, A K Raghavan +5
We describe a novel approach to automating unit test generation for Java methods using large language models (LLMs). Existing LLM-based approaches rely on sample usage(s) of the me…