How to use if else in Tosca
If else in Tosca is used to control the flow of the script using a defined condition. In the below example, we are trying to log in to the Demo webshop, and below is the if condition structure If (Error Condition == “”) Then (Verify user logged in successfully) Else (Verify error message for invalid … Read more