Running the same test case in Test Complete Multiple Times
I have a couple of test cases that I am generating for a Website and I need to set up several of the cases so that they will run multiple times during my testing of the product. I want be able to add to 20 new records and then update them as we are going.4.2KViews0likes27CommentsMissingMethodException: No signature of method
RE: MissingMethodException: No signature of method Error on LINE 5 I'm trying to increment a param in the xml payload" ReferenceID, and getting the above-mentioned error: I changed the "setPropertyMethod" to "getPropertyMethod" and the error changed to "groovy.lang.MissingPropertyException: No such property: ReferenceID Again, I'm trying to increment the parameter, so the SET method makes sense to me def ReferenceID = context.expand ('${#TestCase#ReferenceID}'); ReferenceID = ReferenceID.toInteger() + 1; if (ReferenceID < 990000) { testRunner.testCase.setPropertyValue('${TestCase#ReferenceID}'); //LINE 5 Error log.infor "ReferenceID" + ReferenceID; testRunner.gotoStepByName("ReferenceID") } Any idears? Thanks, wiseAcre3.6KViews0likes13CommentsError handling Test Case Execution
Hi, I am new to this tools , and try to understand about how to do performance test in ReadyAPI My question is, when the test case executed , and there is an error occur, the test stopped and never continue to the next row of Data Source I have checked the option from "Set Options for this Test Case" and uncheck "Abort Test if and error occurs" Is there any setup i have miss ?Solved2.5KViews0likes7CommentsHelp: Load Testing - Unable to see the log of failed test step
Hi team, I was running load testing for my endpoints. When I have VUs increased, I noticed there are a bunch of errors, but the transaction error log shows empty on Request & Response which makes the debug very difficult. I am not sure if this is my server error or ReadyAPI's problem(running on a local laptop). The transaction log panel looks like this: Error in the performance log: I have configured by following this page: https://support.smartbear.com/readyapi/faq/why-do-i-get-empty-requests-and-responses-in-the-t/ but still not working... Could you please give some advice? This is an quite urgent issue, thanks! Jess1.7KViews0likes7CommentsSet custom names in Data Generator
Hello, we are using the DataSource Test Step as a DataGenerator, to create random names (Property Type: Custom String, Value: %NAME(Any, FirstName)). Is it possible to somehow add names or replace the names generated? Thanks in advance, Kostas1.6KViews0likes5Comments3.44 issue with java.net.SocketTimeoutException: Read timed out
test step is failing due to "java.net.SocketTimeoutException: Read timed out", we tried increasing the socket timeout but it is still failing after the default 1 minute time. this project and test step is working fine when using 3.41 readyapi version but same test is failing in 3.44 and the latest 3.45 versions. please let us know what need to be done here as this impacting our regression testsSolved1.6KViews1like2CommentsImport Postman Collection - Fails with net.sf.json.SJONExecption: ["requests"] is not a JSONArray
I have tried to use the 'Import Postman Collection' in SoapUI file menu options and always get the following error. I have seen a previous post below but this appears to be if you are using the Chrome Postman Plugin, not a client version, so I do not believe that installing ReadyAPI and then installing a ReadyAPI Postman Plugin in it is relevant, and do not want to install it unless necessary. An obvious question is why put an option to Import Postman Collection in the SoapUI GUI if it does not work without some actions being taken to rectify it, Can anyone confirm if they are using postman (non-Google Plugin version) and successfully imported a collection? https://support.smartbear.com/readyapi/docs/integrations/postman.htmlhttps://community.smartbear.com/t5/ReadyAPI-Questions/error-when-importing-a-postman-collection/td-p/1590411.6KViews0likes1CommentTest Step Count assertion in performance test
I would like to have an assertion that will fail the test if the specified test step count is not reached. How can I do this? I am not seeing an option for this under Assertions but I don't necessarily think that would be the right place anyway because this assertion would be done at the conclusion of test execution, not during. Would it need to be done using a tear down script?Solved1.5KViews0likes5Comments