Two MoTacon attendees are on the left. The MoTaacon logo is in the center, and to the right a prompt to Get Your Ticket.
AI and Playwright MCP for web testing image
  • Jas Manigundan's profile image
Explore how AI agents and Playwright MCP act as testing helpers that speed up web testing while you stay in control
Hermetic Testing image
  • Jas Manigundan's profile image
A hermetic test is a test that is completely self-sufficient. It is fully independent, therefore every time a test is run, you are absolutely sure that a failure is a real failure, and has nothing to do with a dependency going wrong.In order to use hermetic testing to achieve what we want, we first split our e2e into meaningful chunks. The most common breakdown is to split it into frontend and backend systems.We then run our tests within the context of the front end and back end independently. We then add additional levels of tests to make sure we make up for skipping the e2e tests like contract tests, API tests, visual tests and improving existing unit testing coverage.
TestBash UK 2023 image
  • Jas Manigundan's profile image
Jaswanth Manigundan is running a fast paced session at Testbash where he speaks about the lower level tests that one can write and discusses with a very fun group of people.
Why is it important to keep mobile tests inside the native development framework? image
  • Jas Manigundan's profile image
Why is it important to keep mobile tests inside the native development framework?
Subscribe to our newsletter