This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/assert-statements.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/assert-statements.html
Hello,
I would like to perform SoftAssert like in testNG. Can someone help me on how to handle this using Katalon??
In my case, I want to validate if the text values of the WebElements are part of List. And I want to continue this validation till the last WebElement and would like to assert in the end.
Got the same question as Madhu.basavaraja. Is there any solution to avoid hard assert?
got a similiar question,
how to use Assert Statements , to assert the response from keywords?
example:
keyword A : POST msg A and get response A to verify content
test case A call keyword A
new test case B, POST msg B and get response B
i am using assertThat response B field 1 = hardcoded text result.
how to use assertThat response B field 1 = response A field 1?