Friday 22 December 2017

Selenium - Web Based Testing Tool in Automation Testing

Selenium an open source web based testing tool was conceived. This article is about of Selenium, a prologue to Selenium, how it works and workarounds for some Selenium Challenges.
Introduction to Selenium:-
Selenium is an open source practical mechanization instrument for the electronic application. It was created by the "Thought Work" in 2004.It is an exceptional apparatus for utilitarian programming testing.
There are two renditions of Selenium:
1.      Selenium 1.0
2.      Selenium 2.0
Why Selenium?
The following are a couple of motivations to utilize Selenium:
·         Cost successful: It is an open source apparatus.
·         Language: Supports numerous dialects like Java, Ruby, and Python and C #.
·         Browser: Supports various programs like IE, Mozilla, Opera, Chrome and Safari so can be utilized for cross program testing and can be incorporated effortlessly to new propelled program.
·         Framework: Supports numerous casing - works like Junit, TestNG, Bromine, Nunit, Rspec which make the mechanization more hearty and can built up possess system.
·         Operating System: Supports numerous working frameworks like Windows, Apple, Linux and Android.
·         Time Saving: With the assistance of selenium framework, Parallel execution of the experiments should be possible.
Selenium Implementation:
Selenium has two variants, Selenium 1.0 and Selenium 2.0.Both the renditions have basic segments.
Selenium IDE:
Selenium IDE is module to Firefox so can be downloaded effectively .Selenium ide is utilized for record and play back usefulness, the default content is created in html and can play back in html organize just on Firefox. For beginning the Selenium IDE explore devices choice present in menu bar of the Firefox and tap on Selenium IDE alternative. Of course ,Selenium IDE is in recording mode and begin exploring the application on Firefox program and play out the activity ,every one of the activities are recorded and can be seen parallel into Selenium IDE.
There are two tabs introduce on it, "Table" and "Source " .Under Source Tab HTML organization or code of the chronicle can be investigated and under "Table" tab, there are three sections :
·         Command: It demonstrates the activity going to perform like Click, enter and so on.
·         Target: It is or protests property where the activity will perform.
·         Value: Any information esteem is appeared here.
Selenium IDE is additionally used to get the question properties of the application. There are some different devices through which question properties can be recognized like Firebug, IE Developer apparatus, Fire discoverer and Chrome engineer device.
In the wake of finishing the chronicle, Test case can be traded into various dialect by exploring choice File>>Export Test case AS ,In comparable way , numerous experiments can be recorded and sent out as the Test suite.
The HTML code can likewise be changed over straightforwardly to the distinctive – diverse dialect without sending out the experiment, tap the choice Options>>Format and select the dialect in which need to change over the experiment.
Selenium RC Server:
Selenium RC is jolt record which gives the usefulness to dispatch the selenium test contents on various – distinctive programs; it gets all charge from selenium customer and executes the contents .By default the server is keep running at 4444.
For running the selenium contents, Selenium RC separate is go through the summon incite,, explore the way where selenium rc server jostle document is available and run the charge "java – bump seleniumserver.jar "
Selenium Client Server:
Selenium customer is nothing simply the jug records or say dialect through which upgrade of the contents is done and sends the demand to selenium rc server. For running the contents, selenium rc is go through the order provoke.
Selenium Grid:
Selenium Grid is most imperative part of the selenium. With the assistance of this, parallel execution should be possible on various – distinctive stage with various program. It spares the time and expands the extent of the testing and gives the quality programming item.
Selenium 2.0:
Selenium 2.0 is the refreshed rendition of Selenium 1.0, it is otherwise called the Selenium WebDriver. It is totally in view of the question arranged API so expected to be more vigorous and can bolster in better route for the electronic testing. ,Selenium IDE and Selenium Grid are working in comparative path as actualized in selenium 1.0 however there is no compelling reason to run the selenium server for running the contents. Selenium server is required when need to perform parallel execution through selenium network or need to associate the remote machine.
WebDriver API makes the immediate call to dispatch the program utilizing program's local call. For each program, program's driver is available. The following is list for the same for Java.
·         Internet Explorer: WebDriver driver = new InternetExplorerDriver();
·         Firefox: FirefoxProfile profile = new FirefoxProfile();
·         Chrome : WebDriver driver = new ChromeDriver();
·         Opera : WebDriver driver = new OperaDriver();
Selenium WebDriver API likewise bolsters the Android and IOS working framework; it has isolate API to associate with it.
Detailing: Reporting is imperative angle for testing, In Selenium, there is predefined system like Junit, TestNG which produces the HTML reports and there are such huge numbers of API through which altered report is created. Selenium can coordinate with test administration device like QC and Test interface so report can be transported in from these apparatuses moreover.
About Author:
Infocampus is only a selenium training institute in Bangalore which also provides 100% placement assistance. In infocampus, selenium course is designed according to industrial requirement. Thus, Infocampus will be a great step for you to start a career as testing engineer. At Infocampus, selenium training is focused on practical oriented classes with real time project experience is provided.
Contact Infocampus at 9738001024.

No comments:

Post a Comment