[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.3KViews0likes5CommentsStacked and left aligned tags on Scenario Outline help
Hi I hope someone can help me. My group like to use tags for our Cucumber scenarios. However, we like to stack tags for easier readability. Example: @400 @JIRA_Name_1 @JIRA_Name_2@JIRA_Name_3 Scenario Outline It seems the stacked tags above a Scenario Outline will not completely align left. They will on a Scenario but not an outline. Example: @400 @JIRA_Name_1 @JIRA_Name_2@JIRA_Name_3 Scenario Outline My question(s) is this: 1. Is there a trick to getting stacked tags to completely align left? 2. Is it recommended to instead keep all tags on the same line? I have attached a picture with generic info showing the alignments of Scenario and Scenario Outline. I am usingIntelliJ IDEA 2019.3,Gherkin plugin 193.5233.144, andCucumber for Java 193.5233.57. I have tried Reformat Code (Code > Reformat Code / Ctrl + Alt + L) and that works for general formatting alignment with the exception of the tag/Scenario Outline issue.2KViews0likes2Commentshow 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.9KViews0likes4CommentsFilter on tag of scenario outline example
Hello guys, A (hopefully) quick question for you: I am trying to use the BDDHooks file to print the time needed for running 1 scenario into an excel file. This is all working perfectly but the problem is I am using a couple of scenario outlines with different examples and I split the examples into different blocks to all give them their own tag (@smoke and@happyUnhappy eg). Now my goal is to only print the timing of the one example with the tag '@smoke' but I cannot seem to find a way to filter by example tag. I know there's this pagehttps://support.smartbear.com/testcomplete/docs/bdd/tags.htmlwhich explains how to get all tags of a certain feature or scenario but there's none to get the tags from a scenario outline. I only seem to be able to retrieve the tags for the entire outline and not for 1 example. eg; I only need to save the time for the example with@smoke on top: @smoke Examples: |a|b|c| |1|2|3| @happyUnhappe Examples: |d|e|f| |4|5|6| I hope you guys understand and you can help me in my search ๐ Thanks!Solved1.8KViews1like3CommentsIssue 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.7KViews0likes2CommentsCodegen API Ordering for HTML Clients
For HTML clients theAPIs grouped by tags, are ordered alphabetically by tag. I have defined global tagsin mypreferred order. The Swagger UI seems to display as per my requirement, butCodegen for HTML Clientdoes not. Is there any setting to override this behaviour?Solved1.3KViews0likes2Comments