infinis / Smart-QA

Tools for QA Engineers built to make your daily tasks easier. Most of the tools use GPT3 models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart-QA

Tools for QA Engineers built to make your daily tasks easier. Most of the tools use GPT3 models.

Test Cases & User Stories

This tool is built using text-davinci-003 engine. Using this tool you can easily generate test cases and user stories for the mobile app you're testing. It simply asks you to enter name and description of screen you're testing as well as every elements and its description on that screen. Based on your input it will generate cases and then ask you if you want user stories too. Keep in mind that you need to add your OpenAI API key by modifying openai.api_key = "YOUR KEY"

Example of generated test cases:

Example of generated user stories:

Keep in mind that results will never be 100% perfect and correct and you will still need to do some modification, but at least it will give you an idea in what direction to go while testing. You can always modify the prompt and make it better, add more detailed description of each element and probably get better results.

About

Tools for QA Engineers built to make your daily tasks easier. Most of the tools use GPT3 models.

License:Apache License 2.0


Languages

Language:Python 100.0%