GiscardNFrequent ContributorJoined 12 years ago80 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Issue importing REST TestSuites from SoapUI Pro to SoapUI NGThis link should work: http://support.smartbear.com/message/?prod=ReadyAPI If necessary, try another browser. Thanks, Giscard SmartBear SupportRe: Report Script tab not displayed for load tests.Hi, We are aware of this issue concerning this missing functionality in Ready! API 1.1.0. It has been brought to our developers' attention (# LOADUI-1895). Thanks, Giscard SmartBear SupportRe: JDBC Query results are not showing up Hi, I assume you have clicked on the Response tab (XML or Outline view). Is the response blank? If the log says you got a response the result should be displayed. After running the JDBC TestStep, create a Groovy Script step after it and use property expansion to see if you are able to retrive a node from the JDBC TestStep result: In the Groovy Script step, do right-click -> Get Data -> select the JDBC Request step and then the property ResponseAsXML. See if you get that far and the response is there. Thanks, Giscard SmartBear Support Re: Issue importing REST TestSuites from SoapUI Pro to SoapUI NGHi, In Ready API, make sure to click on "SoapUI NG Pro" tab at the top of the screen, to show your TestSuites. The "Projects" tab at the top-left allows you to see your interfaces. Please check that you have clicked on the "SoapUI NG Pro" tab. The error appears related to something else. But if you are still having issues, please open a support case here: http://support.smartbear.com/message/?prod=ReadyAPI so we can try to reproduce it and investigate further. Thanks, Giscard SmartBear SupportRe: SoapUI Pro vs SoapUI NG ProHi Mark, In SoapUI NG Pro, NG is for Next Generation. The SoapUI Pro application will continue to develop as SoapUI NG Pro, part of the Ready! API platform. Regards, Giscard SmartBear SupportRe: Request URL in lowercase (variable)Hi, A fix has been provided for this issue: SOAP-2847: Unable to use capital letter in Request URL of HTTP Request The fix is in Ready! API 1.1.0. SmartBear's new API platform, Ready! API has been released which includes SoapUI NG Pro for the functional testing functionality going forward. You can download it here: http://support.smartbear.com/downloads/readyapi/ If you have a SoapUI Pro license, it will use the same license you have activated in SoapUI Pro so you can also use SoapUI NG Pro going forward. Here are some introduction links: Ready! API Overview: http://video.smartbear.com/medias/ro7diw8u1r http://smartbear.com/product/ready-api/overview/ SoapUI NG Pro Overview: http://video.smartbear.com/medias/zrxyj30i9i Regards, Giscard SmartBear SupportRe: Ready! API 1.1.0 is AvailableHi, If you are working with JsonPath assertions, I suggest you go to the Assertions tab at the bottom of your request window and add assertions from there. There is an issue with saving the assertions if added directly from your Response tab. (If have this bug logged: API-955). Regards, Giscard SmartBear SupportRe: Issue- Datadriven testHi, Please take a look at this blog to to see how you can process your response: http://blog.smartbear.com/api-testing/how-to-use-xml-datasources-for-response-processing-in-soapui/ XML Slurper is another way you can use to assert your XML response, using a Script Assertion, giving you control of what part of your response you are asserting. You can learn here about how to use the XML Slurper: http://groovy.codehaus.org/Reading+XML+using+Groovy%27s+XmlSlurper Regards, Giscard SmartBear SupportRe: Relative path tot check file existanceHi, The project property "Resource Root" with value ${projectDir} will make references to the project's directory still for resources that you use in your project. When doing your check, please define the project path as follows: def projectDir = groovyUtils.projectPath Thanks, Giscard SmartBear SupportRe: Cannot edit Properties from Navigator - Project - Properties expando, and other thingsHello and thank you for your feedback. Please open a support case on the SmartBear Support page, so we can do the necessary so you can still use SoapUI Pro 5.1.2 while you explore Ready! API. Please indicate your license number when opening the case. With SoapUI NG Pro selected at the top, the Project Properties and Custom Properties are shown at the bottom left corner of the screen as in SoapUI Pro. They are also editable from there, not read-only. I have logged a bug for the 'WSDL Definition' and 'Definition Parts' that do not open when you click (API-851). I believe that is the case for a WADL generated from a REST service. I have logged also a feature request to allow disabling the Start page (API-852). Also, when working with your projects, make sure to click on the "Projects" button at the top of the window by the Ready! API logo to see your services / resources / methods. Regards, SmartBear Support