Answers for "what is soft assertion"

0

what is soft assertion in selenium

soft assert:
	- Soft assert: won't stop the execution
      if assertion fails.
	- Soft assert methods are not static,
      so we must create the object of the class.
	- It displayS the recorded result at the end.

   I use soft assertion when functionality is NOT
     very critical.
Posted by: Guest on January-06-2021
0

what is soft assertion

soft assert:
	- Soft assert: won't stop the execution
      if assertion fails.
	- Soft assert methods are not static,
      so we must create the object of the class.
	- It displayS the recorded result at the end.

   I use soft assertion when functionality is NOT
     very critical.
Posted by: Guest on January-06-2021

Code answers related to "what is soft assertion"

Browse Popular Code Answers by Language