Showing ideas with label Automation Environments.
Show all ideas
The need In ReadyAPI there are nice options of reporting, however there is missing any function to do report post-processing. The post-processing needs are: to send a report via email put the report into a storage create a Jira item etc. Currently the report files are just placed in the output directory. On TestCase and TestSuite level there are Report script holders, but the purpose of the script is to extend the reporting options (it is executed before the reports are finished, not after), i.e. for report pre-processing. On the project level there is no such option. Solution proposal A good place to execute specific actions are the events. But there is no "ReportListener.afterReport" event. Please add a new event ReportListener.afterReport which will be triggered after any report is finished by testrunner. Such event will be used by Groovy scripts to do the report post-processing.
... View more
Status:
New Idea
Submitted on
03-05-2020
02:50 AM
Submitted by
HimanshuTayal
on
03-05-2020
02:50 AM

There must be a feature by which i can re-order my Test Steps or Test Cases or Test Suites at once, right now i am able to re-order one by one and it takes lot of time if i have huge number of test-cases.
... View more
See more ideas labeled with:
-
Automation Environments
-
SoapUI
Hi, There is no possibility currently to integrate ReadyAPI and Zephyr Squad on JIRA Server. In this documentation, it is mentioned that only Zephyr Squad Cloud is supported. It would be nice to have it for Zephyr Squad on Jira Server
... View more
See more ideas labeled with:
-
Automation Environments
-
Reporting
Status:
Selected for Development
Submitted on
01-22-2020
05:35 AM
Submitted by
giovanni_favara
on
01-22-2020
05:35 AM
Hello, I'm using the latest version from RedayAPI (3.0.0) and my project is password protected - the properties are encrypted. When I want to run functional tests in pipeline, I can give the password over the command-line parameter -p but this parameter doesn't exists for the loadtestrunner. This fact is not an error but a missing function. Without this feature, encoding the properties in a project is a major drawback when you want to automate the load test because I must deactivate the passwort protection to run the loadtestrunner. This is a strong security restriction, especially if you want to protect the passwords/token/secrets used in cloud repositories. A lot of services are provided in the cload nowadays and the trend is increasing, besides the reason I ask the reader to vote for the function to introduce the password parameter for the loadtestrunner as well. Thanks in advance for the votes. Greetings, Giovanni
... View more
currently, when running the readyApi maven plugin, the logging level is set to info. We need a mechanism to set it to error or warning because the excessive logging is crashing our build slave.
This could be done in the plugin configuration section of the pom.xml. Or the maven plugin could respect the user's log4j configuration files.
... View more
See more ideas labeled with:
-
Automation Environments
-
SOAP
Dear Smartbear, we are planning to use the pre-configured Docker images (Test Runner and LoadUI Agent) to run tests in our GitLab CICD pipelines. But after consulting with our IT Security Department, only distroless images are allowed to use within our company. The bare minimum of a distroless image - as required by our IT Security Guideline - is that it contains no package manager. It can be achieved, for example, by a multi-stage docker build, in which the package manager is removed at the last stage. Thus, I would like to ask you to provide officially distroless Docker images for the Test Runner and LoadUI Agent. In addition, distroless Docker images are becoming best practices and the default choice for deployment containers. So I'm pretty sure, that a lot of your users would benefit from it 🙂 Thank you very much in advance! Best regards, your ReadyAPI user
... View more
Hello, As well as I'm not working everyday in my Auth Manager, I'm noticing a bit of an irritable thing. When you open the Auth Manager all API's and all TestSuites/TestCases/TestSteps are open, not collapsed. When you have a lot of API's to manage in a project, it is a little cumbersome to each time close all the API's and TestSuites/TestCases/ up the one you're searching for. Or even to scroll down to more-or-less the place where you're expecting to find them. Could it be possible to make them collapsed per default please? thanks in advance, AAB
... View more
See more ideas labeled with:
-
Automation Environments
Hello everyone, I am new here and need your help. How to pass your user data when using License Manager to get a license from ReadyAPI floating license server. You have to pass your username somehow so that the license server can do the LDAP query. For example: java -jar ready-api-license-manager-1.3.3.jar -c UserName -s <serverIP>:443
... View more
See more ideas labeled with:
-
Automation Environments
-
SoapUI
Hello, in one of the recent versions we pretty much lost the ability to use the "default environment" as a real environment. It was even renamed to "no environment". I've used it as the "development" one and I was creating extra one for the higher - "test" environment. Now the default environment can't be really used to set up authorization to given endpoints for our APIs. I can't even copy it as a template for a new environment, meaning i have to create a new one from the scratch. Having to do that in multiple projects with plenty of API's and custom properties means huge extra time commitment to manage projects in our company's department. Can you please unlock the ability to clone this default environment and set authorization /proxy for the APIs? Thank you, John
... View more
See more ideas labeled with:
-
Automation Environments
-
SoapUI
We have 5 environments we need to target (CI/CD, DEV, TEST, PROD, SANDBOX). We have 30 apis with new apis on the horizon. On average each project will require two environments (for the Auth api and the api under test). Rather than have 30 copies of the Auth api details (one for each api) we would prefer to externalize "shared" details via the use of xinclude. That way, when/if the Auth api environment/endpoint details change we only have to apply a single update which will subsequently "trickle down" to all the projects that leverage the shared content.
... View more
See more ideas labeled with:
-
Automation Environments
-
SoapUI
In their current implementation 1.) the TestEngine needs to be provided a zip with all required files by the calling client 2.) the TestEngine Jenkins plugin will execute one Project/Suite/Case per Jenkins job Problem: This setup does not scale to execute many Project/Suite/Case SoapUI tests in a row Suggestion: ad 1.) a.) Provide TestEngine the ability to access/checkout GIT repos containing SoapUI Projects b.) Add an API to TestEngine that will take the Project/Suite/Case/... parameters and pick all required files from above local checkout area --> Like this no files need to be created/transfered to the TestEngine server What still needs to be done is the specification of the list of Project/Suite/Case to be executed. This could be provided by one or more config files maintained in the GIT repo(s) ad 2.) In case the TestEngine runs on the Jenkins slave(s), the Jenkins job could - checkout the GIT repo(s) - locate the config file(s) containing the list of /Project/Suite/Case SoapUI Tests in the checkout area (e.g. via parameter) - loop the config file(s) calling the TestEngine API with Project/Suite/Case/... parameters --> like this - The TestEngine is running as a server (contrary to testruner.sh) - The invocation of many Project/Suite/Case's will run with minimal overhead (presumably msecs instead of secs) - all required files are taken from a repo -> any updates propagate to TestEngine automatically Remark: This type of automated execution of SoapUI Test from different Project/Suite/Case needs to complemented with a suitable test report (e.g. csv file with Project/Suite/Case/Step, timeStamp, Status, ExecTime, ErrorMsg, ...
... View more
For all my projects I need to add a lot of parameters. I've setup a compare Loop with a few elements that requires linking those parameters manually with other steps. In these steps the list is unsorted whereas this makes it a long term action to link each of them to the right parameter of the next step.
e.g.
1) Groovy Script to fetch the file
2) DataSource to fetch some parameters (or all parameters) from that file for each childnode
3) Property Transfer that will link from Source to Target ==> when selecting the Property from Source you have a sorted list as was created in the "Transfers" section left. When selecting the target, the properties are unsorted regardless wether you've put it in a specific order in the REST Request or not. If you have a long list, this is a washmash of properties.
It would be great if all lists that are visible and usable in ReadyAPI will show a sorted list as was created.
Thanks in advance.
... View more
Status:
New Idea
Submitted on
03-20-2019
10:14 AM
Submitted by
venkatayedida
on
03-20-2019
10:14 AM
Virt Server User Admin GUI is currently missing and would be required for proper management of users when they exceed the number of about 10-20. This feels like a hygiene factor and industry standard and we hope that this is in the pipeline.
... View more
Status:
New Idea
Submitted on
03-20-2019
10:13 AM
Submitted by
venkatayedida
on
03-20-2019
10:13 AM
Virt Server requires a Single Sign-On functionality. It seems like a hygiene factor and business standard. If we can enable SSO then we will be one step closer to onboarding users and reaping the benefits of API virtualization for IKEA.
... View more
Status:
New Idea
Submitted on
03-20-2019
10:12 AM
Submitted by
venkatayedida
on
03-20-2019
10:12 AM
As time progresses and more and more people virtualize API:s we would like the opportunity to expose the listing of those virtualizations for anyone. Let’s refer to it as a “Virtual Service Library” for now. We hope that this is in the pipeline of Service V Pro.
... View more
In the jenkins plugin, we can add the "Test Suite", "Test Case" & "Environment" options.
I would like that the "Tag" option is also included.
I use this to include some tests in specific environments.
... View more
See more ideas labeled with:
-
Automation Environments
-
SOAP