Solved
Forum Discussion
nmrao
10 years agoCommunity Hero
What kind of assertion are you using currently?
If it needs to be done, I would use script assertion something like below:
assert expected==actual, "Your customized message"
If it needs to be done, I would use script assertion something like below:
assert expected==actual, "Your customized message"
lea_chch
10 years agoNew Contributor
Hi Rao,
I tried adding a string after assertion, and it does show up in the logging for the test case.
thank you very much.
lea