Forum Discussion
richie
6 years agoCommunity Hero
Hi Hellotest,
Im responding cos no one else has yet, but im unsure if i can help too much although this might help steer you in the right direction. Have you has a good look through the documentation? The reason i ask is that typically a lot of tools that support automatic update of tests to reflect your test results in ReadyAPI!/SoapUI are done by exposing an API (within the testmanagement tool) that you post to as the last step in each test case in ReadyAPI! This is the mechanism to ensure the results are updated in your test management tool via ReadyAPI!/SoapUI etc.
Ive had a look at this sort of thing in other test management tools and tools that support testmanagement; id suggest if noone else has any good ideas that you search the VSTS support documentation to see if anything like an API for test update is mentioned.
Hope this helps a little,
Rich
Im responding cos no one else has yet, but im unsure if i can help too much although this might help steer you in the right direction. Have you has a good look through the documentation? The reason i ask is that typically a lot of tools that support automatic update of tests to reflect your test results in ReadyAPI!/SoapUI are done by exposing an API (within the testmanagement tool) that you post to as the last step in each test case in ReadyAPI! This is the mechanism to ensure the results are updated in your test management tool via ReadyAPI!/SoapUI etc.
Ive had a look at this sort of thing in other test management tools and tools that support testmanagement; id suggest if noone else has any good ideas that you search the VSTS support documentation to see if anything like an API for test update is mentioned.
Hope this helps a little,
Rich
Hellotest
6 years agoContributor
I have been using visual studio to build my automated tests .
In Visual studio there is Test Explorer where we can search for automated test and provide test case number of VSTS. Upon save , the automated status in VSTS is turned to Yes.
So as we are moving to SOAP UI Pro I was looking if we have any similar functionalty here that would be very helpfull.