TestEngine external JAR files - error - unable to resolve class
Background - We have test engine hosted on some linux server and we execute tests suing CURL cmd or POSTMAN. Given some external JARs When we add external JARs in /bin/ext folder of test engine server and re-start the test engine And run the tests using curl command from locally or using POSTMAN Then it throws error for groovy script test step saying unable to resolve class <className present in external JARs> on import statement itself. We have also configured .vmoptions of test engine server to read ext JARs but still it throws error. Locally, In ReadyAPI, we are placing those JARs in /bin/ext/ folder and it works perfectly fine. Any solution to this problem?201Views1like2CommentsReadyAPI changes in background - Git Integration
I'm using ReadyAPI 3.48.0 together with GitLab. After pulling the latest version of the project from GitLab and not making any changes at all, I can see that ReadyAPI makes hundreds of changes in the background. Adding the following under con:settings: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance The next team member that pushes automatically has the same thing removed in the same files. Is there a way to prevent this from happening?333Views1like4Commentsgcloud authentification with service account
Hi community, we are trying to check our google storage buckets using ready api. For this we need a token to access the gcs. It works on my local machine inserting my personal token directly in the oauth token field but, as you might understand, I don't want this to be stored in any gitlab pipeline or log file. Has any body already gathered experience with connection rap to the google storage, and has come across a solution for automatic token generation?218Views1like0CommentsIs 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.206Views1like1CommentWhy I dont see GraphQL tab in Endpoints& Environment Section in ReadyAPI?
Why I dont see GraphQL tab in Endpoints& Environment Section in ReadyAPI? We are using 3 different ReadyAPI licenses that supports virtualization, Functional Test, Performance Testing. When looking for GraphQL tab under Endpoints and Environment section to support Functional/Performance testing of GraphQL, we do not see GraphQL tab? do we need to have any additional license for it? can we do GraphQL endpoint validation without this tab? are there any video/webinar links that demo GraphQL endpoint functional/performance testing. Thank you!317Views1like1CommentReadyAPI and Jira integration
Hi, I am trying to integrate ReadyAPI version 43.1 and JIRA plugin version 1.6.4 instance so we can push issues from ReadyAPI to JIRA with the hope of creating better traceability. However, when I select the JIRA button at the top of the toolbar, JIRA opens, I select the project and issue type, then select ok.Nothing happens after that. What am I missing here? I was expecting a form to open within ReadyAPI so I can begin to enter details on the issue. Followed this link for set up:https://github.com/SmartBear/ready-jira-plugin/wiki/Creating-JIRA-Items Please find attached images for ReadyAPI logs.329Views1like1CommentGit Integration Issue
Hello people, I have been getting this error for two days now. "ERROR: Cannot invoke "com.smartbear.readyapi.integrations.vcs.git.auth.Credentials.getType()" because "<parameter1>" is null" Any hints? I can't remember anything I did to "break" with integration. I can't "Push" either "Pull". I really appreciate any help you can provide. Dimitris1.4KViews1like7CommentsReadyApi: Docker and Custom Scripts library
Hi everyone, I have developped some custom groovy functions for my tests. I put my groovy file in a Script library folder From he User interface, I'm able to setup this parameter inside the Preferences > ReadyApi > Script library field. And it works well. My tests should run in the CI, inside a Jenkins Docker. How to parameter the docker file to set this parameter? I have found some information for external librairies but nothing for script library. Does someone has an idea how to setup that? thanks and regards.425Views1like0Comments