Adiya Dua has Published 24 Articles

What are different selenium versions?

Adiya Dua

Adiya Dua

Updated on 06-Jul-2020 09:22:30

910 Views

Selenium 1 or known as 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 ... Read More

What is difference between selenium 1 and Selenium 2

Adiya Dua

Adiya Dua

Updated on 02-Jul-2020 13:21:44

988 Views

Selenium or known as 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 ... Read More

What is the difference between selenium and automation?

Adiya Dua

Adiya Dua

Updated on 02-Jul-2020 13:20:56

940 Views

Automation − It is the technique to run the test cases without human intervention. If we are sticking to the IT industry, Automation is not just confined to Automation of test scripts. Automation is the basic control system in which human intervention is expected the least. Various many tasks such ... Read More

What is Maven in selenium?

Adiya Dua

Adiya Dua

Updated on 02-Jul-2020 13:16:52

2K+ Views

Maven is Yiddish Word which means Accumulator of Knowledge. Maven is a tool which is used for building and managing Java Based Projects. Basically to put it in simple words is a way to manage dependency for Java Based Project. Maven can be used when building project with POM (Page ... Read More

Which is the selenium latest version?

Adiya Dua

Adiya Dua

Updated on 02-Jul-2020 13:08:36

373 Views

Selenium started with version 1 and now version 3 is the currently the latest released version available in the market. Let’s has a comparative study of the different features of each of the version.Selenium 1 or RC: As name suggest, RC is a Remote Control which works by taking the ... Read More

How does selenium interact with the Web browser?

Adiya Dua

Adiya Dua

Updated on 01-Jul-2020 12:13:03

2K+ Views

Selenium is an open source framework used for automation of web applications. Apart from this, it can also work on various administrative tasks such as monitoring of websites.There are 4 flavors of Selenium −Selenium-IDE.Selenium-RC.Selenium Grid.Selenium Web Driver.Let’s have a look at the uses of each of them −Selenium IDE − ... Read More

How does Selenium RC work?

Adiya Dua

Adiya Dua

Updated on 01-Jul-2020 12:11:59

378 Views

Selenium RC or Remote Control is the initial version of Selenium which is also referred to as Selenium1. RC uses a JavaScript Program called 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

What is the future of Selenium Automation testing, as a career option?

Adiya Dua

Adiya Dua

Updated on 11-Dec-2019 12:44:44

257 Views

We are now living in a world of Cloud and Digital business. Application Development of almost all the platform is in boom. For providing utmost customer satisfaction, the application has to be seamless and bug-free.We have been living in the age of manual testing since very long. We have new ... Read More

Can I learn Selenium without knowing Java?

Adiya Dua

Adiya Dua

Updated on 11-Dec-2019 12:38:47

419 Views

This Question comes to many professionals who are not actually into core technical and want to pursue their career in Selenium Automation. The term coding makes the non-programmers a bit scare to even start off with something like automation. There is a perception that a non-programmer cannot excel in Automation, ... Read More

How do you conduct function Testing?

Adiya Dua

Adiya Dua

Updated on 09-Oct-2019 08:48:35

76 Views

Functional TestingAll the user requirements as specified by the business should be well tested as a part of functional testing. Functional Testing demands Testing in the environment similar to that of client’s requirement. All the boundary conditions, negative scenario are accounted for. Each functionality of the application should be working ... Read More

Advertisements