Need to get the tags combination specified for a test suite run to add to report.
Problem: I need to add which tags were specified for a test suite run for inclusion in our customized test suite report. This was relatively easy for the case where we run the tests from the command line by using the result of com.eviware.soapui.SoapUI.cmdLineRunner.cmd.getOptionValue('T') However, I cannot seem to find the equivalent mechanism to get which tags were specified for when a test suite is run from the UI.235Views0likes0CommentsTestengine CLI: execute tags with the 'at least one' conjunction
Hi community We are using Testengine (Docker) and calling it viaTestengine CLI. There is currently a - more or less good documented - limitation, that Testengine applies a given list of tags only on test cases/ suites where 'All' tags are matching, unlike ReadyAPI itself, where you can choose to show/ execute 'All tags' (and-conjunction) and 'At least one tag' (or-conjunction). Background: - we tag our testcases with 'Smoke' or 'Regression' or 'Smoke, Regression' - we use data loops, based on Excelfiles inside a testcase, where a row can have the same tags described above - while executing a loop we check the tags of the testcase against the tags of the current row (via groovy) and execute or skip the loop accordingly This is working fine in ReadyAPI, cause we can give the desired tag(s) and choose between the desired conjunction. E.g. if we select 'Smoke' and 'At least one tag', all 'Smoke' tagged rows in all 'Smoke' tagged testcases getting executed. This seems impossible to achiev for the same test-project while using Testengine. We already opend a smartbear feature request, but it would be good to have a intermediate solution in the meantime (..without duplicating the testcases and giving the different tags..). Maybe you have an idea!? We already figured out, that Testengine is not receiving the list of tags e.g. as globalVariable during calls with Testengine CLI (proposed solution below don't applies here). To get the list of given tags inside the project somewhere on script level would be the first helpful thing, we beleave. Thanks for reading and contributing Greetz from Germany/ Frankfurt ps: the described problem seems also to be valid for calls from commandLine:Execution using Tags - How to trigger multiple tag... - SmartBear Community306Views0likes0CommentsA lot of responseContent tags in project file
Hello! In the following screenshot you see the content of the xml file of one of our projects: 1. Why are so many of these created? 2. How can I prevent this from happening, since it takes up space. 3. How can I remove these? Thanks in advance!😀626Views0likes3CommentsReadyAPI 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?776Views0likes1CommentIssue 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.7KViews0likes2CommentsLaunching 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.9KViews0likes4CommentsReadyAPI - 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.3KViews0likes5Comments