Adiya Dua has Published 24 Articles

What is the role of test automation in functional testing?

Adiya Dua

Adiya Dua

Updated on 09-Oct-2019 08:43:51

116 Views

To ensure smooth, speedy and effective testing and delivery of a project, automation plays a crucial role. It becomes very essential in this digital business that continuous testing and delivery are ensured.Automation requires tools which control and compare the actual and the expected results. Repetitive execution as a part of ... Read More

When Should I use Selenium Grid?

Adiya Dua

Adiya Dua

Updated on 09-Oct-2019 08:39:51

294 Views

IntroductionAmong the four flavors of Selenium, Selenium Grid is one such flavor. The facility to run multiple tests on multiple machines, on multiple browsers simultaneously is made possible by Selenium Grid. It also allows running test cases on multiple browsers in parallel.Selenium Grid has 2 versions- older Grid 1 and ... Read More

How does JSON wire protocol work?

Adiya Dua

Adiya Dua

Updated on 04-Sep-2019 15:05:56

583 Views

A24 JSON Wire protocol is the protocol in which is used when the web driver communicates with the browser. The working of the JSON is as below −In a server-client architecture, it is necessary that the client and server should be in sync and are able to receive and send ... Read More

What is selenium web driver?

Adiya Dua

Adiya Dua

Updated on 04-Sep-2019 07:50:47

812 Views

Selenium Webdriver is a framework that allows automation testing. It allows testing across various browsers. It can execute multiple tests over multiple browsers on multiple OS. Web Driver makes it possible to write a test script in Linux and run it in Windows. There are multiple programming languages that are ... Read More

Which version of Firefox is compatible with selenium

Adiya Dua

Adiya Dua

Updated on 07-Aug-2019 06:55:24

738 Views

Compatibility of Firefox with Selenium has always been a pain area. Before Selenium3, Firefox used to be the default browser for Selenium. But after Selenium3, by using GeckoDriver explicitly, we can initialize the script in FireFox.FireFox was fully supported only in previous versions i.e. v47 and earlier. Selenium WebDriver version ... Read More

What is Web Driver in Selenium?

Adiya Dua

Adiya Dua

Updated on 07-Aug-2019 06:47:04

3K+ Views

It is a web automation framework which allows us to execute test across various browsers. It can execute multiple tests over multiple browsers on multiple OS. WebDriver makes it possible to write a test script in Linux and run it in Windows. There are multiple programming languages which are supported ... Read More

Who created Selenium?

Adiya Dua

Adiya Dua

Updated on 05-Aug-2019 11:23:22

138 Views

Selenium started originally as an internal tool at Thought Works in Chicago which was being developed by Jason Huggins in 2004. He was helped by Paul Gross and Jie Tina Wang and they built a Core mode as "JavaScriptTestRunner" for the testing of an internal Time and Expenses application (Python, ... Read More

Difference between selenium RC and Web Driver?

Adiya Dua

Adiya Dua

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

412 Views

Selenium RC(Remote Control) and Web Driver differ in many aspects but the key difference comes in the implementation layer or in simple words the architecture of both of them.As name suggest, RC is a Remote Control which works by taking the remote of the browser and then injects the automation ... Read More

What is difference between selenium 2 and selenium 3?

Adiya Dua

Adiya Dua

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

3K+ Views

Selenium 2Selenium2 is nothing but integration of WebDriver with Selenium RC(Selenium1). Selenium 1 is a well-established framework that supports various many browsers due to its JavaScript implementation. To step out of JavaScript Sandbox, WebDriver is developed for each browser which provides a headless browser emulator which is very speedy. The ... Read More

Does Selenium RC has separate drivers for each browser?

Adiya Dua

Adiya Dua

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

73 Views

Before we answer the above question, let's understand the architecture on which the selenium RC works upon. RC uses a JavaScript Program called the Selenium core which controls the browser. It works by intimating the user action as commanded by the JavaScript commands but that does not enforce user to ... Read More

Advertisements