Back to Browse

#19 Why using shared static fields inside tests is a bad idea

64 views
Apr 20, 2023
7:17

GitHub: https://github.com/PramodKumarYadav/restpro Goal: - Show why using shared static fields inside tests is a bad idea Objective: - Use static fields and demonstrate that they are thread unsafe and thus fail when run in parallel. Next steps: - Create first basic assert response class.

Download

0 formats

No download links available.

#19 Why using shared static fields inside tests is a bad idea | NatokHD