TestNG is a testing framework which is developed with the same line of JUnit and NUnit, with that it consist of some more new functionality which makes it simple and easier to use. Like selenium automation testing TestNG is also an open source automated Read More …
Author:
TestNG Prioritization and Sequencing
Multiple Tests TestNG Prioritization – If you want to put number of tests under a single test class and like to run all in single shot. TestNG ‘@Test‘ annotations can helps to execute multiple tests in single TestNG file. Know Read More …
TestNG Parameter – Parameterization in TestNG using testng.xml
TestNG Parameter: Important topic under testNG Framework is TestNG Parameter. It is an interesting features in automation testing and it is very much needed to test hugely large number of times with different types of data’s. Previous article: TestNG Benefits and Annotations , TestNG Read More …
Top 5 Major Selenium Tools – Automation Testing Tools
Top 5 Major Selenium Tools – Selenium automation tool is the best open source testing tool for web applications. As we all know it is developed by ThoughtWorks and the feature which made this the best testing tool in market is Read More …
Handling Alerts using Selenium WebDriver
Handling alerts using Selenium WebDriver – The following are the Alert Interface provided by selenium. It is present in the org.openqa.selenium.Alert package. This Interface consists of the methods to deal with those alerts. They are as follows, accept() To accept the alert Read More …
Top5 Selenium WebDriver Coding Tips
Selenium WebDriver is a powerful automation tool for testing web applications. It’s an open source library bundled with a rich set of features. As we already discussed in our previous article about Selenium Webdriver Architecture. All these abilities together make it Read More …
Future of Selenium Automation Testing
As we all know Selenium Automation Testing is replacing the manual testing moderately because of the effectiveness of the Automation Testing. If we talk about Automation testing then we all know that Selenium Automation Testing is the current trend and also popular Read More …
5 Reasons Why Selenium is used mostly? – Selenium Automation Tool
Automation matters: Selenium Automation Tool – As we all know technology has been improving a lot day by day, the complexity of software applications has also been increased to a large extent. Increasing number of interactive and complicated modules needs Read More …
Basics and Advantages of Selenium Testing Tool
Selenium automation testing tool nowadays a trend among on the IT testing industry. As we already discussed many important factors about Selenium in our Series of Selenium tutorials. Here lets have a glance about the Basics of Selenium Testing Tool. Know the future Read More …
Selenium Grid
Selenium Grid is a server which helps the tests to run on a remote machine using web browser instances, In other words with Selenium Grid a server can act as a Hub. Tests contacts the hub to access the browser Read More …