Optimize For Remote Execution

27th October 2020
  • Locked
Titus Fortner's profile
Titus Fortner

Sr Developer Advocate

Optimize For Remote Execution image
A free account is required to view this content
Talk Description
Most Selenium test frameworks are designed with local execution in mind, with no significant performance hit to making additional wire calls. When executing on a remote server, however, each unnecessary command incurs a latency cost that adds up quickly. Some of the biggest offenders serve no real purpose and can be easily eliminated, while others serve an important function in synchronizing your code with the state of the browser. 

In this Masterclass, Titus Fortner shares examples of the most common extraneous commands. Then he walks you through how to rethink your synchronization strategy to dramatically improve performance while maintaining reliability.
What you’ll learn

By the end of this masterclass, you'll be able to:

  • Discover the advantages of wrapping element objects to save state
  • Recall new timeouts and pageLoadStrategy W3C capabilities
  • Recognise why asking for forgiveness is better than asking for permission
Titus Fortner's profile'

Titus Fortner

Sr Developer Advocate

I'm an open source software developer and a core contributor to automated testing projects including Selenium and Watir. I implemented automated testing solutions at several companies before joining Sauce Labs as a Solutions Architect, where I worked extensively with clients to improve their testing code and strategies. Currently a Senior Developer Advocate at Sauce Labs, I'm passionate about building communities and improving the software industry’s understanding of how to successfully conduct testing at scale and provide digital confidence.
Suggested Content
Roadmap To Becoming A Test Automation Engineer
Mobile Automation Frameworks QnA with Jaswanth Manigundan
Test Automation Frameworks for Mobile: Appium (iOS and android)
TestChat 5: Discussing Device Testing
What Tools Should I Learn?
United by Security : The Test that Divides Us - Jahmel Harris & Claire Reckless
The 3rd episode of The Testing Planet, The Toolsmith will be all about, yes you guessed it: tools 😉
Explore MoT
TestBash Brighton 2024
Thu, 12 Sep 2024, 9:00 AM
We’re shaking things up and bringing TestBash back to Brighton on September 12th and 13th, 2024.
MoT Intermediate Certificate in Test Automation
Elevate to senior test automation roles with mastery in automated checks, insightful reporting, and framework maintenance

Tags

  • automation
  • testing-tools