1 / 8

TEST framework creation

TEST framework creation. Story from real life. ABOUT AUTHOR. Vitaliy Davidyak. 8 years of experience in QA. Skype: toldo-27. Email: vda@sitecore.net. Objective. Multi-browser testing of rich web application OOP principles and C# .NET base Own self-explaining Domain-Specific Language

iram
Download Presentation

TEST framework creation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TEST framework creation Story from real life

  2. ABOUT AUTHOR Vitaliy Davidyak 8 years of experience in QA Skype: toldo-27 Email: vda@sitecore.net

  3. Objective • Multi-browser testing of rich web application • OOP principles and C# .NET base • Own self-explaining Domain-Specific Language • Compatibility with existing eco-system (CI, tools, platforms)

  4. Test target

  5. Application Under test

  6. Visual studio + ReSharper • CruiseControl.NET + NAnt • NUnit as a test runner • DSL for UI controls, helper web service, logging • Selenium WebDriver + Strontium ARCHITECTURE

  7. HTML controls • Page object pattern redefined • Domain-Specific Language • Complex controls are wrapped up • Web-service to interact with server • application part • Driver-independent (all low-level • calls are encapsulated) • Code autocomplete and suggestions Test code sample DESIGN Pattern

  8. CI/reports • VisualStudio + R# • Main app integration • (web service) INTEGRATION

More Related