Add AI-Driven Capabilities that automatically detect API definition changes
Add an AI-Driven capabilities in ReadyAPI that automatically detect API definition Changes and: Updates services, resources and operations from the latest API definition Automatically updates impacted assertions to match the new contract, including Status code assertions Schema Assertions JSON/XML path and header assertions Preserves user intent and flags assertions that require manual review Provides a clear preview of API and assertion changes before applying them Value: Reduce manual test maintence Prevents false failures from outdate assertions keeps test aligned with evolving API's and CI/CD pipelines4Views0likes0Commentshow to plugin properties file while running testrunner.sh using github actions
hello, we are trying to use Github Actions as our CI/CD tool and where we wanted to execute all our readyapi scripts using github workflow (using testrunner.sh). we uses properties file to use all properties while running the test scripts! how can i use properties from property file while running github workflow using testrunner.sh command - appreciated the help!42Views0likes0CommentsHealth-check for SOAP UI Pro in continuous integration with Jenkins
Hello, Most of tools dispose of “health check” routine that verify that everything is OK before starting the CI pipeline. So before executing the SoapUI tests in Jenkins I want to verify that : - TestRunner of ReadyAPI is available - Licences are available in sufficient quantity - Each component of the testing tool is ready to use Maybe it is very simple and I just have to run a blanc test, maybe the control is stricter and I can run some of health-check procedure. So the point is : - What are the best-practices you have observed in IC integration ? What is your advice ? - Does the health-check procedure exists and how to run it ? Thanks a lot :) Mohamed.Solved4.1KViews0likes19CommentsHow to return the results or log files, from the testrunner.bat command line
Hi, The Test Suite seems to run successfully, but the expected result isn't happening, but more importantly (for the purpose of this thread) it's not sending any log files to the folder specified in the f parameter. On the command line, we get validations that the command seems to have been run successfully Assertion [SOAP Response] has status VALID The only Warning (not an error) is that it can't delete a temp folder. https://www.soapui.org/docs/test-automation/running-from-command-line/functional-tests/ Here's the command line, which I obtained from executing "Launch TestRunner" in the menu. testrunner.bat -sCorpExtract_20240916 -cCorpExtract_20240916 -GReportID=17224 -f"c:\Infrastructure_Group\SOAP\OPENXX\CorpExtract" c:\MyOrg\Projects\OpenXXScripts\PROD-Ph-OpenXXService-20240912c-soapui-project.xml Also, do I have the variable override written correctly, as -GReportID=17224 above? In the Test Step xml, this comes from <tem:RegenerateReportRequest> <tem:ReportID>?</tem:ReportID> </tem:RegenerateReportRequest>74Views0likes1CommentHow to run specific test case in particular environment?
I have 2 environments setup : Dev & QA. There are certain test cases which are intended for Dev env only. How I avoid running those when I select QA environment? or when I select Dev env, only dev environment specific test cases run?742Views0likes5CommentsIs it possible to integrate the Azure TestPlan Test cases and the ReadyAPI tests ?
I have created manual test cases in Azure devops Test Plan. I have automated the manual test case functionality using ReadyAPI. Now i want to link the Azure Test Plan test cases while running the ReadyAPI tests via the Azure pieplines. Is it possible to do so ? I am using the Azure devops extension named "ReadyAPI Test for Azure Devops" and "Publish Test Results" in my pipeline.244Views1like1CommentAutomation script in ReadyAPI for Authentication
Hi, I am new to Ready API. I am trying to authenticate the user credentials and set it up as the script inside Auth Manager so that we can run the ready API test suites from the pipeline automatically. Manual set up for authentication is working fine and we are able to call the APIs and get results. We use Oauth2.0 authentication. The automation script that I have is not working. I am not sure what I am missing. This is what I tried referring to this document: https://support.smartbear.com/readyapi/docs/requests/auth/types/oauth2/automate/index.html var loginForm = document.querySelectorAll(".ab.cd"); var username = document.getElementById("username").value; var password = document.getElementById("password").value; var loginBtnForm = document.querySelector(".c2"); var loginBtn = document.querySelectorAll(".c3.c4.c5.c6.c7"); document.getElementById("username").value = "testusername"; document.getElementById("password").value = "testpassword"; loginBtn.click();Solved320Views1like6CommentsIntroducing Darshan Hiranandani
It's a pleasure to join this esteemed community! My name is Darshan Hiranandani, and I'm excited to contribute my expertise as a developer to our discussions. With a background deeply rooted in software development, I've cultivated a diverse skill set over the years. From crafting robust backend systems to optimizing database performance, I'm enthusiastic about tackling challenges head-on. But beyond the code, what truly drives me is the opportunity to collaborate and innovate. I believe in the power of teamwork and am always eager to learn from and share insights with fellow developers. I'm here to engage, learn, and grow together with all of you. Whether it's exploring new technologies, troubleshooting coding dilemmas, or simply exchanging ideas, I'm looking forward to being an active part of this dynamic community. Let's connect and embark on this exciting journey of discovery and development!44Views2likes0CommentsMigrating Ready API SOAP tests to Rest based Test
We are in the process of transitioning our platform, which was originally built using SOAP services, to REST-based services. Currently, we have over 1000 ReadyAPI automation scripts designed for SOAP services. Are there any straightforward methods or tools available to facilitate the migration of these tests to work seamlessly with REST services? We appreciate any guidance or assistance. Thank you in advance. Note: No change in the functionality related to existing services.221Views0likes5Comments