Forum Discussion

venkatkalegura's avatar
venkatkalegura
New Contributor
8 years ago

How to integrate my API (SOAP UI NG pro) Tests with MTM

Hi 

 

My need is that i want to execute my tests in MTM(Microsoft Test Manager). When i run the tests in MTM Soap UI will invoke and run the tests ant will give the test results in MTM. 

 

Could you please any one help me.............

 

Thanks you

venkat

2 Replies

  • SmartBearAmber's avatar
    SmartBearAmber
    SmartBear Alumni (Retired)

    You'll need to use the TestRunner feature to create a commandline prompt for executing your tests.

    For more information, please see this document.

    • venkatkalegura's avatar
      venkatkalegura
      New Contributor

      Hi,

       

      I want to integrate my tests with the Microsoft Test Manager. If we run the tests from MTM results will be displayed in the MTM. Currently i have developed the framework using java in eclipse. when i ran the bat file, driver script will read the test data and test cases from the excel sheet and run the test steps. While executing the test cases results will be appended in the result column of the excel sheet. with the test results i am generating the test results report in html report format. This is happening in my local machine. Now i want to run the test cases from MTM to get update test results in the same.

      So please help me out to get it resolve.