Showing ideas with label SOAP.
Show all ideas
Current state
Currently, the String generator allows to specify the length of the string and the string contents by character categories:
Letters – By default, this check box is selected.
Digits – By default, this check box is selected.
Spaces – By default, this check box is selected.
Punctuation marks – By default, this check box is selected.
The docs are here https://support.smartbear.com/readyapi/docs/testing/data-driven/types/generator/string.html .
Proposal
However, there are cases which need more precise string format. Regular expression would allow an elegant way to define the format.
I suggest to add an option to set a regular expression pattern. The String generator would follow the regex pattern instead of string length and the above mentioned character categories.
... View more
See more ideas labeled with:
-
REST
-
SOAP
Current situation ReadyAPI DataGenerator provides different random values (random integer, email, name, city, etc.) I like this function since it creates nice test data. However, the random values are only accessible via DataGenerator DataSource. Proposal It would be great if we could use them in: REST, SOAP, and other requests Variable setup Groovy scripts etc. In ReadyAPI the random values could be available via: expansion e.g. ${#Random#FirstName} Get data function adding a Random category in the top level Implementation proposal Wrapping Java Faker (https://github.com/DiUS/java-faker ) would do the task. Java faker can be configured to use localized data (e.g. english names, spanish names, etc.) The faker provides a lot of interesting data useful for testing, just to name few of them: Address Animal App Artist Avatar Aviation Book Business Company Color File Finance Food Name Nation Number PhoneNumber and many more, including some funny categories like ChuckNorris.
... View more
It would really be helpful if OAuth2 authentication would be enabled for soap-Requesrts just like for Rest APIs. Our application supports this and other clients also. For ReadyAPI we use at the moment BasicAuth as workaround
... View more
See more ideas labeled with:
-
SOAP
We use Fiddler to record web traffic and from there we are re-creating the requests in ReadyAPI. Ideally, Fiddler .saz recordings could be imported to ReadyAPI and create the requests from the recording.
... View more
When working on a composite project that has oAuth Auth. it comes to changes to the settings file (new tokens) while developing tests locally. So there is always a unwanted change to this file. Wouldn't it be nice if there is a separate file for just the data that can change in case of new token retrieval? The following can change (as far as I saw): accessToken; accessTokenIssuedTime; refreshToken I would add the separate file than to the git ignore, so that there is no change related to this anymore. It might be also an option to just store the tokens temporary?
... View more
See more ideas labeled with:
-
REST
-
SOAP
Allow to copy current value from Smart Assertion. Sometimes need to change one value in Smart Assertion and don't want to set/change all values from response. So please allow to copy current value from Smart Assertions.
... View more
See more ideas labeled with:
-
Assertions
-
SOAP
Current behaviour: 1) In the additional request headers tab of a SOAP/REST test step I select multiple headers (the selected headers visually are selected by having the color blue = OK). 2) I click on the delete bin button. 3) Only the first header is deleted. Expected behaviour: ALL of the selected headers should be deleted. If a use wants to delete 10 headers he now has to manually select them and delete them one-by-one. This is frustrating. Note: this issue has been around for ages. Additionally: We (luckily) can select and copy the headers properly by doing a select and then Ctrl+C. The feature of copy-pasting request headers might not be really visible in the UI (e.g. there is no "copy" button), but I am very grateful this is possible through Ctrl+C. Might be wise to visually allow this to?
... View more
Status:
Accepted for Discussion
Submitted on
07-08-2021
01:17 AM
Submitted by
AAB
on
07-08-2021
01:17 AM
in version 3.9.0 there is a smartAssertion created that deprecates the HTTP assertions. As all of my testcases (a huge amount) have this assertion I'm not going to adapt them manually as this will take a huge effort to do so. No clue why Smartbear has deleted this assertion as I think quasi all of the testers are using this!? Please, re-install the HTTP assertions!
... View more
See more ideas labeled with:
-
Assertions
-
REST
-
Scripting
-
SOAP
Status:
New Idea
Submitted on
07-06-2020
02:26 AM
Submitted by
venkatayedida
on
07-06-2020
02:26 AM
Hi, Jenkins plugin which is currently available is having basic features but we need more commands like creating virtual services etc. Best Regards, Venkata Yedida
... 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:
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: