Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHello,
something like this you can put in setup script of test case:
where "Test" is name of my mock service.
Does it helps,
robert
something like this you can put in setup script of test case:
testCase.testSuite.project.getMockServiceByName("Test").start()
where "Test" is name of my mock service.
Does it helps,
robert