Unanswered question

Can I test if an assertion failed?

I try to test if an assertion succeed or not, and whatever happens, the condition failed.

My test is "nl_extracter_param is egal to <NOT FOUND>"

Is there any other way to do this test?

Tankis

Vincent R.
Vincent R.

Vincent R.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If you would like to use a variable in your condition you have to use ${nl_extractor_param} syntax so NeoLoad can replace it.