12Sep
01Aug
Tutorial On Pabot Robot Framework Parallel Execution – Devstringx
[vc_row][vc_column][vc_column_text]In this blog, you will learn how to execute two different robot classes parallelly. With the help of parallel execution, you can save test execution time. In this example, I am demonstrating how to run two different robot classes in parallel. Task: Execute 02 Different Robot...
05Apr
Read PDF File Using Python in Robot Framework – Devstringx
Task:- Read Data from the pdf file and compare the text โTestingโ is present in the pdf file Create a function to read data from PDF File using Python First Install PdfMiner and Pdf2TextLibrary libraries in your system as per the steps mentioned below: Open a command...
17Aug
Read Data From Excel Using Python In Robot Framework | Devstringx
In this blog, you will learn how to create a Python function to read and fetch the data from an Excel sheet and then call that function in your robot class. Task: Read Employee Name from the Excel file whose screenshot shared below Create a function to...
13May
Robot Framework and Features | Automation Framework | Devstringx
About Robot Framework and Some of its Core Features Robot Framework is a generic open-source automation framework. It can be used for test automation and robotic process automation (RPA). Some Features 1. Easy for beginners 2. Simple Tabular Syntax 3. Data-driven Test Cases 4. Generic test libraries Robot Framework Installation For Windows...
11Aug