EEEm Elkaninemelkan.hashnode.dev·May 29, 2022 · 3 min readData-Driven Testing with CypressWhat is Data-Driven Testing? Data-Driven Testing is where the test data is located and imported from another source such as a CSV or JSON file rather than being hardcoded in a test script. This method allows test scripts to be DRY ("Don't repeat your...01M
EEEm Elkaninemelkan.hashnode.dev·May 15, 2022 · 1 min readMy Top 5 Demo Apps to Practice Software TestingWhen I first started learning about software testing one of my main problems was finding demo applications to practice against. Here are five of my favourite demo applications: OWASP Juice Shop is an insecure-by-design web application created for sec...02MU