makandra Curriculum

...to memorize the key takeaways of 1-5 on the list. Watch Dominik's talk "Test-Led Development" (in our library) and try to apply his technique in the future

makandra Curriculum

...should be customized to work with the existing form styles in your MovieDB. Add tests for all these features. Discussion Discuss the implementation with your mentor, with an emphasis on...

...However, let your mentor show you how a password reset feature is implemented and tested in an existing app...

Best results in other decks

A flaky test is a test that is often green, but sometimes red. It may only fail on some PCs, or only when the entire test suite is run.

...are many causes for flaky tests. This card focuses on a specific class of feature with heavy side effects, mostly on on the UI. Features like the following can amplify...

A JavaScript error in an E2E test with Selenium will not cause your test to fail. This may cause you to miss errors in your frontend code. Using the BrowserConsole...

...helper below you can check your browser's error console from your E2E tests. The following will raise BrowserConsole::ErrorsPresent if there is an error on the browser console: BrowserConsole.assert...

Search in all decks