Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Use Inbuilt Assertion in SOAP UPI
Home
SOAPUI
Use Inbuilt Assertion in SOAP UPI
0
votes
asked
Dec 2, 2019
in
SOAPUI
by
Sinaya
recategorized
Dec 3, 2019
by
Sinaya
Use Inbuilt Assertion in SOAP UPI
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 2, 2019
by
Sinaya
When a Response is short such that it can be validated using one of those inbuilt assertions.
We can also use Inbuilt Assertion if the response sent from the web server is always static in nature. If it is dynamic, we will not be able to assert it using inbuilt assertions.
When usage of inbuilt assertions such as Time out assertions and security assertions becomes inevitable.
Inbuilt Assertions holds good pretty well for one-time usage where tests need not be repeated.
...