Selenium

Selenium Framework

Selenium Framework: The Selenium framework is a code structure to simplify code maintenance and improve code readability. A structure involves dividing the entire code into smaller pieces of code, which test a specific functionality. The code is structured in such a way that the “data set” is separated from the actual “test case” that will […]

April 27, 2019 Selenium Read More

What is TestNG in Selenium Webdriver?

TestNG is a test framework designed to cover all test categories: unit, functionality, end-to-end, integration, etc… We can combine TestNG with Selenium and, through Java, we can write test cases in Eclipse. Let’s start with TestNG! Here is a small tutorial who sends quality control test samples to Selenium TestNG and calls Ant’s TestNG collection. […]

December 21, 2018 Selenium Read More

Top 9 Reasons to Automate Functional Tests Using Selenium

During the development of the software, several tests are required to evaluate the functionality, the user experience and other aspects of the software. Manual tests can be long and cost-effective in terms of hours and costs. This can be done through automated tests. Along with the inherent advantages of automated testing, Selenium has some advantages […]

December 10, 2018 Selenium Read More

What is Selenium?

Selenium is a portable platform for testing Internet applications. It has a set of various software tools, each with a different approach supporting test automation. Most QA Selenium engineers focus on one or two tools that meet the needs of your project but knowing all the tools will give you many different options to solve […]

December 4, 2018 Selenium Read More