automated tests on drupal

15
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Automated tests on Drupal Ran Bar-Zik/ 09 10, 2014

Upload: oberon

Post on 22-Feb-2016

32 views

Category:

Documents


0 download

DESCRIPTION

Automated tests on Drupal. Ran Bar-Zik/ 09 10, 2014 . Ran Bar-Zik Software Developer at HP Software R&D Working at HP Live Network project – based on Drupal. My professional site: internet-israel.com Contact me at: Twitter: @ barzik Facebook: facebook.com/ rbarzik. Who am I?. - PowerPoint PPT Presentation

TRANSCRIPT

HTML5 Training

Automated tests on DrupalRan Bar-Zik/ 09 10, 2014 Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#1Who am I?Ran Bar-Zik Software Developer at HP Software R&DWorking at HP Live Network project based on Drupal.My professional site: internet-israel.com

Contact me at:Twitter: @barzikFacebook: facebook.com/rbarzik

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Bug reports after a new release:Why do we need automated testing?

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Selenium + Jenkins: Automated tests solutions:

SimpleTest:

QTP: Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#behavior-driven development framework for testing JavaScript codeIt can be used for testing web component and not only JavaScript.

JasmineJS

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#My jQuery example module:Expanding BoxDemo link:

Github link:

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#JasmineJS Install

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#The tests results will be here, but nothing to see here actually.Specrunner.htm

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Jasmine test file for expanding box

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Just go to specrunner.htmlRunning Tests in Jasmine SATest link:

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Module for integration between Jasmine and DrupalJasmine Drupal IntegrationAvailable at Github:

Live Demo:

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Drupal Jasmine definitions

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Drupal Jasmine Integration manifest

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Playing drush command for Jasmine Drupal Integration

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#Thank you Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.#