How to set an app password and verify the email of the logged in users into an application? – Devstringx

Do you know how to generate the app password and verify the email for required actions like user log-in, file downloads, etc? If not, then this blog will help you to learn that.

How to automate a test case where 2 - factor authentication is enabled?

Less Secure App access setting is no...

Read more...
Parallel Execution in Robot Framework

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 Classes/All Classes in a Directory...

Read more...

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 prompt. Write the “pip install...

Read more...
robot framework integration with TestRail

Robot Framework Integration with TestRail & TestRail CLI – Devstringx

In this blog, we share 02 different-2 methods of robot framework integration:-" should be In this blog you will learn the two ways to integrate the TestRail with RobotFramework: TestRail CLI TestRail API In this blog, you will learn- Execute Robot Framework tests using Selenium and Chrome driver How to install...

Read more...