Get Lanyrd on your mobile (iPhone, Android and more) - check it out here

Sessions at Selenium Conference with video on Tuesday 17th April

Your current filters are…

Clear
  • Testing the Web Anywhere: OperaDriver on Mobile Devices

    by Andreas Tolf Tolfsen

    The web is accessible anywhere; from the phone in your pocket to tablets, TVs and cars. As web developers we have a responsibility to ensure that the web stays open and accessible to everyone, regardless the kind of device being used. In developing countries mobile phone telenetworks are often built before traditional landlines offering broadband access, and ensuring that web sites work well on low-end mobile phones is an important social factor for spreading knowledge and bridging the world. Since the introduction of OperaDriver one year ago at this conference, it has taken many leaps forward in becoming device and product agnostic. The talk will demo and introduce Selenium support for all Opera devices, including baked-in support for a range of mobile emulators. Join this talk and learn how to bring the internet and testing to any device, anywhere.

    At 9:20am to 9:55am, Tuesday 17th April

  • One Step At A Time

    by Anand and Komal

    Robust test automation frameworks are not designed and developed upfront, they are evolved over time. I have found it useful to have vision for a robust, scalable and reliable framework – but focus should be on solving the current problem. In this talk, I will demonstrate how we can start with simple, fragile test scripts and continuously re-factor them to build a robust framework. In every stage of re-factoring (or design improvement cycle), I will discuss – What are the limitations of current state of automation code / framework? – What design improvements might overcome those limitations? – How best they can be implemented with web driver? – Implement and repeat cycle. Talk will begin with a recorded / exported script and will evolve in a decent framework by implementing page objects, components, workflow, domain objects, asserters and so on.

    At 10:00am to 10:35am, Tuesday 17th April

    Coverage video

  • Building a Driver: Lessons Learned From Developing the Internet Explorer Driver

    by Jim Evans

    As new browsers start to appear (Silk, headless browsers, and so on), there are opportunities for creating new drivers. What are the best methods to use if you want to create your own driver? In this presentation, we will disect the Internet Explorer driver; examine the decisions made for its architecture, code structure, and technology choices; and use it to extrapolate the methods best suited to building a new browser driver from the ground up.

    At 10:40am to 11:15am, Tuesday 17th April

  • So you’re automated… now let’s make it fast!

    by Santiago S Ordoñez

    A detailed guide to creating a mature and paralellizable automated test suite. This talk will cover things such as data independence, atomic tests, state generation, testing oriented pages, and will include sample code, demos, and funny cat memes.

    At 10:40am to 11:15am, Tuesday 17th April

  • Using Selenium to Improve a Team’s Development Cycle

    by Mike Davis

    I am TL for a small team at Google. My team work with various product teams to help them release better software, faster. Helping teams to write useful integration tests is one great way to help them improve their development cycle. In this talk I will outline: How selenium & integration testing fits into our development cycle. Making web tests reliable, fast, easy to write, easy to read & easy to debug. How we get developers to write & maintain selenium tests.

    At 11:40am to 12:15pm, Tuesday 17th April

    Coverage video

  • Geb – Very Groovy Browser Automation

    by Luke Daley

    Geb – http://gebish.org – is a browser automation solution for Groovy. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language. Geb enables more expressive, more concise, and (very importantly) more maintainable web tests.

    At 12:20pm to 12:55pm, Tuesday 17th April

    Coverage video

  • Teaching a Robot to Play Angry Birds

    by Jason Huggins

    Mobile testing is different than desktop web testing. It needs the right tool for the job. In this case, we need robots. Lots of them. Lots of little robot fingers touching lots of little mobile device screens. In this talk, Jason Huggins will bring out some robots from his lab and demonstrate how you, too, can join in the robot revolution that will destroy civilization… and make a decent living testing mobile apps in the process.

    At 2:00pm to 2:35pm, Tuesday 17th April

    Coverage video

  • Building Quality with Foundations of Mud

    by Kristian Rosenvold

    Unstable back-end systems ? Changing data ? Test and production two worlds apart ? Based on real project experiences, this talk is about Selenium-based approaches to how quality can be achieved against all odds. With code.

    At 2:40pm to 3:15pm, Tuesday 17th April

    Coverage video

  • Automated Web App Performance Testing Using WebDriver

    by Michael Klepikov

    Web UI responsiveness is a very important part of great user experience. At the same time, it could be hard to achieve and easy to inadvertently break, as it is affected by a great number of nontrivial factors — variable network latency, browser-specific rendering algorithms, JavaScript garbage collection, to name a few. This talk (or workshop?) will focus on automated performance and latency testing for web frontends, using WebDriver. I will present best practices for measuring performance and latency, automating the tests to get reliable and repeatable results, and making sense of the data. We will also explore ways to monitor how the app performs for real users.

    At 3:30pm to 4:05pm, Tuesday 17th April

  • Massively Continuous Integration: From 3 days to 30 minutes

    by Jesse Dowdle and David Tolley

    Most engineering organizations include some level of continuous integration in their development process. The brutal truth is that far too often these efforts are plagued by unreliable tests, long feedback loops, and bad configuration management. Learn how AtTask decided to radically rethink their software development model, and by using open source and cloud solutions went from 3 days of acceptance testing to just minutes, providing feedback on thousands of selenium tests to every engineer in the organization. See how by leveraging publicly available tools, you can deliver hyper-scalability to your Continuous Integration framework and include selenium testing per commit to drive cycle time down in your organization.

    At 3:30pm to 4:05pm, Tuesday 17th April

  • How to Test the Inside of Your Head

    by Liz Keogh

    When we test code and find it doesn’t do what we thought it did, we change it. But wouldn’t it be great if we didn’t have to write the wrong code in the first place? In this talk Liz shows how we can use examples and scenarios to break the models we make inside our own heads, helping us to avoid premature commitments and their follow-through – whether in code or in life.

    At 4:10pm to 5:00pm, Tuesday 17th April

    Coverage video