I want to preface this with ‘I am a complete noob’ when it comes to Java. I have figured out how to consume a webservice and get some tests against that webservice using TestNG. I would now like to be able to take those TestNG tests and use them in a load test. Is there a way that I can either use these TestNG tests in SoapUI or is there another tool which I can use to perform load testing of the webservice?
I did find out about using @Test(invocationCount = , threadPoolSize = ) is that the extent of it, or can more be done within TestNG?
I followed the advice of Frank and looked that the link he provided.