Victory Asokomehsoks.hashnode.dev·Feb 26, 2024A Practical Guide to Testing React Applications (Unit Tests)Introduction Test Driven Development (TDD) is a beneficial practice for engineers, but in reality, it's not always feasible. However, the initial investment in writing automated tests is worth the effort as it saves you time in the long run. In this ...1 like·138 readsReact
Mukesh Bagariamukeshbagaria.hashnode.dev·Mar 19, 2023How to set up jest Testing Framework for ES6 Javascript modulesIn modern JavaScript development, ES modules are becoming increasingly popular for organizing and structuring code. However, running Jest tests for ES module code can be a bit tricky, as Jest does not natively support ES modules. In this blog post, w...1.5K readsES6
Andreea Draniceanuandreeadraniceanu.hashnode.dev·Feb 10, 2023How To Use WebDriverWait In Selenium C#The more you work with Selenium automation, the more you will come across various exceptions, such as NoSuchElementException (when an element is not visible on the page) or StaleElementReferenceException. Or there will be times when you will try to i...205 readsselenium