STAREAST 2022 - IT Operations | TechWell

STAREAST 2022 - IT Operations

Customize your STAREAST 2022 experience with sessions covering IT ops.

Thursday, April 28

Thomas-Haver
Red Green Refactor
T16

The Rise and Benefits of Robotic Process Automation (RPA)

Thursday, April 28, 2022 - 1:30pm to 2:30pm

Robotic Process Automation (RPA) is a term given to technology that allows developers to programmatically emulate the actions of a human to execute a business process. RPA often operates on the user interface (UI) layer to capture data or interact with an application or across multiple applications to perform tasks that are considered repetitive or time-consuming. Originally focused on business processes, many RPA solutions now integrate with testing tools. While the promises of easy adoption and scaling are made by almost every vendor, the reality is long-term commitment to an RPA program...

Max Saperstone
Steampunk
T24

Page Object Model Pitfalls

Thursday, April 28, 2022 - 3:00pm to 4:00pm

Selenium has been around for over 15 years, and by now organizations have realized that Selenium tests need to be treated the same as any other functional code. This means not just keeping your tests in source control, but also designing them to be maintainable and robust. A common design pattern known as the Page Object Model (POM) has emerged, which greatly assists with organization and maintenance of tests. But there are scalability, speed, and robustness issues with this pattern. This has caused organizations to move away from Selenium for other tooling, however, most organizations are...