top of page
Search

SLA Assertion in SOAP UI

To know how to work on other assertions, do check Assertions in SOAP UI link.

SLA Assertion is used to check whether the request executed in given time.




Let's create SLA Assertion,


Enter the maximum response time as 200 and click OK.

Now we see that the Response SLA assertion passed as the total response time it took to execute the request is 163ms.

Let's set the response time to 150ms to check the assertion.



Now the assertion failed, as the time taken is more than the maximum response time given in the assertion.

for SOAP Fault assertions, check the link.

37 views0 comments

Recent Posts

See All

Minimum Deletions to Make Character Frequencies Unique

A string s is called good if there are no two different characters in s that have the same frequency. Given a string s, return the minimum number of characters you need to delete to make s good. The f

Smallest String With A Given Numeric Value

The numeric value of a lowercase character is defined as its position (1-indexed) in the alphabet, so the numeric value of a is 1, the numeric value of b is 2, the numeric value of c is 3, and so on.

bottom of page