Selenium Articles

Page 37 of 37

What is JSON wire protocol in selenium?

Adiya Dua
Adiya Dua
Updated on 30-Jul-2019 4K+ 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 of the most widely used and accepted method for communication of heterogeneous system. JSON is used a lot in web services in REST and has been a strong competition to XML.Let’s understand how Web driver uses it when testing the web applications −WebDriver uses JSON as a medium to communicate ...

Read More

Is TestNG part of selenium?

Adiya Dua
Adiya Dua
Updated on 30-Jul-2019 431 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 greatest advantage of TestNG is that we can generate test reports and know the number of scripts passed, failed or skipped. Failed test cases can be run separately using TestNG. Along with it TestNG provides enables us with the ability to execute the test cases by reading the input file ...

Read More
Showing 361–362 of 362 articles
« Prev 1 33 34 35 36 37 Next »
Advertisements