Test Generator
Set up test-generator
- Go to your TP profile and generate your access token
- In test-generator extension settings, add your token to the TP_TOKEN key
Commands
Get test steps (Command ID: extension.testGen.getTestSteps )
Given an input it will get the test steps from Target Process .
Compare Text with Test Case (Command ID: extension.testGen.compareSelectionWithTestCaseCommand )
Compares the selected text with the matching test case in Target Process.
Keyboard Shortcuts
You can quickly mark the selected text by adding the test-generator commands to your keyboard shortcut settings. For example:
{ "key": "ctrl+1", "command": "extension.testGen.markSection1",
"when": "editorTextFocus" },
{ "key": "ctrl+2", "command": "extension.testGen.markSection2AndTakeDiff",
"when": "editorTextFocus" },
{ "key": "ctrl+3", "command": "extension.testGen.diffSelectionWithClipboard",
"when": "editorTextFocus" },
| |