Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Testing Test Adapter
Testing Test Adapter

Testing Test Adapter

Phantom27

|
1 install
| (0) | Free
Test Adapter for running exe-based tests that follow a specific protocol.
Download

TestingTestAdapter

Visual Studio Test Adapter for exe-based tests that follow a specific protocol.

Wrapper Support

Extend via .runsettings with discoverer and reporter wrappers.

Example .runsettings

<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
    <TestingTestAdapterSettings>
        <Discoverer>
            <UseWrapper>true</UseWrapper>
            <Wrapper>.\Wrapper\discover-wrapper.py</Wrapper>
        </Discoverer>
        <Reporter>
            <UseWrapper>true</UseWrapper>
            <Wrapper>.\Wrapper\reporter-wrapper.py</Wrapper>
        </Reporter>
        <WatchdogDisabled>false</WatchdogDisabled>
        <WorkingDirectory>c:\workingDir</WorkingDirectory>
        <PathExtension>c:\bingoDir;c:\fooDir;c:\barDir</PathExtension>
        <EnvironmentVariables>
            <Variable Name="MyVar1" Value="MyValue1" />
            <Variable Name="MyVar2" Value="MyValue2" />
            <Variable Name="PATH" Value="c:\myPathDir" />
        </EnvironmentVariables>
    </TestingTestAdapterSettings>
</RunSettings>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft