assetsla.blogg.se

Testng for eclipse
Testng for eclipse








testng for eclipse

Creating the project and setting up the dependenciesįirst, we will create a maven project called "AutomatedTest" that will be in the package "". Prerequisitesģ.- TestNG for Eclipse (TestNG plug-in for Eclipse, you can get it for free at Ecplise Marketplace)Ĥ.- Mozilla Firefox browser (Currently Firefox is supported until version 17, so maybe you'll need to downgrade your browser to achieve this tutorial goals). In this series of tutorials, we'll see how to create automated tests to our web apps using Selenium WebdDriver and TestNG framework.

testng for eclipse

That's when automated tests come to the rescue!Īutomated tests will allow us to be sure that our web apps are still working the way we want to, in a relatively short amount of time. Therefore, we do regression tests every time that our apps are exposed to modifications, but it will come a time when our app will have so many features that performing the tests will be an extremely slow and boring process.

testng for eclipse

In that processes of change, we have to be very cautious to be sure we're not messing up other features. So, we have to keep adding new features and adjusting some functionality. Nowadays, our Web Apps need to be constantly evolving to adapt to the actual needs of the users. Web Automated Testing w/ Selenium WebDriver, TestNG & Eclipse - Part 1 Web Apps Testing










Testng for eclipse