I am new to Specflow.While writing Feature File,I give 3 Boolean Statements in Given Condition.And in Then Part, I need to check the Result based on given conditions.
It is a basic AND Gate Sample:
Input: YES YES YES
Output: YES
Input: YES YES NO
Output: NO