Forum Discussion

mileppaa's avatar
mileppaa
Occasional Contributor
9 years ago
Solved

Using Project Property as a value for JMS Timeout Assertion

Hi,   I just changed my old soap ui (5.0) env to this latest version, Soap Ui 5.2 (x64,free Open Source).   I imported my old test project where I have been using this Project Property (TestReque...
  • mileppaa's avatar
    9 years ago

    Ok, I think I got this solved...

     

    I did some searching for this SLA assertion thing and found NMRAO 's script assertion hint:

     

     

    assert messageExchange.timeTaken <= (context.expand('${#TestCase#SLA}') as Long), 'SLA failed '

     

    So, after changing all of my JMS Timeout Assertions to Script assertions and changed script to use Project Property, I am able to use Project property as a assertion value.

     

    Thanx for help!!

     

    P.S. Next task is to find out why Soap-UI 5.2 (x64) testrunner gets this java.lang.ClassNotFoundException: com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory -error...