Why Integration Testing Should Not Be Overlooked
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “Why Integration Testing Should Not Be Overlooked”. In our last presentation, we took our tests to the next level by using Selenium with TestNG. For the purpose of creating tests that can interact with web pages using the Selenium WebDriver. Including discussions on, what Selenium is, what tools it offers, and how to set up your environment to use Selenium. Then we walked through using the Selenium IDE to record tests interactively in a browser. Next, we looked at how to convert these recordings into actual TestNG tests. After we had our recorded tests running in TestNG,... Read more