This VS Code extension is used to generate test cases by ChatGPT. It can help user read, analyze ducoment and create test cases according to document content.
Note: At current stage, all of the URL in extension means the web document url, like visual studio ide web document - https://learn.microsoft.com/en-us/visualstudio/get-started/visual-studio-ide?view=vs-2022
Command palette
Create new test case based on URL
Open command palette(Ctrl+Shift+P) in vscode, select BeyondCase: Create new test case based on URL, then input testing url and test case count you want, extension will create test cases and save them in new file.
Explorer context menu
Update test case by AI engine
Right click existing test case file from explorer, select BeyondCase: Update test case by AI engine, extension will help you update and improve test cases
Create new test case based on local document
Right click existing test case file from explorer, select BeyondCase: Generate test case based on local file, extension will create new test cases according to your local document
Editor context menu
Create test casse by selected URL
In editor view, select text and open context menu by right clicking, select BeyondCase: Create test cases by selected URL, extension will create new test cases based on url document
Chat channel
Open command palette(Ctrl+Shift+P) in vscode, select BeyondCase: Open chat bot, ask anything to get answer.