UI Testing Tool Evaluation Criteria 

UI Testing Tool Evaluation Criteria 

  1. Speed

  2. Reliability

  3. Relevance

  4. Mocking facility (Mirage - mocking HTTP requests)

  5. Cost to migrate/rebuild existing tests

  6. Multi browser support

  7. Parallel  Execution (not for e-2-e tests)

  8. Coverage collection 

    1. Istanbul for Unit and Integration tests

    2. reportportal.io or testrail.io for e-2-e test

  9. Open Source Community Support

 

 

Cypress

Big Test

Enzyme

Jest

RTL

 

Cypress

Big Test

Enzyme

Jest

RTL

Speed

6

 

 

 

 

Reliability

10

 

 

 

 

Mocking

?

 

 

 

 

Migration

I know from browsing the documentation that there are facilities for providing mocks, and in particular data fixtures seem well supported, but I have not used any of this.

 

 

 

 

Multi-browser

???? (no support for explorer, edge, and mobile devices, specifically iPad)

 

 

 

 

|| execution

I know that there is support for this, but I have not attempted to use it because so many of my tests involve making changes to the data (adding and editing courses, instructors and reserves) that they are not even in principle parallelizable.

 

 

 

 

Coverage

10

 

 

 

 

Community

10

 

 

 

 

Extras

 

 

 

 

 

Comments