Adiya Dua has Published 24 Articles

What can selenium WebDriver do?

Adiya Dua

Adiya Dua

Updated on 30-Jul-2019 22:30:26

260 Views

Selenium’s Webdriver is an automation testing tool. It can help us automate a task that was otherwise done by people.Anywhere there is a need for a human to repeat an action; we can put selenium to use.Below are the some basic and most common usages of selenium −Automation TestingIt automates ... Read More

What is the difference between selenium WebDriver and TestNG?

Adiya Dua

Adiya Dua

Updated on 30-Jul-2019 22:30:26

2K+ Views

WebDriver is a web automation framework which allows us to execute test across various browsers. It also allows us to create the test scripts in any programming language we want. WebDriver makes direct calls to the browser using each browser’s native support for automation.TestNG stands for Test Next Generation. It ... Read More

What is JSON wire protocol in selenium?

Adiya Dua

Adiya Dua

Updated on 30-Jul-2019 22:30:26

3K+ Views

To understand we need to first have a fair idea of what JSON actually is, JSON stands for Java Script Object Notation. Now let's have a look at what a sample JSON input looks like −{    "name": "Tutorials Point",    "topic": "Selenium",    "Address": "India" }JSON today is one ... Read More

Is TestNG part of selenium?

Adiya Dua

Adiya Dua

Updated on 30-Jul-2019 22:30:26

254 Views

Before we answer if TestNG is a part of selenium or not, let’s have a brief understanding of what actually TestNG.TestNG stands for Test Next Generation. It is an automation testing framework and uses annotations. Annotations are lines of code that control how the method below it will execute. The ... Read More

Advertisements