Example of Importing Records Using SLA

To execute an Import action and expect the response within 50 seconds, refer to the following example for TestCase configuration:

<ns:TestStep>
  <ns:Name>ImportRecords</ns:Name>
  <ns:Type/>
  <ns:SOAPUILookup>
    <ns:TestSuite>Master Suite</ns:TestSuite>
    <ns:TestCase>CommonActions</ns:TestCase>
    <ns:TestStep>loadImportAction</ns:TestStep>
  </ns:SOAPUILookup>
  <ns:ExternalProperties>
  </ns:ExternalProperties>
  <ns:TestStepProperties>
      <ns:Assertions>
       <ns:Assertion>
         <ns:Name>ResponseSLA</ns:Name>
         <ns:Type>SLA</ns:Type>
         <ns:Properties>
            <ns:Property>
               <ns:Key>RESPONSETIME</ns:Key>
               <ns:Value>50</ns:Value>
            </ns:Property>
        </ns:Properties>
       </ns:Assertion>
      </ns:Assertions>
  </ns:TestStepProperties>
</ns:TestStep>