https://github.com/busraoguzoglu/software-test-rag
Generation of software test scenarios using a RAG system with a local LLM (llama.cpp)
https://github.com/busraoguzoglu/software-test-rag
llamacpp llm rag software-testing testing
Last synced: 5 months ago
JSON representation
Generation of software test scenarios using a RAG system with a local LLM (llama.cpp)
- Host: GitHub
- URL: https://github.com/busraoguzoglu/software-test-rag
- Owner: busraoguzoglu
- Created: 2024-12-14T06:24:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T16:13:37.000Z (over 1 year ago)
- Last Synced: 2025-02-15T21:45:55.746Z (over 1 year ago)
- Topics: llamacpp, llm, rag, software-testing, testing
- Language: Jupyter Notebook
- Homepage:
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAG-Based Test Case Generator
This system is designed to showcase the capabilities of a Retrieval-Augmented Generation (RAG) system with a small local LLM (Llama.cpp) in generating structured and detailed test cases (and code, in different frameworks) using design documents and HTML files.
## Features
### Software Design Document Integration:
Parses software design documents to extract relevant features and functionalities.
### HTML Preprocessing:
Analyzes the HTML structure of the mock website to identify key elements such as buttons, forms, and links.
### RAG-Based Test Case Generation:
Uses a Retrieval-Augmented Generation model to create detailed and structured test scenarios.
Supports generating example QA pairs and step-by-step guidance for test cases.
Code can be generated as well (Playwright or other, with given documentation or sample cases added to RAG)
### Example Outputs
Example results and progress can be seen on the wiki page: https://github.com/busraoguzoglu/Software-Test-RAG/wiki/Example-QA