10
Automation(testing).Seleni um(); Author: Ana Sârbescu Skopje, December 2015 Software Testing Community Macedonia

JavaSkop - Automation Skopje

Embed Size (px)

Citation preview

Page 1: JavaSkop - Automation Skopje

Automation(testing).Selenium();

Author: Ana SârbescuSkopje, December 2015

Software Testing Community Macedonia

Page 2: JavaSkop - Automation Skopje

Hello world!

• Why we need Automated Testing?• How do we implement the Framework?• What’s this Selenium all about?

Summary:

Page 3: JavaSkop - Automation Skopje

Manual Testing …Automated• Need more resources?• Higher level of confidence, higher coverage. • Free the time for creative testing!• Specialized resources/ +Help

We need an Automated Framework!

Page 4: JavaSkop - Automation Skopje

Testing Framework for Automation

Page 5: JavaSkop - Automation Skopje

What does Selenium do?

• “Selenium automates browsers. ”

• It interrogates and manipulates the HTML.• Contains a DSL called Selenese.• Works with all browsers and platforms.• It integrates with so many tools.

Page 6: JavaSkop - Automation Skopje
Page 7: JavaSkop - Automation Skopje

Example

Page 8: JavaSkop - Automation Skopje

Advanced features in Selenium• Grid +RC +Cross Browsers Testing

• DesiredCapabilities• RemoteWebDriver

• Page Object Model• Parameterized Tests

• Data Driven Design• Keyword Driven Design

• Generating PDF, Email and Screenshot test reports

• Using Robot Api; Database testing;

Page 9: JavaSkop - Automation Skopje

Useful LinksAutomated Testing Frameworks tutorials• http://www.slideshare.net/saucelabs/test-automation-framework-

designs/• https://www.cs.colorado.edu/~kena/classes/5828/s12/presentation-

materials/ghanakotagayatri.pdf• https://www.youtube.com/watch?v=ONeeO9tqItM

Selenium Tutorials• http://www.guru99.com/selenium-tutorial.html• https://www.pluralsight.com/courses/selenium• http://www.seleniumhq.org/docs/• http://www.tutorialspoint.com/selenium/• http://learn-automation.com/free-selenium-webdriver-tutorial/

Page 10: JavaSkop - Automation Skopje

This is not …

THE END

This is just the beginning…

This is not …

THE END