bilgvvnOccasional ContributorJoined 9 years ago19 Posts3 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: how to generate single page junit report when running the testrunner from command line I used maven to run my test and for the post build you can generate junit report. Re: Missing or Empty Response. Are you able to get response when you use Postman? If yes, import your postman project to Soapui and see :) Re: how to generate single page junit report when running the testrunner from command line I was able to do this using Jenkins. Re: Secure Basic Authenthication Right click on the request and add WS-S. It is optional. Re: GIT SSH - Class Cast Exception this might help. https://github.com/SmartBear/ready-git-plugin/wiki/Adding-Project-to-Git-Repository Re: When a resource has both GET and POST methods, I can't add POST to a TestCase Create Testsuite and add your test cases for Get and Post requests. Re: Soapui Pro - O AUTH token expired issue in jenkins build trigger If that is the case, create property to count and when count = 50, assign loop to create auth code and continue from 51. Re: Set global imports for external JARs Try this. myfile = new java.io.File(path + "/jars/*.jar") mystring = "file://" + path + "/jars/*.6.jar" classpathHacker.addFile( myfile ) classpathHacker.addURL( new URL(mystring)) Re: conditional goto with groovy does not work properly testRunner.gotoStep("Authenticate") Re: how can i run soapUI after I edited its sourcecode? you are funny :))