Selenium IDE Installation and Use.

Slides:



Advertisements
Similar presentations
Creating Accessible PDF Documents Dick Hemenway CMAC Accessibility Committee.
Advertisements

Microsoft Office 2007-Illustrated Introductory, Windows Vista Edition Windows XP Unit A.
Web Filtering. ExchangeDefender Web Filtering provides policy-controlled protection from dangerous content on the web. Web Filtering is agent based, allowing.
Excel application for accounting principles. Contents (1) The content of Excel screen. (2) The Excel ribbon. (3) How to create new workbooks. (4) Excel.
Performance Check. What Is A Performance Check? A Performance Check recognizes the variance in web page download times and gives a representation of the.
Microsoft Word 2010 Lesson 1: Introduction to Word.
Page Tuning. What Is Page Tuning? The page tuning process allows you to examine download times of each element on a page at a timing resolution of milliseconds.
Installing Ricoh Driver. Items you need to know IP address of Printer Options that are installed And Paper Sizes To get all this information you can print.
Access Tutorial 10 Automating Tasks with Macros
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Getting Started with Application Software
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
When you start Photo Story the title screen gives you three options. The following slides will illustrate the directions when “Begin a new story” has been.
CIS—100 Chapter 15—Windows Vista 1. Parts of a Window 2.
To download PhotoStory: Go to On the left side under Product Resources, click on Downloads.
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
Efficient Browser Usage Work SMARTER not HARDER..
Productivity Programs Common Features and Commands.
Session Objectives • Login to PeopleSoft Test Framework(PTF)
1. Profile settings 2. Messaging system 3. Downloading files 4. Uploading files 5. Creating groups 6. Calendar events.
11/13/07 J. MooneCenter for Professional Development1 Office 2007 Changes At First Glance.
Session Objectives How to Debug PTF test case/Script Session-6 DebuggingSlide 2.
Selenium Web Test Tool Training Discover The Automating Power Of Selenium Author : Girija Prasad Panda Alcatel-Lucent.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
BIT 286: Web Applications Automated Web Testing. Selenium  Selenium Is moving from being Firefox based to being more of a 'normal desktop' program that.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
An Introduction to Designing, Executing and Sharing Workflows with Taverna Katy Wolstencroft myGrid University of Manchester IMPACT/Taverna Hackathon 2011.
The Report Generator Viewing Student Outcomes. Install the Report Generator In a browser, go to Click.
THE 3M CLOUD LIBRARY AND YOUR KINDLE FIRE How to download 3M books to your Kindle Fire/HD Made possible by a grant from the Samuel P. Hunt foundation.
XP Browser and Basics COM111 Introduction to Computer Applications.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Automated Web Page Testing with Selenium IDE: An Overview Mary Ann May-Pumphrey 11/20/08.
Test Automation For Web-Based Applications Portnov Computer School 1 Selenium HP Web Test Tool Training.
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
 Open your browser and navigate to
Troubleshooting Dashhawk Issues. Here's what you have to do to have the DashHawk run properly Go to the ACTUAL PROGRAM file (not the short cut)
BIT 286: Web Applications Automated Web Testing. Selenium  Selenium Is moving from being Firefox based to being more of a 'normal desktop' program that.
Chapter 8 Using Document Collaboration, Integration, and Charting Tools Microsoft Word 2013.
Lesson 11 Exploring Microsoft Office 2007
SAP ERP Basic System Navigation
NOODLETOOLS SIGN-IN Student ID #
with a few tips and tools for managing mail
Note to trainers The videos in this presentation provide closed-caption files as it’s often easier for viewers of all abilities to follow along. If you.
Computer Literacy BASICS
Selenium HP Web Test Tool Training
Installing Citrix Receiver
Selenium HP Web Test Tool Training
Tips for Importing References from
Reviewing Documents Guided Lesson.
Microsoft PowerPoint 2016 Lesson 1.
Adding a File to a Course
Fastest way for already created documents
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
Lesson 7 Getting Started with Word Essentials
Microsoft Word 2010 Lesson 1.
GTS WebSocket General Guide
Introducing Microsoft Office 2010
Microsoft Word Reviewing Documents.
Microsoft Office Illustrated Introductory, Windows XP Edition
Module 1: Getting Started with Windows 95
Embedding Graphics in Web Pages
Microsoft Office Excel 2003
Adding Photo to Agent Profile
Lesson 1 – PowerPoint Essentials
Selenium Web Test Tool Training Using Ruby Language
Chloe Riley | Research Commons Librarian |
Presentation transcript:

Selenium IDE Installation and Use

Selenium Who? “Selenium IDE is an integrated development environment for Selenium scripts. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run. “

Installing the Selenium IDE plug-in Open Firefox. Navigate to http://seleniumhq.org/download/. Download the latest version of Selenium IDE (currently version 1.9). Firefox should show you the following warning: Click the Allow button.

You’ll then see the following window: Click the Install Now button.

You’ll then see the following window: Click the Restart Now button. Firefox will restart.

To verify that you have Selenium IDE installed, open the Selenium IDE window by one of two methods: Keyboard: Control-Alt-s In the Firefox menu, Choose options Web Developer …Selenium IDE

If Selenium is installed correctly, the Selenium plug-in window should pop-up.

Recording a script The record button The record button is on by default. Click it to turn recording off.

How to record a Selenium Test Script In Firefox, navigate to the OLE function you wish to test Start the Selenium plug-in Make sure the Selenium record button is On. Begin using the OLE function. Selenium will begin recording your commands…

As you enter commands into the web browser, Selenium will record them… Recorded commands

While recording your script, you can right click on screen elements to reveal more Selenium commands. For example, clicking on item ‘verifyTextPresent Borrower Type Name’ will add a line to your script that verifies that that text is present on the page.

Saving your script When you are finished testing your OLE function, click the red record button to stop recording. The record button

Save your script to a known file location (I suggest your desktop) by using the keyboard combination of control-s entering the File menu and selecting option Save Test Case.

Please use a filename of the form OLETS <issue number> -<name of issue.> For example: “OLETS118-OLE Borrower Type maintenance document.html”

Playing your script After recording your test script, you can play it back to check if it properly repeats your test scheme. Don’t be surprised if your script fails! Success or failure is not that important at this point. The toolbar contains buttons for controlling the execution of your test cases, including a step feature for debugging your test cases.

Speed Control: controls how fast your test case runs. Run All: Runs the entire test suite when a test suite with multiple test cases is loaded. Run: Runs the currently selected test. When only a single test is loaded this button and the Run All button have the same effect. Pause/Resume: Allows stopping and re-starting of a running test case. Step: Allows you to “step” through a test case by running it one command at a time. Use for debugging test cases.

As the plug-in steps through your script, success and error messages will appear in the Log window.

Attaching your Test Script to an OLETS issue On your OLETS issue page, locate the attachments control Click the cross, and the Attach Files dialog will appear. Use the Browse button to Locate your saved test script, And the Attach button to attach It to the OLETS issue.

When you run Selenium, you may notice: Selenium suppresses pop-up error messages during recording and play-back. Selenium may open a new window instead of a new tab during recording and play-back. While Selenium is open, scroll-bars may disappear from some interfaces.

Once attached, your test script will appear in the Attachments area on the OLETS issue page.

Adding Comments to your Test Scripts Everyone loves comments! Adding comments makes your scripts more understandable to those who have to use or edit them later. Use comments to

Adding Comments (continued) After you have recorded and saved your test script, examine the commands listed in the right-hand column of the Selenium window.