Assigning INTERFACE dynamically to a specific TEST CASE
I managed to add new interface to an existing project. I want to assign this added interface to new tests which I add through a JAVA code (SOAP UI API).
Hi, yes. I created an interface through the API code and now when adding new test case through the API I want this test case to use the added interface. How can I do so? Thanks