Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

How to run soapUI mock service from visual studio post build events

$
0
0

I am new to soapui. I am trying to run a service mock in from visual studio in the after build event.

 

first, I tried to run the command from the cmd and it worked fine. then I tried the post-build event, the project starts to build but never run.

 

I checked the soapui.log file and it seems that the mock service worked normally.

 

any ideas?

 

PS! the command I am using is

"call "MyfileFullPath\*.bat" -m"CalcServiceMock" "FullMockProjectPath\*.xml""


Viewing all articles
Browse latest Browse all 20755

Trending Articles