qlabs how to get maximum roi using test automation

13
qLabs How to get maximum ROI using Test Automation (August 2009)

Upload: guest221c8e

Post on 23-Jan-2015

1.865 views

Category:

Technology


1 download

DESCRIPTION

Several organizations have tried to replace the Manual testing with the Test Automation tools. While they did reap its benefits, most also encountered a few roadblocks. A major disadvantage to record and playback is that the test has hard coded values and cannot cope with the small changes in the application responses. Hence, this approach has appeal for demonstrating examples of automation, but will not produce a scaleable or maintainable test automation solution. qLabs solution for test automation meets all the demands for modern test systems. It consists of adaptable, object-oriented components that ensure the quick and easy implementation of customized solutions. We use a framework that provides all the mechanisms needed to run the test logic. The test script developer only needs to provide the test-specific logic.

TRANSCRIPT

Page 1: qLabs How To Get Maximum RoI Using Test Automation

qLabs

How to get maximum ROI using Test Automation

(August 2009)

Page 2: qLabs How To Get Maximum RoI Using Test Automation

2

Test Automation Background qLabs Automation Approach iLeap - qLabs Test Automation Framework Advantages

Agenda

Page 3: qLabs How To Get Maximum RoI Using Test Automation

3

85% of all Test Automation initiatives did not give

enough ROI

Automation Without Framework

Page 4: qLabs How To Get Maximum RoI Using Test Automation

4

Traditional Automation Approach

Page 5: qLabs How To Get Maximum RoI Using Test Automation

5

qLabs Automation Approach

*

* iLeap is qlabs’ Test Automation Framework

Page 6: qLabs How To Get Maximum RoI Using Test Automation

6

Test suite development equivalent to writing manual test cases

Eliminates the communication overhead between manual and automation engineer.

Easy migration from one tool to another

Unattended execution with inbuilt recovery mechanisms

Publishes the test results in easy to read format.

Supports all major functional automation tools and technologies including AJAX, Silver Light 3.0

Enable conditional execution feature to take care of complex real time business scenarios

iLeap

Page 7: qLabs How To Get Maximum RoI Using Test Automation

Define Application Under Test (AUT) object properties in a segregated environment

Application Under Test

Object

Unique Identifier

Scalable with respect to incremental build changes

Improves the ease of test script maintenance

Enables fast delivery and early detection of defects

Automation Suite Development – Create Object Repository

7

Object Properties

Page 8: qLabs How To Get Maximum RoI Using Test Automation

Automation Suite Development – Create Test Case Action Repository

Action values are maintained in keyword tables

Test case repository is used to store definitions of test cases with respect to test data.

Improves efficiency by separation of the code from the data

Improved maintainability of test scripts.

TestUser1

Password

Test case functional steps

1: Enter the value in the Login Name edit field

2: Enter the value in the Login Password edit field

3: Click on Login Button

8

Verify that the next page appears and the

Dashboard link is visible

Expected result

Page 9: qLabs How To Get Maximum RoI Using Test Automation

Automation Suite Development – Create Test Case Data Repository

Multiple iterations with different test data

Iteration 2 ValuesIterations 1 Values

9

Page 10: qLabs How To Get Maximum RoI Using Test Automation

Contains control parameters for the test execution

Parameter to control Test Environment

Parameter to control Test Execution

Application Parameters

Test Suite Execution - Control Configuration

Execution Status

Parameters to control Result Reporting

Execution Priority10

Page 11: qLabs How To Get Maximum RoI Using Test Automation

Test Suite Execution - Result Reporting

Results of Test Case Execution

Result file created with the date and time stamp, version number appended to the filename

A standardized method to log test results is used throughout

Relevant Pass/Fail information is generated along with test case details

11

Customization in execution

Page 12: qLabs How To Get Maximum RoI Using Test Automation

Incorporates best practices of test automation engineering which results in:

No framework development is required, resulting in lower risk and a quick jumpstart. Highly robust and scalable solution Rapid test development; productivity increases up to 40% Minimized tool dependency and empowered manual test engineers Effective handling of incremental changes results in 60% cut in maintenance costs Web based ROI Calculations showcase the overall automation benefits for any application

http://qlabs.impetus.co.in/automation_roi_calculator/

12

Advantages Over Alternative Options