How to do Conditional Testing(If-Else) in Robot Framework
In this article, we will look in detail at how we can do conditional testing(or If-Else) in the...
Read MorePosted by Alapan | Jul 6, 2021 | Robot Framework | 0 |
In this article, we will look in detail at how we can do conditional testing(or If-Else) in the...
Read MorePosted by Alapan | Jun 30, 2021 | Robot Framework | 0 |
Variables are an integral feature of Robot Framework, and they can be used in most places in test...
Read MorePosted by Alapan | Jun 28, 2021 | Robot Framework | 0 |
In this article, we will discuss in detail how we can write user-defined keywords. User-defined...
Read MorePosted by Alapan | Jun 26, 2021 | Robot Framework | 0 |
In this article, we will write two simple tests for login. Step 1: Create a file under...
Read MorePosted by Alapan | Jun 24, 2021 | Robot Framework | 2 |
In this article, we will look into the folder structure for Robot Framework. Basically, you need...
Read More