Test.Bash(); 2021 - Share Your Current Tooling for Automated Testing - Jaswanth Manigundan

Jaswanth Manigundan concludes Test.Bash(); 2021 by sharing his current tooling that he uses for automated testing.

We’ll use this Club thread to share resources mentioned during the session and answer any questions we don’t get to during the live session.

2 Likes

Questions answered during the talk:

  1. Was your application also using web sockets? Did you also need to mock that communication?

  2. How maintenance heavy was managing your mocks? Were you able to get any developer engagement in this area?

  3. Have widgets proven challenging to your testing in any way?

  4. Where did the hermetic pattern came from?

  5. Would you be able to use this approach also for a hybrid mobile app?

Questions we didn’t get to:

None.

Resources mentioned:

Twitter - https://twitter.com/jaswanth_m
Website - https://www.jaswanth.xyz

3 Likes

Inspiration for hermetic UI tests

The slack engineering block that got me thinking about hermetic UI tests : Android UI Automation: Part 2, Making It Easy - Slack Engineering

3 Likes