Directory Image
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Privacy Policy.

Selenium Tutorial - Basic Features and Functions of Selenium

Author: Info Campus
by Info Campus
Posted: Dec 19, 2017

Selenium is a suite of program mechanization instruments for computerizing web programs over an assortment of stages. You may ponder: How can a Selenium instructional exercise enhance your improvement and testing forms?

A large portion of the enormous name program sellers bolster Selenium. Furthermore, huge numbers of these either have found a way to make Selenium a local segment of their programs. Moreover, it's the center innovation utilized as a part of an assortment of other program computerization devices, APIs, and systems.

Selenium keeps running on numerous programs and working frameworks, and an assortment of programming dialects and testing structures can control it. Likewise, Selenium can computerize dull electronic organization undertakings.

Setting Up Projects in Selenium 2.0 (Selenium WebDriver):-

Selenium WebDriver means to conquer the impediments of the past Selenium Remote Control, offering better help for dynamic site pages where the components on a page are liable to changing without the page itself being reloaded. Since an assortment of programs bolsters it, Selenium WebDriver utilizes every program's local help for computerization. Therefore, the highlights bolstered and the way coordinate calls are made relies upon the program that you're utilizing.

Moreover, the way that you'll set up a Selenium WebDriver Project relies upon both your programming dialect and your improvement condition. It's conceivable to set up ventures utilizing a few programming dialects:

  • Java: These activities are most effortlessly setup utilizing Maven, which will download Java ties and all conditions and make the task for you.
  • C#: C# ties are appropriated as a feature of an arrangement of marked dlls and reliance dlls. You can download the most recent selenium-dotnet compress record here. At that point, you'll have to add a reference to each unfastened dll to your undertaking in whatever IDE you're utilizing.
  • Python: Run pip introduces selenium from a charge line to add Selenium to a Python domain.
  • Ruby: Run pearl introduce selenium-webdriver from a summon line to add Selenium to your Ruby condition.
  • Perl: Bindings for Perl are given through an outsider, for example, this case, which offers documentation on beginning.
  • PHP: PHP ties are likewise accessible through outsiders.
  • JavaScript: The Selenium Project gives JavaScript ties on npm. Introduce them by running npm introduce selenium-webdriver.

Once you've set up your task, Selenium WebDriver works simply like an ordinary library. It's independent and commonly doesn't expect you to begin extra procedures or run any installers before utilizing it.

Making and Editing Test Cases Using Selenium IDE:-

The Selenium IDE is the apparatus that you'll use to build up your experiments. It's a Firefox module that is instinctive to utilize, containing an efficient setting menu and Selenium order alternatives that influence the way toward learning Selenium to content language structure basic.

Once you've introduced Selenium IDE in Firefox, it's accessible in the Firefox Tools menu. Choosing it will open another, unfilled content altering window and in addition a menu for stacking or making experiments. From that point, you can utilize one of three strategies to assemble test cases:

  1. Recording experiments: These records an experiment in view of cooperation’s with a site. The record catch is on of course when Selenium IDE is opened, yet you can kill this in the Options menu. Amid recording, Selenium consequently embeds charges in light of your activities, for example, clicking a connection (the snap or clickAndWait summon), entering esteems (the sort order), choosing choices from a drop-down menu (the select order), or clicking check boxes or radio catches (the snap order).
  2. Adding confirmations and states: This procedure empowers your test to check the properties of a website page utilizing the affirm and confirm. To utilize it, right-click anyplace on the page in the program showing your test application and look over the attest and check choices in the setting menu. More orders get added to this menu as you keep on using Selenium IDE, which endeavors to foresee what summon and parameters you'll requirement for a UI component on a page. Unadulterated straightforwardness!
  3. Editing: You'll likewise likely experience the need to alter test cases and physically embed or alter summons and remarks. In table view, basically select the point in your experiment where you need to embed an order, right-click, and select embed summon. Selenium IDE includes a clear line in front of your chose line where you can utilize the summon altering content fields to enter another order and its going with parameters

Running Test Cases in Selenium IDE:-

Running experiments in Selenium IDE is similarly as basic as setting them up. There are numerous alternatives for running an experiment including:

  • Running an experiment: Simply tap the "Run" catch to start running the at present showed experiment.
  • Running a test suite: Click the "Run All" catches to run all experiments in the test suite as of now stacked.
  • Stop and begin: Use the "Interruption" catch to stop an experiment as of now running.
  • Stop in the center: This choice empowers you to set a particular breakpoint that stops a running test at a specific summon. Setting a breakpoint is simple; simply select a summon, right-snap, and after that pick "Flip Breakpoint" from the setting menu.
  • Start from the center: Similar to halting a test at a specific charge, you can likewise set a test to start running from a particular order. The procedure for setting this point is the same, yet as opposed to picking "Flip Breakpoint," you'll select "Set/Clear Start Point" from the setting menu.
  • Running a solitary charge: Double-tap on any summon to run it without anyone else's input, a valuable device for testing an order while you're developing it.

Once you've aced the nuts and bolts of Selenium, you'll discover huge amounts of ways you can put these devices to use to enhance your advancement and testing forms. With many propelled highlights and usefulness, yet being very basic for fledglings to start utilizing and ace, Selenium is a significant suite of devices for beginners and experienced designers alike.

About Author:

Infocampus is an institute that provides selenium training in Bangalore. These courses are job-oriented and well-crafted for people who want to switch careers in IT. Selenium Training is designed according to industry requirement. Attend demo classes to know much about selenium courses. Contact @ 9738001024 or visit http://infocampus.co.in/best-selenium-testing-training-center-in-bangalore.html.

About the Author

Infocampus is a training institute that offers training on different technologies. Call 9738001024 for more details. Enquire at http://infocampus.co.in

Rate this Article
Leave a Comment
Author Thumbnail
I Agree:
Comment 
Pictures
Author: Info Campus

Info Campus

Member since: Dec 10, 2016
Published articles: 413

Related Articles