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

How to resolve the “Parameter was not defined” error in Tosca

Problem: The “Parameter was not defined” error in Tosca mostly occurs while comparing 2 characters in an evaluation tool. In the above example, We created 2 buffers Expected value and Actual value. In the evaluation tool, we are evaluating whether 2 characters are the same or not. Syntax used : {B[Expected value]} == {B[Actual value]} … Read more

Tosca Test Design: Creating Effective Test Cases

Effective test case design is a crucial aspect of successful software testing, and Tricentis Tosca provides a robust platform for designing and executing test cases efficiently. In this blog, we’ll explore how to design effective test cases in Tosca, including best practices and valuable tips to help you streamline your testing efforts. Why Effective Test … Read more