36
Test Automation Test Automation Let’s talk business Let’s talk business Igor Gershovich Igor Gershovich Connected Testing, Inc. Connected Testing, Inc. www.connectedtesting.com www.connectedtesting.com [email protected] [email protected]

Test Automation - Let's Talk Business

Embed Size (px)

Citation preview

Page 1: Test Automation - Let's Talk Business

Test AutomationTest Automation

Let’s talk business Let’s talk business

Igor GershovichIgor GershovichConnected Testing, Inc.Connected Testing, Inc.www.connectedtesting.comwww.connectedtesting.comigershovich@[email protected]

Page 2: Test Automation - Let's Talk Business

Overview

Test Automation Myths Return on Investment (ROI) Frameworks

Page 3: Test Automation - Let's Talk Business

Test Automation Myths

Page 4: Test Automation - Let's Talk Business

Myth #1 - Test Automation is simple, that every tester can do it This myth is promoted by the tool sales people.

They are trying to promote the following test automation process: Record the script Enhance the script by adding functions and data

driving Run the scripts Report results

Under the influence of this myth the QA manager can proudly report: All our testers are developing test automation.

Page 5: Test Automation - Let's Talk Business

Reality - Test automation is a software development task Automation should be designed, developed and

tested You need to have some kind of a

programming background to implement test automation. Test Automation is not as complex as C++/C#/Java development.

Test automation standards should be developed Automated test components are assets that

should be treated like application source code

Page 6: Test Automation - Let's Talk Business

Myth #2 – Commercial test tools are expensive Under the influence of this myth some

companies, especially the small ones:Try to develop their own test automation toolsUse scripting languages like Perl and RubyUse shareware test toolsDo not consider test automation at all

Page 7: Test Automation - Let's Talk Business

Reality – Commercial tools are cheap Per seat license for the most expensive automation tool

is $8K This tool will be used for 5 years. Maintenance/Support fees are 20% of tool cost or

$1,800 per year The cost of this tool is $8K/5+$1,800 = $3,100 per year The automation developer cost with overhead is $100K

per year The cost of this tool is just 3% of the person who uses it,

but productivity gain can be very significant

Page 8: Test Automation - Let's Talk Business

Commercial Tool Benefits:

Customer support. Many of the open source tools come and go with little to no support

Most commercial tools are constantly being updated as technologies change

Most commercial tools usually have more functionality (QTP can test various GUI applications: Web, .Net, Java, VB, C/C++, PowerBuilder, etc. vs. WATIR – Web only)

Commercial tools usually have a large community of users, which translates into better availability of qualified resources

Commercial tools require less advanced programming More test automation frameworks are available for commercial tools Commercial tools are integrated with Test Management tools which

makes reporting and execution much simpler.

Page 9: Test Automation - Let's Talk Business

Over 300 Test Tools are available (http://www.softwareqatest.com) Load/Performance tools – 54 Web Functional/Regression – 60 Java Test tools - 48 Other Web tools – 76

Which tool is right for you?

Page 10: Test Automation - Let's Talk Business

Absolutely Unscientific research:

Employer demand by tool expertise(May, 2008)

Page 11: Test Automation - Let's Talk Business

Dice search results across US (30 days)

Tool Search string Matches

QTP Qtp OR quicktest OR "quick test“ 613

Functional Tester

"rational robot" OR "functional tester”

118

SilkTest silktest OR "silk test” 86

TestComplete testcomplete OR "test complete” 26

TestPartner testpartner OR "test partner“ 19

VSTE VSTE AND test 45

WATIR watir 26

Selenium Selenium 108

Page 12: Test Automation - Let's Talk Business

Demand per tool

HP QTP60%

Open Source WATIR

2%Microsoft

VSTE4%

AutomatedQATestComplete

2%

Compuware TestPartner

2%

Borland SilkTest

8%

IBM Functional

Tester12%

Open Source Selenium

10% QTPFunctional TesterSilkTestTestCompleteTestPartnerVSTEWATIRSelenium

Page 13: Test Automation - Let's Talk Business

Excerpt from IDC Report:

“Worldwide Automated Software Quality 2007-2011 Forecast and 2006 Vendor Shares…”

Page 14: Test Automation - Let's Talk Business
Page 15: Test Automation - Let's Talk Business

Think of yourself like a business

Facts: Average IT job tenure is about 2 years Competitive intensity is rising

What you should do: Invest your time/money in learning mainstream

automation Create a niche for yourself - add Configuration

Management, Performance Testing or Project Management to your skillset

Market yourself

Page 16: Test Automation - Let's Talk Business

Return On Investment (ROI)

Page 17: Test Automation - Let's Talk Business

Classic ROI Calculation

ROI = BENEFIT/COST

Automation Cost = Price Of HW + Price of SW + Development Cost + Maintenance Cost + Execution Cost

Manual Testing Cost = Development Cost + Maintenance Cost + Execution Cost

ROI = (Manual Testing Cost - Automation Cost)/Automation Cost

Looks right, Doesn’t it?

Page 18: Test Automation - Let's Talk Business

Problems with Classic ROI Calculation

You can’t compare Automated Testing and Manual Testing. They are not the same and they provide different information about the AUT.

You can’t compare cost of multiple execution of automated tests vs. manual tests. You would never dream of executing that many test cases manually.

Page 19: Test Automation - Let's Talk Business

Automation Real ROI ROI value IS NOT the value of Automation

vs. Cost of executing these tests manually Automation ROI value IS the benefit of

this type of testing, and it can be:Reducing Time to Market Increased Test Efficiency (Productivity) Increased Test Effectiveness

Page 20: Test Automation - Let's Talk Business

Reduced Time to Market

Can get a greater market share Makes people available to work on

other projects Higher margins, if no competitive

products are currently available

Page 21: Test Automation - Let's Talk Business

Productivity and Effectiveness

More testing gets done faster, increasing the odds of finding defects

Defects found early have better chances of being fixed Manual Testers can concentrate on clever ways to

finding defects, instead of typing test inputs and verify output.

About 7% of bug fixes create new bugs, sometimes in already tested parts of the system. With automation you can rerun tests for those modules. This almost never happens when testing is done manually.

Page 22: Test Automation - Let's Talk Business

ROI summary

Each project requires different types of automation - there is often no easy formula available to calculate ROI

Performing ROI calculation can help to determine upfront what type of automation, what level of skills, what tools will be required.

Page 23: Test Automation - Let's Talk Business

Automation Frameworks

Page 24: Test Automation - Let's Talk Business

Test Automation Framework

A Test Automation Framework is a set of assumptions, concepts and tools that provide support for Automated Software Testing.

A correctly implemented Test Automation Framework can further improve ROI by reducing the development and maintenance costs.

Page 25: Test Automation - Let's Talk Business

Types of Test Automation Frameworks Modular Data-Driven Keyword–Driven Model-Based

Page 26: Test Automation - Let's Talk Business

Modular framework

The Modular framework is the natural progression derived from Record-and-Playback

The modular framework seeks to minimize repetition of code by grouping similar actions into “modules” (e.g.: login)

Test Data is in a script or in an internal table

This is what tool sales people are promoting.

Page 27: Test Automation - Let's Talk Business

Data-Driven/Keyword Driven These frameworks are similar in that the

data is separated from the test script The script is just a "driver" or delivery

mechanism for the data. The difference:

In keyword-driven testing, the navigation data and test data are contained in the data source

In data-driven testing, only test data is contained in the data source.

Page 28: Test Automation - Let's Talk Business

Model-Based testing

Model-based testing is software testing in which test cases are derived in whole or in part from a model that describes some (usually functional) aspects of the system.

Model-based testing for complex software systems is still an evolving field.

Page 29: Test Automation - Let's Talk Business

We’ll be concentrating on Keyword-Driven testing since it is the most beneficial framework for large-scale test automation.

Page 30: Test Automation - Let's Talk Business

Advantages of Keyword-Driven Test automation This Framework addresses the most common problem

with test automation: Automation Engineers do not have domain knowledge and the End Users (Subject Matter Experts/Test Engineers) usually do not have automation expertise.

When properly implemented and maintained, it presents a superior ROI because each business event is designed, automated and maintained as a discrete entity.

Keywords can then be used to design test cases, but the design and automation overhead for the keyword has already been paid.

Page 31: Test Automation - Let's Talk Business

Advantages of Keyword-Driven Test automation Reduced the cost and time spent maintaining

and updating tests The modular structure of keyword-driven testing

means that new tests can easily be created from pre-existing modules

The test team is capable of entirely automating tests, even without programming knowledge

Can be easily modified to use with different test tool

Reusability across different projects

Page 32: Test Automation - Let's Talk Business

Classic Keyword-Driven ExampleObject Action Data

Textfield (username) Enter Text <username>

Page 33: Test Automation - Let's Talk Business

Recent Success with Keyword-Driven approach Estimate using Modular Framework: 1 year Estimate with Keyword-Driven Framework: 6 months

Project was completed in 4 months by 1 person, 2 month ahead of schedule.

This was the first project for the automation developer utilizing the Keyword-Driven Framework.

170 components were developed (1 component per Web page).

109 Regression Test cases were automated.

Page 34: Test Automation - Let's Talk Business

Example of Test Data for Keyword-Driven test automation developed by Connected Testing Inc. for TestComplete and QTP

Page 35: Test Automation - Let's Talk Business

Resources

“Everything you want to know about Test Automation…” by Brian Le Suer

“Manager’s Guide to GUI Test Automation” by Yury Makedonov “The ROI of Test Automation” by Michael Kelly “What is my ROI?” by mVerify Corporation SQA Forums “An Overview of Test Automation Frameworks” by Nathaniel

Ritmeyer “The benefits of keyword-based software test automation” by David

W. Johnson Wikipedia

Page 36: Test Automation - Let's Talk Business

Igor Gershovich

Company: Connected Testing, Inc.

E-Mail: [email protected]

Phone: 720-933-9395

Website: www.connectedtesting.com