Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>testcase-runnerNew to Visual Studio Code? Get it now.
testcase-runner

testcase-runner

faisaliqbal

|
2,371 installs
| (1) | Free
Insert test case with just click
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

testcase-runner README

This extension is used to insert test case by fetching it from text file so that in multiple checking case user doesn't have to input test case again.

Features

From command pallete, context menu or shortcut one can directly fetch the test case.

Requirements

vscode version >= 1.44.0

How to use

1 - Make text file with name (test.txt).
2 - Save your test case in that text file.
3 - Write your code in main file and execute, to get test case use Run Testcase from context menu or use shortcut (ctrl+f1) or command Run Testcase.

for eg:
Main file - sum.cpp
Test case file - test.txt

Call command when in main file. This extension takes text(test case) from .txt file and insert in the vscode terminal.

Snapshot

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft