Unit test module showing failed test case as passed.

0
Hello everyone I get stuck in unit testing. When ever I’m running test cases it’s giving passed as a result for all test cases, even if I’m passing false boolean value as a result. Can someone help me on this part.
asked
1 answers
0

Can you share some screenshots related to your issue? May be, the picture of the microflow. 
However you can try to enable breakpoint in microflow elements and click on ‘step over’ for each element until you reach the last element , using debugger , you can easily find, what is going wrong exactly.

answered