Download pptx - Automation Testing

Transcript
Page 1: Automation Testing

Automation TestingUsing Fiddler and Visual Studio 2010

Created By: Yana AltunyanReviewed by: Vladimir SoghoyanOgma Applications

Page 2: Automation Testing

Ogma Applications 2

Introduction to Automation Testing Recording Steps with Fiddler Use Recorded Steps in Visual Studio 2010

9/18/2012

Overview

Page 3: Automation Testing

Ogma Applications 3

An automation software testing tool is able to playback pre-recorded and predefined actions.

Once automation tests are created they can easily be repeated and they can be extended to perform tasks impossible with manual testing.

9/18/2012

Introduction to Automation Testing

Page 4: Automation Testing

Ogma Applications 4

Automation Testing means using an automation tool to execute your test cases.

Automation does not require Human intervention.

Automation increases  speed of test execution.

9/18/2012

Introduction to Automation Testing

Page 5: Automation Testing

Ogma Applications 5

Fiddler is an HTTP debugging proxy server application. It captures HTTP(S) traffic and logs it for the user to review.

9/18/2012

Recording Steps with Fiddler

Page 6: Automation Testing

Ogma Applications 6 9/18/2012

Recording Steps with Fiddler

Fiddler records all steps to be automated

Page 7: Automation Testing

Ogma Applications 7

Export your Recorded Sections

9/18/2012

Recording Steps with Fiddler

Page 8: Automation Testing

Ogma Applications 8

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It can be used for testing. There is an Automation testing possibility in Visual Studio.

9/18/2012

Use Recorded Steps in Visual Studio 2010

Page 9: Automation Testing

Ogma Applications 9

Run Recorded steps in Visual Studio 2010

9/18/2012

Use Recorded Steps in Visual Studio 2010

Page 10: Automation Testing

Ogma Applications 10

Results:

9/18/2012

Use Recorded Steps in Visual Studio 2010

Page 11: Automation Testing

Ogma Applications 11

Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions.

Recorded steps can be used for Load testing

9/18/2012

Use Recorded Steps in Visual Studio 2010

Page 12: Automation Testing

Ogma Applications 12

Load test using Recorded steps

9/18/2012

Use Recorded Steps in Visual Studio 2010