...

/

Web Testing Personas Overview

Web Testing Personas Overview

Learn about the balance between front-end developer and SDET priorities in creating effective test automation frameworks.

Building high-quality web applications takes many people, and specifically, testing such advanced apps is quite a challenge.

To cover all the testing types, including functional and nonfunctional, in a short amount of time, feature teams or squads consist of both developers and SDETs. Such high-skilled and technical resources are tasked with creating new test code upon any new product requirements, as well as maintaining older regression testing suites.

Front-end developer priorities

The front-end developer usually cares about the following objectives:

  • Ease of creation of test code
  • High-scale and parallel testing to expedite feedback from their test runs
  • The creation of unit and API
...