Generate Documentation for API output has minor (but important) HTML discrepancy
I am screen scraping HTML from the report created by "Generate Documentation". I am pulling the outer HTML for the <li> tag in the report for each entry point; the <li> tags have a class attribute of "operation"...except for the last entry point on the report. This makes it impossible to find the last entry point's doco as the <li> is not included in VBA getElementsByClassName("operation"). Example from inspect of the report (last highlighted <li> is missing "class=operation":513Views0likes0CommentsMessage "Blackout start time cannot be a time in the past"?
Hi, I am trying to set-up a one-time "Notification Blackout" for one of our monitors. When I first arrive at the "Create Blackout" screen, AlertSite prefills the "From" and "To" fields with the current time and date. The problem is, after setting the "To" time and or date to the future, when I click the "Save" button, I get a "Blackout start time cannot be a time in the past" message. I have tried setting the time for the "From" a few minutes to a few hours in the future, but it still responds with "Blackout start time cannot be a time in the past". The only way I have been able to get it to save is if I set the "To" field date to tomorrow or greater. Am I doing something wrong or do all blackouts have to be scheduled at least one day in advance? If that is true, why does the form prefill the "To" and "From" with today's date and exact time? Please advise. Thank you.937Views0likes0CommentsBug: soapui-maven-plugin:5.2.1 + IBM JDK 1.7: Could not find artifact javafx:jfxrt:jar:2.2
For some reasong soapui-maven-plugin:5.2.1 looks for JavaFX (why?). AFAIK, the IBM JDK does not ship JavaFX, however. I'm getting the error: Execution soapUI-tests of goal com.smartbear.soapui:soapui-maven-plugin:5.2.1:test failed: Plugin com.smartbear.soapui:soapui-maven-plugin:5.2.1 or one of its dependencies could not be resolved: Could not find artifact javafx:jfxrt:jar:2.2 at specified path [...] It works with version 4.6.1, but then I'm getting the following warning: Project 'application' is from a newer version (5.2.1) of SoapUI than this (4.6.1) and parts of it may be incompatible or incorrect. Saving this project with this version of SoapUI may cause it to function differently. Please also note that it's not very clear from the documentation which version we should use: https://www.soapui.org/test-automation/maven/maven-2-x.html2.9KViews0likes3CommentsSoapUI 5.1.3 Bug: SoapUI.isCommandLine() not working as expected
Hi SmartBear team I am not sure if this is the right place to file a bug - please let me know if this post belongs elsewhere :) I developeda listener for SoapUI, and used the SoapUI.isCommandLine() command to detect when the tool is invoked from the command line. This was working fine with version 5.0.0 for which I developed the listener originally. I upgraded recently to 5.1.3 and noticed that this particular command is not working as expected. The command always returns False, regardless of whether I run the tool from the UI or the command line. Please let me know if you need further details.1.3KViews0likes3Comments