We all know the importance of software testing, but the benefits it brings to the project are proportional to how good the testing is. To ensure that your testing is efficient and you are getting the most out of it, here are some good practices you can implement in your daily work. Choose the Right…
Tag: functional testing
Software testing is a critical piece of any successful software development team’s process. We can categorize testing into functional testing and nonfunctional testing. Functional testing focuses on finding bugs, whereas nonfunctional testing focuses on verifying quality. This post describes how functional testing differs from nonfunctional test cases and how they maximize efficiency and avoid bottlenecks…
Functional tests are certainly worthy of being part of your testing suite and can be conducted either manually or automated. This post, as its title suggests, is about the former variety. We’ll cover manual functional testing. That can be surprising to some of you—doesn’t this blog belong to a test automation tool? Yes, it does….
Challenges with Open Source automation frameworks If you have been in software test automation for more than a minute, you’ve probably heard of frameworks like Selenium or Puppeteer for browser and test automation. And, if you’ve worked with them, you know the time and skill required to author tests as well as their propensity for…