ContributionsMost RecentMost LikesSolutionsRe: Hi Team,I am not able to install floating licence in my server Hi sujitrout, Do you get any error ? What happens when you import the floating license? Please create a support case and explain the problem in detail here: https://support.smartbear.com/message/?prod=ReadyAPI Re: POST instead of GET after 302 redirrect Hi Stallewar, I understand that it worked in previous version of Ready! API in a different way, but correct behavior is to keep the same HTTP method when redirect is with status code 302. Both the rfc and wikipedia (not a good source of truth but still) explain it very clearly that the request method should not be changed if it is redirect 302. https://www.w3.org/Protocols/rfc2616/rfc2616-sec10 .html https://en.wikipedia.org/wiki/HTTP_302 So, it's rather result of fixing an existing bug in Ready! API. If possible, I would recommend to use rediret with status code 303, then Ready! API will redirect with GET. Re: soapui junit Better late than never, these pom files have been fixed now. Thanks for reporting. Re: ready-api 1.8.0 has a SNAPSHOT dependency (har-java) Thanks a lot for reporting it. It has been fixed now. Re: How to create different folders to hold group of test suites or test cases I would suggest data driven tests using DataSource and DataSource Loop test steps, if it is same set of test steps with different test data. You don't have to create test suites multiple times, you can just loop through same set of test steps for each set of data. More details here: http://readyapi.smartbear.com/soapui/data_driven/start Re: DataGen for rest Exactly, so define property for each column and create data generator for each property. I would suggest to use DataGen data source (in Data Source test step) for this. For example, you can use Guid data generator for ID, Date generator for createDate and lastModificationDate etc. And then use property expansion in futher test step with GET REST request, you can right click in request editor (parameter table) and click on 'Get Data', choose the property in data source test step to insert the property expansion expression. Re: DataGen for rest Do you mean DataGen test step or data source? Both can be used with any other test step. You can define properties in DataGen data source (or test step) and corresponding data generator and refer them in other test steps using property expansion. Here are more details: http://readyapi.smartbear.com/soapui/data_driven/start Re: Survey: what features in Ready! API do you like the best or use the most? gilugopi about : "3. Have a way to check out floating licnese from Server via command line on headless linux machines." It's already available. Please use Ready! API command line license manager to checkout a floating license on a headless machine. You can download the Ready! API license manager from: https://support.smartbear.com/downloads/readyapi/ Best Regards, Prakash Jat Re: Project test-steps can be opened, edited and run in SOAPUI but not in ReadyAPI By default, Ready! API also uses single XML file based project, unless you change it's type and save it in composite format. Re: Project test-steps can be opened, edited and run in SOAPUI but not in ReadyAPI Hi Anurag, Ready! API should be able to open all the SoapUI projects. Can you please tell us which test step is it? Or provide a sample project with which we can reproduce the issue. Is the test step in-built in SoapUI or is it provided by a plugin? Best Regards, Prakash Jat