Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Test GeneratorNew to Visual Studio Code? Get it now.
Test Generator

Test Generator

pp-tools

|
181 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Test Generator

Set up test-generator

  1. Go to your TP profile and generate your access token
  2. 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" },
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft