Running automated tests in parallel can be a time saver. When we have TestNG tests, we have multiple options for running our tests in such a way. We only need to perform a few...
“Take nothing on its looks; take everything on evidence. There’s no better rule.” -- Great Expectations – Charles Dickens Back in April we ran our first East...
Are you testing too much, or are you just writing too much code? 🤔 Over the past few years of coding, I’ve fluctuated between not testing at all to testing too much. In...
In this tutorial for Learning to create a test automation framework with C#, Selenium 3 and Nunit , we’ll be adding data driven support to the test automation framework we’ve...