Flash Testing with Selenium l 17/10/20122 Flash Testing with Selenium By Dilhan Jayakody.

Slides:



Advertisements
Similar presentations
Plain Language Writing Workshop: Strategies for Cleaning the Clutter From Your Writing Leslie OFlahavan, STC Washington, DC and Metro.
Advertisements

Web 2.0 Programming 1 © Tongji University, Computer Science and Technology. Web Web Programming Technology 2012.
Automated Web Performance Testing Before 5pm
April 23, Town of Lexington Allocation of Savings from Joining the GIC April 23, 2012.
Principal Statistical Programmer Accovion GmbH, Marburg, Germany
Broadband Session Michael Byrne. Broadband Map Technical Details Data Integration Map Presentation Since Launch.
First, some basic info. What is iTunes U? What is a podcast?
Website Development Scott Hastings. Website Development: How to help yourself. Fundamental Computer Techniques Find the Bigger Buttons Modifiers + [Mouse.
Eldas 1.0 Enterprise Level Data Access Services Design Issues, Implementation and Future Development Davy Virdee.
Fusing Online Commerce and Social Network: Enhance Social Shopping Experience via Desktop Application A Master Project Presented By Ning Song.
How Can I Add Net Mass and/or Supplementary Units to my Table?
Copyright 2008, Information Builders. Slide 1 Build Real-Time BI Dashboards With Flex and WebFOCUS Web Services Paulo Tavares Sr. Systems Engineer June,
INTRODUCTION TO REFWORKS Ben Watson and Anna Miller TEMPLEMAN LIBRARY.
Select One Country and One Commodity Code, and Adding the Port Information.
Mean- Variance Portfolio Selection for a Non- life insurance Company Łukasz Delong, Russell Gerrard Agata Kłeczek, Prague
Solving Manufacturing Equipment Monitoring Through Efficient Complex Event Processing Tilmann Rabl, Kaiwen Zhang, Mohammad Sadoghi, Navneet Kumar Pandey,
MEASUREMENT OF SURFACE FINISH
1 Web Site Design Overview of the Internet Cookie Setton.
Material Genome Initiative: Material Science Ontology Purusharth Prakash, Anupam Joshi, Tim Finin, Don Engel IAB Meeting Research Report 12/18/12CHMPR.
Thien-An Mac QA consultant / Ghostbugster
© Dr Kelvyn Youngman, May Two Diagonals – The Change Matrix Here we have the change matrix of the two principals of The Goal; Jonah and Alex Dissatisfaction.
Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,
CREA.RE – CREATIVE REGIONS 12 PARTNERS, 10 EUROPEAN COUNTRIES.
College of Marin Enrollment Report Spring 2012 Dr. David Wain Coon Superintendent/President February 21, 2012.
Eric and Jayne go to Omaha. 9/23/2012 and 9/29/20122ISI Officials' Recertification Clinics.
Selecting Multiple Commodity Codes. 30/03/ Click on STATISTICS, then BUILD YOUR OWN TABLES from the drop-down menu. 2. Click on Data by Commodity.
Christian Life Program Talk 5 – THE CHRISTIAN IDEAL: LOVING GOD
Selecting One Commodity Code. 30/03/ Click on STATISTICS, then BUILD YOUR OWN TABLES from the drop-down menu. 2. Click on Data by Commodity Code.
Cloud Usability and End User Taxonomy Dr. Karuna P Joshi IAB Meeting Research Report June 13, /18/12CHMPR IAB
INDUSTRIAL HAZARDS AND SAFETY Prof. Dr. Basavaraj K. Nanjwade M. Pharm., Ph. D Department of Pharmaceutics KLE University College of Pharmacy BELGAUM ,
LOGO Tech propulsion Labs Android Webdriver Test automation - Selenium 2 Masud Parvez SQA Architect Tech Propulsion Labs
Adobe Flash Media Server. Outline What is Adobe Flash Media Server? What can we do with it? How the server works? How to install and set-up the server?
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
Kyocera Driver Installation Basic instruction to add a printer to computer using standard defaults.
Adobe FLASH What & Why? Where & When? Is Flash dead? What about HTML5?
Macromedia Flash By Alice Tian. Overview  What is Flash  Why Flash  Basic User Interfaces  Animation Basics  Advanced Basics  Publishing.
Using the World Wide Web Web Design and Publishing Cindy Royal.
Gaurav Aggarwal and Elie Bursztein, Collin Jackson, Dan Boneh, USENIX (Aug.,2010) A N A NALYSIS OF P RIVATE B ROWSING M ODES IN M ODERN B ROWSERS 1.
2006 Adobe Systems Incorporated. All Rights Reserved. 1 Adobe’s Open Source Flex SDK. OSCON - July 2008 Portland, OR Duane Nickull & James Ward Sr. Technology.
Flex 2.0 Flex for ColdFusion developers Part 1. What is Flex Flex allows developers to create Flash content for Rich Internet Applications in a more programmer.
Dr. Rado Kotorov Technical Director Strategic Product Mgt. Jeff Shein Technical Manager Creating Web 2.0 Rich Internet Applications (RIA) and Dashboards.
Search Engine Marketing SEM = Search Engine Marketing SEO = Search Engine Optimization optimizing (altering/changing) your page in order to get a higher.
XP Tutorial 8 Adding Interactivity with ActionScript.
Selenium January Selenium course content  Introduction (Session-1)Session-  Automation  What is automation testing  When to go for automation.
CROSS PLATFORM MOBILITY
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Perfecto’s CQ Lab using Selenium RemoteWebDriver & Appium
Selenium server By, Kartikeya Rastogi Mayur Sapre Mosheca. R
Test Automation Using Selenium Presented by: Shambo Ghosh Ankit Sachan Samapti Sinhamahapatra Akshay Kotawala.
Tata Consultancy Services1 WebDriver Basics Submitted By : Akhil K Gagan Deep Singh Naveenrajha H M Poornachandra Meduri Shubham Utsav Sunil Kumar G Vivek.
QA Online Training In QA Click Academy. Selenium is a test automation framework used to test web applications such as browsers. It consists of different.
Adobe Toll Free Help Desk Number USA
Selenium HP Web Test Tool Training
Chapter 8 Browsing and Searching the Web
Chapter 1 Introduction to HTML.
UI Test Automation with Appium
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Call for How to Unblocking Flash Player on Safari?
Onlineitguru Selenium is one of the most widely used open-source tool that is used for testing software or Automation. It is licensed under Apache License.
Selenium Testing Training
How to Install Embedded Flash Files Using Chrome
Haden Jackson-Robbins
5 things you didn’t know you can BUILD with Microsoft Edge
Web UI testing automation and Selenium
JAVASCRIPT Pam Kahl | COM 585 | Spring 2010.
Overview The World Wide Web has changed the way that people
Chengyu Sun California State University, Los Angeles
Presentation transcript:

Flash Testing with Selenium l 17/10/20122 Flash Testing with Selenium By Dilhan Jayakody

Content Why Flash became very popular? Why is it Challenging for Automation? Prerequisites for Automating Flash Content Flash Selenium API for Selenium RC Test YouTube… Summary Flash Testing with Selenium l 17/10/20123

Why Flash became very popular? It is browser independent Allows you to make your site more interactive Flash Testing with Selenium l 17/10/20124

Why is it Challenging for Automation? There are two main issues that needs to be addressed while automating web applications: Need to 'get' certain properties of the object and compare it against your benchmarks. Performing actions on an object or 'set' certain values. But Selenium cannot read or record any actions on flash objects. Flash Testing with Selenium l 17/10/20125

Prerequisites for Automating Flash Content Have access to the Application Code Install Adobe Flash Builder to see the developer code (download : Include Flash Selenium API to your test code (download : Flash Testing with Selenium l 17/10/20126

Flash Selenium API for Selenium RC It is an extension to the Selenium RC client driver that enables the Selenium RC client test drivers to call ActionScript methods of the Flash application. Flash Testing with Selenium l 17/10/20127

Test YouTube… Using Flash Selenium API with Selenium RC Using WebDriver Flash Testing with Selenium l 17/10/20128

Summary Automating Flash Content with Selenium is Possible. Limitation is the need to have access to the developer code. Flash Testing with Selenium l 17/10/20129

THANK YOU!