Tagged in

Flaky

Doctolib
Doctolib
Founded in 2013, Doctolib is the fastest growing e-health service in Europe. We provide healthcare professionals with services to improve the efficiency of their organization, transform their patients’ experience, and strengthen cooperation with other practitioners.
More information
Followers
1.2K
Elsewhere
More, on Medium

Hunting flaky tests 1: List ordering

See table of contents here for more flaky test resolution examples.

At Doctolib we use PostgreSQL, but the behaviour would be the same across all databases. As explained in the PostgreSQL documentation: “If sorting is not chosen, the rows…


Hunting flaky tests 2: Waiting for ajax

See table of contents here for more flaky test resolution examples.

If you are lazy, blindly wait for ajax


Hunting flaky tests 4: Incomplete Teardown

Included in our list of case studies involving flaky tests encountered at Doctolib are problems related to teardown. Below you will find out why these instances can be troublesome, various examples of such issues and possible solutions to the problem.


Hunting flaky tests 3: Elements in Motion

Included in our list of case studies involving flaky tests encountered at Doctolib are problems related to elements in motion. Below you will find out why these instances can be troublesome, various examples of such issues and possible solutions to the


Hunting flaky tests 5: Actions after delays

Included in our list of case studies involving flaky tests encountered at Doctolib are problems triggered by delays. Below you will find out why these instances can be troublesome, various examples of such issues and possible solutions to the problem.