soapUI 4.5 and loadUI 2.0 released!

Feel free to talk about anything and everything in this board. We will put up general announcements here.

soapUI 4.5 and loadUI 2.0 released!

Postby NedaKhazai » 28 Mar 2012 18:44

Hello forum users!

Thanks for all your patience and input through the beta upgrades. We're now LIVE, so get upgrading and get testing!

soapUI 4.5 -The Big Ears Release includes great features like Test Debugging, Assertion TestSteps, and Message Content Assertion. We’ve also added the powerful Test On Demand feature, which allows you to run your functional tests from other locations around the world, with the use of SmartBear’s cloud.

For more details check out http://www.soapui.org/About-SoapUI/whats-new-in-soapui-45.html

With the simultaneous release of loadUI 2.0 we also welcome loadUI Pro to the playing field. With loadUI Pro comes Server Monitoring, which allows you to really dig-down into your server data and pin-point what might be causing a problem or bottleneck.

Another part of the 2.0 release is the improved integration with soapUI by the revamped soapUI Runner, which now makes it even easier to bring your functional tests from soapUI into loadUI.
For more details check out http://loadui.org/About-loadUI/whats-new-in-loadui-2.html

Neda
NedaKhazai
Administrator
Administrator
 
Posts: 16
Joined: 19 May 2010 10:32

Re: soapUI 4.5 and loadUI 2.0 released!

Postby amirsliem » 29 Mar 2012 11:03

Running any Test Suite and if a test case failed; all other test cases in the same test suite won't be clickable any more and receiving the following errors
Thu Mar 29 03:00:22 PDT 2012:ERROR:java.net.UnknownHostException: regqark1v
java.net.UnknownHostException: regqark1v
at java.net.InetAddress.getAllByName0(InetAddress.java:1157)
at java.net.InetAddress.getAllByName(InetAddress.java:1083)
at java.net.InetAddress.getAllByName(InetAddress.java:1019)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:242)
at com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager$SoapUIClientConnectionOperator.openConnection(SoapUIMultiThreadedHttpConnectionManager.java:274)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:218)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:329)
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:251)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.submitRequest(WsdlSubmit.java:76)
at com.eviware.soapui.impl.rest.RestRequest.submit(RestRequest.java:209)
at com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep.run(RestTestRequestStep.java:898)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:238)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:48)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:147)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:42)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Thu Mar 29 03:00:22 PDT 2012:ERROR:groovy.lang.MissingPropertyException: No such property: testCase for class: com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner
groovy.lang.MissingPropertyException: No such property: testCase for class: com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at Script1.run(Script1.groovy:7)
at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:96)
at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SourceFile:89)
at com.eviware.soapui.eventhandlers.support.DefaultSoapUIScript.invoke(SourceFile:47)
at com.eviware.soapui.eventhandlers.support.DefaultSoapUIEventHandler.invoke(SourceFile:29)
at com.eviware.soapui.eventhandlers.support.AbstractEventHandlerMetaData.invokeHandlers(SourceFile:73)
at com.eviware.soapui.eventhandlers.support.AbstractEventHandlerMetaData.invokeHandlers(SourceFile:49)
at com.eviware.soapui.eventhandlers.impl.EventHandlersTestSuiteRunListener.afterTestCase(SourceFile:41)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.notifyAfterRunTestCase(WsdlTestSuiteRunner.java:226)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.runSequential(WsdlTestSuiteRunner.java:146)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.internalRun(WsdlTestSuiteRunner.java:98)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.internalRun(WsdlTestSuiteRunner.java:42)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
amirsliem
User
 
Posts: 5
Joined: 29 Mar 2012 10:45
Location: SF, CA, USA

Re: soapUI 4.5 and loadUI 2.0 released!

Postby amirsliem » 29 Mar 2012 11:09

Looping through test cases before tear down the test suite yields the following errors=

Thu Mar 29 03:09:23 PDT 2012:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.report.JUnitReportCollector.afterRun(JUnitReportCollector.java:133)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.notifyAfterRun(AbstractTestCaseRunner.java:300)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalFinally(AbstractTestCaseRunner.java:190)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalFinally(AbstractTestCaseRunner.java:42)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:163)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
amirsliem
User
 
Posts: 5
Joined: 29 Mar 2012 10:45
Location: SF, CA, USA

Re: soapUI 4.5 and loadUI 2.0 released!

Postby gignesh » 29 Mar 2012 15:31

SoapUI installed on Mac OSX 10.6.8, Find and Replace is non functional in Request / Response tabs.

Hot Key Command+F bring up Find / Replace Dialog in 4.0.1. 4.5 it not working.

In the Request tab, I can Right click and get the Find & Replace dialog to come up, but in the Response tab, there is no way to bring up that dialog.
4.0.1 worked fine.
gignesh
User
 
Posts: 5
Joined: 16 Sep 2010 15:13

Re: soapUI 4.5 and loadUI 2.0 released!

Postby perstnev » 29 Mar 2012 17:46

gignesh wrote:SoapUI installed on Mac OSX 10.6.8, Find and Replace is non functional in Request / Response tabs.

Hot Key Command+F bring up Find / Replace Dialog in 4.0.1. 4.5 it not working.

In the Request tab, I can Right click and get the Find & Replace dialog to come up, but in the Response tab, there is no way to bring up that dialog.
4.0.1 worked fine.


Do confirm the same issue on the Mac (I have 10.7.3) with 4.5. Find is needed feature. Please repair it.
perstnev
User
 
Posts: 1
Joined: 29 Mar 2012 17:42

Re: soapUI 4.5 and loadUI 2.0 released!

Postby fastbill » 29 Mar 2012 22:44

How could you release version 4.5 with this obvious and very serious regression failure?

Our response messages often have more than 10,000 lines of XML. Without Find/Replace, soapUI version 4.5.0 is completely unusable!

Please tell us when you will fix this problem. Thanks!
fastbill
User
 
Posts: 23
Joined: 10 Feb 2010 23:09

Re: soapUI 4.5 and loadUI 2.0 released!

Postby temp44 » 30 Mar 2012 09:00

Hi,
also see this post http://www.eviware.com/forum/viewtopic.php?f=18&t=12950
it describes exactly this problem and some more.
Don't know why it remained unaddressed...
<temp44>
temp44
User
 
Posts: 3
Joined: 16 Mar 2012 11:50

Re: soapUI 4.5 and loadUI 2.0 released!

Postby SmartBear Support » 30 Mar 2012 10:07

Hi,

This is known and will be fixed in an upcoming nightly build. You will be notified when it's fixed.

Regards

Henrik
SmartBear Software
SmartBear Support
Administrator
Administrator
 
Posts: 6705
Joined: 16 Feb 2009 10:53

Re: soapUI 4.5 and loadUI 2.0 released!

Postby Ordina » 02 Apr 2012 13:07

Hi,

Just installed 4.5 (Win 32). I am having problems with the "Format XML". When I hit ALT+F in the editor the XML will not be formatted. Instead of formatting the XML, the cursor is placed at the first line without formatting.

Regards,
Peter
Ordina
User
 
Posts: 2
Joined: 11 Oct 2011 20:11

Re: soapUI 4.5 and loadUI 2.0 released!

Postby sadana » 02 Apr 2012 16:00

Hi!

I upgraded my SoapUI 4.0.1 to the SoapUI 4.5.0.
I tried to execute tests I can be run successfully in the earlier version. But I'm receiving all the time the following error. I have never earlier seen that kind of error.


Mon Apr 02 17:21:06 EEST 2012:ERROR:java.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be cast to org.apache.http.impl.client.RequestWrapper
java.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be cast to org.apache.http.impl.client.RequestWrapper
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHttpRequestExecutor.preProcess(HttpClientSupport.java:93)
at org.apache.http.impl.client.DefaultRequestDirector.createTunnelToTarget(DefaultRequestDirector.java:830)
at org.apache.http.impl.client.DefaultRequestDirector.establishRoute(DefaultRequestDirector.java:739)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:565)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:218)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:329)
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:251)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.submitRequest(WsdlSubmit.java:76)
at com.eviware.soapui.impl.wsdl.WsdlRequest.submit(WsdlRequest.java:238)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep.run(WsdlTestRequestStep.java:407)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:238)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:48)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:147)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:42)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
sadana
User
 
Posts: 1
Joined: 02 Apr 2012 15:56

Re: soapUI 4.5 and loadUI 2.0 released!

Postby bgillis » 03 Apr 2012 10:23

sadana wrote:I upgraded my SoapUI 4.0.1 to the SoapUI 4.5.0.

Mon Apr 02 17:21:06 EEST 2012:ERROR:java.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be cast to org.apache.http.impl.client.RequestWrapper
java.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be cast to org.apache.http.impl.client.RequestWrapper
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHttpRequestExecutor.preProcess(HttpClientSupport.java:93)
at org.apache.http.impl.client.DefaultRequestDirector.createTunnelToTarget(DefaultRequestDirector.java:830)
at org.apache.http.impl.client.DefaultRequestDirector.establishRoute(DefaultRequestDirector.java:739)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:565)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:218)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:329)
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:251)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.submitRequest(WsdlSubmit.java:76)
at com.eviware.soapui.impl.wsdl.WsdlRequest.submit(WsdlRequest.java:238)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep.run(WsdlTestRequestStep.java:407)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:238)
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:48)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:147)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:42)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Same error for me... it happens as soon as I try to call a web service in HTTPS. :-[

Everything seems to be fine when using HTTP.
bgillis
User
 
Posts: 16
Joined: 03 Apr 2012 10:19

Re: soapUI 4.5 and loadUI 2.0 released!

Postby js1234224 » 05 Apr 2012 10:06

bgillis wrote:
Same error for me... it happens as soon as I try to call a web service in HTTPS. :-[

Everything seems to be fine when using HTTP.


Seeing exactly the same issue with soapUI 4.5 - fine using HTTP, but fails with HTTPS:

ERROR:java.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be cast to org.apache.http.impl.client.RequestWrapper
js1234224
User
 
Posts: 1
Joined: 04 Apr 2012 17:36

Re: soapUI 4.5 and loadUI 2.0 released!

Postby imoolla » 05 Apr 2012 11:22

I upgraded to 4.5.0 and when dragging and dropping a Property to the XML Editor, the entire message is replace by the property being dragged.

So I end up with a call the looks as follows:

${#TestSuite#username}
imoolla
User
 
Posts: 1
Joined: 05 Apr 2012 11:02

Re: soapUI 4.5 and loadUI 2.0 released!

Postby smaddamsetty » 05 Apr 2012 11:42

NedaKhazai wrote:Hello forum users!

Thanks for all your patience and input through the beta upgrades. We're now LIVE, so get upgrading and get testing!

soapUI 4.5 -The Big Ears Release includes great features like Test Debugging, Assertion TestSteps, and Message Content Assertion. We’ve also added the powerful Test On Demand feature, which allows you to run your functional tests from other locations around the world, with the use of SmartBear’s cloud.

For more details check out http://www.soapui.org/About-SoapUI/whats-new-in-soapui-45.html

With the simultaneous release of loadUI 2.0 we also welcome loadUI Pro to the playing field. With loadUI Pro comes Server Monitoring, which allows you to really dig-down into your server data and pin-point what might be causing a problem or bottleneck.

Another part of the 2.0 release is the improved integration with soapUI by the revamped soapUI Runner, which now makes it even easier to bring your functional tests from soapUI into loadUI.
For more details check out http://loadui.org/About-loadUI/whats-new-in-loadui-2.html

Neda


Hi,

1.Can i know what are the additional features of loadui 2.0.0 with comparision with loadui 1.5.1 in terms of command prompt line and server monitoring?
2.Is loadui 2.0.0 is free version or licensed version?
smaddamsetty
User
 
Posts: 2
Joined: 05 Apr 2012 11:09

Re: soapUI 4.5 and loadUI 2.0 released!

Postby SmartBear Support » 05 Apr 2012 14:07

smaddamsetty wrote:Hi,

1.Can i know what are the additional features of loadui 2.0.0 with comparision with loadui 1.5.1 in terms of command prompt line and server monitoring?
2.Is loadui 2.0.0 is free version or licensed version?

Hi,

1. Server Monitoring wasn't at all in loadUI 1.5, so that's completely new. Command prompt line is basically the same -- is there anything in particular that you wish for when it comes to command line features?

Some links:

What's new in loadUI 2.0
Getting started with Automation
Command Line Reference

2. There are two versions -- loadUI and loadUI Pro. Read more here.

Regards

Henrik
SmartBear Software
SmartBear Support
Administrator
Administrator
 
Posts: 6705
Joined: 16 Feb 2009 10:53

Next

Return to General