[TechCorner Challenge #1] How to add a new tag and assign it to all TestCases in a TestSuite?
Hi Community! As you know, we have aTechCorner label, a place where tons of useful information about ReadyAPI is stored. We would like to make this section even bigger. I would like to encourage you to share more great content with all ReadyAPI community members under this label: use cases, tips, scripts, script templates, all the helpful things you are using in your daily testing with ReadyAPI. Here’s one request that we get a lot from users,that you can help with: Create a script, that can add a newtagand then assign it to every TestCases in a TestSuite Difficulty: A link that will help you choose the right methods ofworking with tags at the TestCase level. Tags are a neat feature of ReadyAPI, they help group TestCases and give more control over the testing process. This script is going to be very useful for ReadyAPI users. Who will contribute?🙂Solved5.1KViews0likes10CommentsReadyAPI - Can we run an Encrypted REadyAPI project on Jenkins? We are seeing an error.
Hello, Can we run an Encrypted REadyAPI project on Jenkins? We are seeing an error Missing scripts folder [/home/jenkins/workspace/20210611-qmo-readyapi-poc-latest/temp/scripts] ecif_encrypt is not a composite project directory. When we convert Composite project to Encrypted Project It switches from 'C' to 'E'. When we run the encrypted project on Jenkins it throws above error. Is anyone using entire Project encryption in readyAPI and running the tests on Jenkins? We gave these passwords in yaml file. Appreciate any hep! Thanks.Solved2.3KViews0likes5Commentshow to run sample rest projects present in smart bear website?
https://support.smartbear.com/readyapi/docs/general-info/tech/rest.html#sample-projects I have installed xampp server .my 8084 port is running .how the connection will be established for the ecommerce project which is 1 st among 3. how it will get loaded in my local machine 8084?BenoitBAlexKaras how to set up local server to get the ouput properly?Solved1.9KViews0likes3CommentsLaunching TestRunner using Tags not working as expected
Launch TestRunner-> TestSuite ,(Smoke /Regression ) seperated using Tags , Launching Test Runner using Tags is not working as expected ,partial Tagged Testcases are running like 5 out of 10 , Any one faced this issue and what us be the better solutionSolved1.8KViews0likes4CommentsIssue in Loading external custom lib in script assertion
Ready API Version- 3.9.0 I have created few external groovy files for common assertions. to use those external script files have created a custom lib folder on local machine - For Ex- /Users/<User-Name>/SoapUI_Projects/lib And also updated the path of the folder in theScript library under Preferences and saved preferences+ restarted Ready API as well. Now when I am using this lib in Assertion. It is still looking for the Ready API installation folder instead of my custom lib path. It looks for dir- "/Application/ReadyAPI 3.9.0.app/Content/Java/app/bin/lib(No such file directory)" instead of my custom lib path. can anyone please help me here if I am doing something wrong?1.7KViews0likes2CommentsReady API 2.3.0 How to run a specific testcases with tags using Groovy
Hi, I have multiple test suites with test cases.I have tagged each test case with the backend it invokes. Now I need to run only those test cases that matches the tags using groovy. The below groovy line runs all test suits & testcases in it. testSuite = project.getTestSuiteByName("testSuite1"); runner = testSuite.run(new com.eviware.soapui.support.types.StringToObjectMap(), false); Is there any way I can pass parameters to execute specific test cases matching those tags? Thanks.807Views0likes1CommentReadyAPI 3.20.1 - Tag option to Test Suite and Test Case is disabled / grayed out.
Hi Team. I need to tag my test suites and test cases and use it in Jenkin command line. I want to run multiple ready api test suites under Jenkin command line. In readyapi, I see tag option is grayed out I clicked on test suite/test case and then checked tag option , but its grayed out. How can this be enabled?770Views0likes1Comment