DEV Community

Discussion on: New language for describing test cases

Collapse
 
jessekphillips profile image
Jesse Phillips

I find that there is so much more to writing good, stable tests then interacting with static elements.

Mocking endpoints is important to coordinate with the UI interaction. Similarly these interactions need to have correct association with expectation since the input does not often have direct associations to the expected.

Basically unlike unittesting which need repeated clear statements, these tests need a little more code abstraction and data management.