Automated testing for sfl presentation

Post on 26-Jun-2015

161 views 1 download

Tags:

description

Automated testing

Transcript of Automated testing for sfl presentation

Automated Testing for SFL

The purpose of the presentation

• To share structure of automate testingweb-application Support For Learning

Precondition• Large and complex application

• Lots of manual test cases The number of which increases

• Need to test on different browsers.

Infrastructure Requirements

• Parallel tests run on different platforms

• Manage test configurations (What, Where, When?)

• Operative analysis of the results

• Ease of testing support and fast creation of new ones

Realization

Test Environment

Autotest’s Life Cycle1. Choose test cases for automatization

2. Write Test Case in steps so any person without deep business logic understanding could perform it

3. Code it

Code is clear for non-programmers:

3. Commit the code and build job on Jenkins:

4. Analyze test results

Analyze log and screenshot of failure:

Show Time

Resume

• Regression testing time has reduced

Questions?