SlideShare uma empresa Scribd logo
1 de 42
Today’s webinar is presented by Hans Buwalda and he will
discuss BIG Testing.
Welcome to the EuroSTAR July Webinar Series
www.eurostarconferences.com
This webinar is due to start at 4pm. Make sure you stick around at the end
for the Q&A session and continue the conversation with the speaker on
Twitter after the show!
@esconfs
#esconfs
BIG Testing
Hans Buwalda, CTO, LogiGear (USA)
An internationally recognized expert in testing, Hans Buwalda is the pioneer of
keyword-driven test automation, an approach now widely used throughout the
testing industry. Working in The Netherlands for CMG (now CFI) he helped
develop the successful TestFrameTMframework. He now is CTO of LogiGear
Corporation in California, responsible for the keyword-driven Action Based
TestingTM method, and the tools that support it: TestArchitectTM and TestArchitect
for Visual Studio®. Hans speaks frequently at international conferences and is
coauthor of Integrated Test Design and Automation: Using the TestFrame
Method.
www.eurostarconferences.com
@esconfs
#esconfs
Q&A
www.eurostarconferences.com
If you have a question, the control panel on the right has a Questions
box. All questions will be answered at the end of the presentation.
The GoToWebinar attendee interface is made up of two parts. The
Viewer Window shows the presenter’s screen. The Control Panel is
where attendees can interact and ask questions.
The webinar will be recorded and you will be notified
via email when it is available.
@esconfs
#esconfs
How can I get the
slides?
www.eurostarconferences.com
Slides and all materials will be posted on the EuroSTAR website as well as emailed to you.
@esconfs
#esconfs
Join the conversation on Twitter
#esconfs
@esconfs
@hansbuwalda
www.eurostarconferences.com
Continue the conversation with the speaker on Twitter after the show!
@esconfs
#esconfs
BIG Testing
Hans Buwalda
LogiGear
Tutorial excerpts
Keywords, Test
Design, Automation, Virt
ualization, Globalization
© 2013 LogiGear Corporation. All Rights Reserved
About LogiGear
 Software testing company, around since 1994
 Testing and test automation expertise, services and tooling
consultancy, training
test development and automation services
"test integrated" development services
 Aims to be thought leader, in particular for large and complex test projects
 Products:
TestArchitect™, TestArchitect for Visual Studio™
integrating test development with test management and automation
based on modularized keyword-driven testing
www.logigear.com
www.testarchitect.com
© 2013 LogiGear Corporation. All Rights Reserved
What is "BIG"
 Big efforts in development, automation, execution and/or follow up
 It takes a long time and/or large capacity to run tests (lot of tests, lot of versions, lot of
configurations, ...)
 Scalability, short term and long term
 Complexity, functional, technical
 Number and diversity of players and stakeholders
pigs, chicken, elephants, ankle biters, ...
 Various definitions of "big" possible... and relevant...
"10 machines" or "10 acres"
"1000 tests" or "1000 weeks of testing"
 Big today means: big for you
"non trivial", you need to think about it
"Windows 8 has undergone more than
1,240,000,000 hours of testing"
Steven Sinofsky, Microsoft, 2012
© 2013 LogiGear Corporation. All Rights Reserved
Keywords, essential for scalability
 Distinguish tasks for test development and for automation
 The test developer creates tests using "actions". Each action consists of a keyword ("action
word") and arguments
 Automation focuses on automating the actions, each action is automated only once
however…. actions by themselves are just a format, not a method….
© 2013 LogiGear Corporation. All Rights Reserved
Action Based Testing
Test Development Plan
Test Cases
Test
Objectives
Test Module 1
Test Cases
Test
Objectives
Test Module 2
Test Cases
Test
Objectives
Test Module N
Actions
. . .
ACTION AUTOMATION
Break down
Automate
© 2013 LogiGear Corporation. All Rights Reserved
Test Design
 Effective test breakdown (into test modules)
make sure test modules (test clusters) have a clear focus
keep different kinds and levels of tests separate
 Right level of actions
as “high level” if possible, hiding as many details as much as possible
...but not if the details are relevant for the test
It is my believe that successful automation is not a technical challenge. It is most
of all a test design challenge.
© 2013 LogiGear Corporation. All Rights Reserved
What's the trick...
© 2013 LogiGear Corporation. All Rights Reserved
What's the trick...
 Have or acquire facilities to store and organize you content
 Select your stuff
 Decide where to put what
assign and label the shelves
 Put it there
 If the organization is not sufficient anymore, add to it or change it
© 2013 LogiGear Corporation. All Rights Reserved
Example of a business test module
 Test a business functionality, doesn't show details that are not relevant to that
 Navigation details are avoided, unless they're meant to be tested
TEST MODULE Car Rental Payments
user
start system john
TEST CASE TC 01 Rent some cars
first name last name car
rent car John Doe Ford Escape
rent car John Doe Chevvy Volt
last name amount
check payment Doe 140.4
FINAL
close application
© 2013 LogiGear Corporation. All Rights Reserved
Example of an interaction test module
 In this "low level" test details are not hidden, since they are the target of the test
 The right level of abstraction depends on the scope of the test, and is an outcome of your test
design process
TEST MODULE Screen Flow
user
start system john
TEST CASE TC 01 "New Order" button
first name control
click main new order
window
check window exists new order
FINAL
close application
© 2013 LogiGear Corporation. All Rights Reserved
Eye on the ball, Scope
 Always know the scope of the test module
 The scope should be unambiguous
 The scope determines many things:
what the test objectives are
which test cases to expect
what level of actions to use
what the checks are about and which events should generate a warning or
error (if a “lower” functionality is wrong)
© 2013 LogiGear Corporation. All Rights Reserved
What I have seen not work
 "Over-Checking": having checks that don't fit the scope of the test
 Forcing data driven: making all tests data driven (variables, data files) without
clear reason
 Combinatorial explosions: test all ... for all ... in all ...
 All actions high level (or all actions low level)
 Many tests for forms and dialogs, little tests for business processes
 Abundance of irrelevant comments, and lack of relevant comments
© 2013 LogiGear Corporation. All Rights Reserved
Choosing actions
 Scope of the test determines the actions
 As high level as appropriate, but not too high
 As little arguments as possible
use default values for arguments not relevant to the scope of the test
 Clear names (usually verb + noun usually works well)
to standardize action names: standardize both the verbs and the nouns, so "check customer" versus "verify
client" (or vice versa)
tests are not C++ code: avoid "technical habits", like mixed case and underlines
 Manage the Actions
 Document the Actions
 Actions should be by-product of the test design
© 2013 LogiGear Corporation. All Rights Reserved
Example of using actions
In this real world example the first "sequence number" for teller transactions for a given day is retrieved, using a search function
• the "#" means an expression, in this case a variable
• the ">>" assign to a variable for use later on in the test
key
key navigate F7
key navigate 3
page tab
locate page tab Scan Criteria
w indow
wait for controls loaded search
text
check breadcrumb general functions > search
w indow control value
select search scan direction Backward
w indow control value
enter value search business date match # bus date
source control
click search go
w indow
wait for controls loaded search results
w indow control variable
get search results sequence number >> seq num
© 2013 LogiGear Corporation. All Rights Reserved
variable
get sequence number >> seq num
Example of using actions
In this real world example the first "sequence number" for teller transactions for a given day is retrieved, using a search function
• the "#" means an expression, in this case a variable
• the ">>" assign to a variable for use later on in the test
© 2013 LogiGear Corporation. All Rights Reserved
Low-level, high-level, mid-level actions
 Low-level: detailed interaction with the UI (or API)
generic, do not show any functional or business logic
examples: "click", "expand tree node", "select menu"
 High-level: represent a business function specific to the scope of the test
hide the interaction
examples: "enter customer", "rent car", "check balance"
 Mid-level: auxiliary actions that represent common sequences of low level
actions
usually to wrap a form or dialog
greatly enhance maintainability
example: "enter address fields"
enter customer
enter address fields
enter select set . . .. . .
© 2013 LogiGear Corporation. All Rights Reserved
Test Development and Automation in sprints
Test Module
Definition
(optional)
Test Module Development
Interface Definition
Action Automation
Test Execution
Sprint ProductsProduct Backlog
Test re-use
Automation re-use
product
owner
team
prod owner &
team
User stories
Documentation
Domain understanding
Acceptance Criteria
PO Questions
Situations
Relations
Agile life cycle
Test development
Main Level Test Modules
Interaction Test Modules
Cross over Test Modules
© 2013 LogiGear Corporation. All Rights Reserved
Some Tips to Get Stable Automation
 Make the system under test automation-friendly
 Use "active" timing
always wait for something, never just wait a fixed amount of time ("passive
timing")
 Test your automation
 Use automation to identify differences between versions of the
system under test
 Keep an eye on the test design
© 2013 LogiGear Corporation. All Rights Reserved
 Look for properties a human user can't see, but a test tool can
 This approach is a must-do for speedier and more stable automation
interface mapping is often bottleneck, and source of maintenance problems
with predefined identifying property values an interface map can be created without "spy" tools
not sensitive to changes in the system under test
not sensitive to languages and localizations
 Examples:
"id" attribute for HTML elements
"name" field for Java controls
"AccessibleName" property in .Net controls (see below)
Automation-friendly design: hidden properties
© 2013 LogiGear Corporation. All Rights Reserved
Environments, configurations
 Many factors can influence details of automation
language, localization
hardware
version of the system under test
system components, like OS or browser
 Test design can reflect these
certain test modules are more general
others are specific, for example for a language
 But for tests that do not care about the differences, the automation just needs
to "deal" with them
shield them from the tests
© 2013 LogiGear Corporation. All Rights Reserved
Capture variations of the system under test in the actions and interface definitions, rather than in
the tests (unless relevant there).
Can be a feature in a test playback tool, or something you do with a global variable or setting.
Variation Variation Variation
"Variations"
"Master Switch"
Actions, Interface Definitions
. . .
© 2013 LogiGear Corporation. All Rights Reserved
Possible set up of variations
linked variation
keyworded variation
Specify for example in a dialog when you start an execution:
© 2013 LogiGear Corporation. All Rights Reserved
Virtualization
 Virtual machines rather than physical machines
allow "guest" systems to operate on a "host" system
host can be Windows, Linux, etc, but also a specialized "hypervisor"
the hypervisor can be "hosted" or "bare metal"
 Main providers:
VMWare: ESX and ESXi
Microsoft: Hyper-V (readily available in Windows 8)
Oracle/Sun: Virtual Box
Citrix: Xen (open source)
 Hardware support gets common now
processor, chipset, i/o
for example "slat" (second level address translation, helps map addresses to memory)
 For most testing purposes you need virtual clients, not virtual servers
most offerings in the market currently target virtual servers, particularly data centers
 Virtual clients will become more mainstream with the coming of VM's as part of regular operating systems
Windows 8: Hyper-V
Linux: KVM
© 2013 LogiGear Corporation. All Rights Reserved
Virtualization, a testers dream...
 In particular for functional testing
 Much easier to define and create needed configurations
you basically just need storage
managing this is your next challenge
 One stored configuration can be re-used over and over again
 The VM can always start "fresh", in particular with
fresh base data (either server or client)
specified state, for example to repeat a particular problematic automation situation
 Can take "snap shots" of situations, for analysis of problems
 Can use automation itself to select and start/stop suitable VM's
for example using actions for this
or letting an overnight or continuous build take care of this
© 2013 LogiGear Corporation. All Rights Reserved
Virtualization, bad dream?
 Performance, response times, capacities
 Virtual machine latency can add timing problems
see next slide
can be derailing in big test runs
 Management of images
images can be (very) large, and difficult to store and move around
• there can be many, with numbers growing combinatorial style
• configuration in the VM can have an impact, like fixed/growing virtual disks
distinguish between managed configurations and sandboxes
define ownership, organize it
IT may be the one giving out (running) VM's, restricting your flexibility
 Managing running tests in virtual machines can take additional efforts on top of managing the
VM's themselves
with the luxury of having VM's the number of executing machines can increase rapidly
one approach: let longer running tests report their progress to a central monitoring service (various
tools have features for this)
© 2013 LogiGear Corporation. All Rights Reserved
Virtual machines, capacity
 Key to pricing is number of VM's that can run in parallel on a physical machine
 An automated test execution will typically keep a VM more busy than human
use
 Factors in determining VM/PM ratio:
memory, for guest OS, AUT, test tooling
storage devices (physical devices, not disk images)
processors, processor cores
specific hardware support (becoming more common)
• processor, chipset, I/O
We started regression with 140 VMs.
Very slow performance of
Citrix VM clients.
© 2013 LogiGear Corporation. All Rights Reserved
Globalization
 Three Challenges:
other countries, other cultures
geographic distances
time differences
 Seven "Patterns":
"Solution"
"Push Back"
"Time Pressure"
"Surprises"
"Ownership"
"Mythical Man Month"
"Cooperation"
other country
surprise
© 2013 LogiGear Corporation. All Rights Reserved
Three Challenges
 Other country
tricky, but can be managed
study and prepare (culture, governance, etc)
have a clear company culture to complement regional
(and professional) culture
 Distance
cumbersome
have good (great) communication features, at all levels
 Time difference
this is the biggest problem, comes back every day
as much as possible have local management and responsibility
company culture
© 2013 LogiGear Corporation. All Rights Reserved
Seven patterns
 "Mythical Man Month"
more (inexpensive) resources does not mean faster timelines
 "Solution"
team "solves" problems rather than asking
 "Push Back"
on-shore side dictates work and practices in detail
tell teams to push back if necessary
 "Time Pressure"
deadlines are quite often imposed without need
 "Surprises"
bad news is communicated too late
 "Ownership"
establish clear ownership: shared responsibility is no responsibility
 "Cooperation"
distance creates confusion and conflict (human nature)
tip: work with briefs and agendas for meetings
© 2013 LogiGear Corporation. All Rights Reserved
Industrial Organization
 Large scale testing can move from a "design" to a "production" focus
mostly applies to test execution, but also seen for test development
this not black and white, both paradigms can occur in the same projects
 A production organization is different a development organization
different professional culture
emphasis more on delivery and scale, "thinking big"
discipline rather than creativity, "get stuff done"
activities are like planning, control, logistics, information
 Responsibilities
Keeping the tests running
Allocating resources
Respond to hick-ups
Analyze and address automation issues
© 2013 LogiGear Corporation. All Rights Reserved
Summary
 Not all "big project" challenges are the same
 Think before you do. Best results come from combining effective
concepts, tricks and tools
 Consider tests and automation as products that need planning and design
 Virtualization can be a solution, but also a challenge
 Globalization can help scalability, but needs knowledge and attention
 Big testing projects typically have a "production" focus, in addition to test
development and automation
www.eurostarconferences.com
Questions?
@esconfs
#esconfs
EuroSTAR Webinar Archive
Access almost 70 on-demand software testing webinars by the world's leading
testing experts. Topics include….
www.eurostarconferences.com
Agile, Automation, Test Management, Process Improvements, Risk-based Testing, Performance Testing, Test
Documentation, Cloud Testing, Session-based Testing, Weekend Testers
Visit the archive!
http://www.eurostarconferences.com/community/member/webinar-archive
@esconfs
#esconfs
The EuroSTAR Community.
Are you a member?
Did you know we have an online resource area with almost …
www.eurostarconferences.com
600 software testing presentations, 70 topical webinars, over 40 videos
and podcasts and 25 expert eBooks
Do you know that membership is completely free and you can access these premium
testing resources anytime?
Join today!
http://www.eurostarconferences.com/community/
member
@esconfs
#esconfs
www.eurostarconferences.com
Are you coming to Gothenburg?
Join us in the Swedish Exhibition &
Congress
Centre, Gothenburg, Sweden from
the 04-07 November for the 21st
annual EuroSTAR Conference.
Visit www.eurostarconferences.com
for more information on what you
can expect to see at Europe’s largest
software testing event!
@esconfs
#esconfs
Book before Sept
Have you seen the latest competition?
You and 3 of your team could be joining us at the 2013 EuroSTAR Conference!
Entering is easy! Just send us a short video (2 minutes approx.) demonstrating how your team works together to meet
goals or solve problems.
Deadline for entries is Wednesday, August 14th!
More information here: http://www.eurostarconferences.com/content/teamstar-2013@esconfs
#esconfs
Don’t miss these great savings, book your ticket today!
Plus Make even bigger savings when you register for the Group discount
where every 5th attendee goes free!
For more information on the Conference Programme and pricing options
go to www.eurostarconferences.com@esconfs
#esconfs

Mais conteúdo relacionado

Mais procurados

Better Test Designs to Drive Test Automation Excellence
Better Test Designs to Drive Test Automation ExcellenceBetter Test Designs to Drive Test Automation Excellence
Better Test Designs to Drive Test Automation ExcellenceTechWell
 
Best Practices In Exploratory Testing
Best Practices In Exploratory TestingBest Practices In Exploratory Testing
Best Practices In Exploratory Testing99tests
 
Test Automation Principles
Test Automation PrinciplesTest Automation Principles
Test Automation PrinciplesNetSuite
 
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...Aggregage
 
Test Case Naming 02
Test Case Naming 02Test Case Naming 02
Test Case Naming 02SriluBalla
 
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreTechWell
 
Efficient And Effective Test Design
Efficient And Effective Test DesignEfficient And Effective Test Design
Efficient And Effective Test DesignJustin Hunter
 
How Crowd Testing Works
How Crowd Testing WorksHow Crowd Testing Works
How Crowd Testing Works99tests
 
When Testers Feel Left Out in the Cold
When Testers Feel Left Out in the ColdWhen Testers Feel Left Out in the Cold
When Testers Feel Left Out in the ColdTechWell
 
General technical interview questions
General technical interview questionsGeneral technical interview questions
General technical interview questionsKevalkumar Shah
 
Tutorial of web application load testing in selinium
Tutorial of web application load testing in seliniumTutorial of web application load testing in selinium
Tutorial of web application load testing in seliniumKevalkumar Shah
 
Karate API Testing-Complete Guidance by Testrig
Karate API Testing-Complete Guidance by TestrigKarate API Testing-Complete Guidance by Testrig
Karate API Testing-Complete Guidance by TestrigPritiFGaikwad
 
Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria An Nguyen
 
B4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriaB4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriab4usolution .
 
Software testing main
Software testing mainSoftware testing main
Software testing mainYogeshDhamke2
 
Compare squish tool vs telerik tool
Compare squish tool vs telerik toolCompare squish tool vs telerik tool
Compare squish tool vs telerik toolHoa Le
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationKevalkumar Shah
 

Mais procurados (20)

Better Test Designs to Drive Test Automation Excellence
Better Test Designs to Drive Test Automation ExcellenceBetter Test Designs to Drive Test Automation Excellence
Better Test Designs to Drive Test Automation Excellence
 
Test Automation Pyramid
Test Automation PyramidTest Automation Pyramid
Test Automation Pyramid
 
Best Practices In Exploratory Testing
Best Practices In Exploratory TestingBest Practices In Exploratory Testing
Best Practices In Exploratory Testing
 
The Test Pyramid
The Test PyramidThe Test Pyramid
The Test Pyramid
 
Test Automation Principles
Test Automation PrinciplesTest Automation Principles
Test Automation Principles
 
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...
Experiment Your Way to Product Success: How User Acceptance Testing Can Save ...
 
Test Case Naming 02
Test Case Naming 02Test Case Naming 02
Test Case Naming 02
 
Test case development
Test case developmentTest case development
Test case development
 
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
 
Efficient And Effective Test Design
Efficient And Effective Test DesignEfficient And Effective Test Design
Efficient And Effective Test Design
 
How Crowd Testing Works
How Crowd Testing WorksHow Crowd Testing Works
How Crowd Testing Works
 
When Testers Feel Left Out in the Cold
When Testers Feel Left Out in the ColdWhen Testers Feel Left Out in the Cold
When Testers Feel Left Out in the Cold
 
General technical interview questions
General technical interview questionsGeneral technical interview questions
General technical interview questions
 
Tutorial of web application load testing in selinium
Tutorial of web application load testing in seliniumTutorial of web application load testing in selinium
Tutorial of web application load testing in selinium
 
Karate API Testing-Complete Guidance by Testrig
Karate API Testing-Complete Guidance by TestrigKarate API Testing-Complete Guidance by Testrig
Karate API Testing-Complete Guidance by Testrig
 
Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria
 
B4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriaB4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteria
 
Software testing main
Software testing mainSoftware testing main
Software testing main
 
Compare squish tool vs telerik tool
Compare squish tool vs telerik toolCompare squish tool vs telerik tool
Compare squish tool vs telerik tool
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparation
 

Semelhante a 'BIG Testing' with Hans Buwalda

The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreTechWell
 
Introducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test AutomationIntroducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test AutomationTechWell
 
Introducing Keyword-driven Test Automation
Introducing Keyword-driven Test AutomationIntroducing Keyword-driven Test Automation
Introducing Keyword-driven Test AutomationTechWell
 
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreTechWell
 
Lightning Talks by Globant - Automation (This app runs by itself )
Lightning Talks by Globant -  Automation (This app runs by itself ) Lightning Talks by Globant -  Automation (This app runs by itself )
Lightning Talks by Globant - Automation (This app runs by itself ) Globant
 
Use Automation to Assist—Not Replace—Manual Testing
Use Automation to Assist—Not Replace—Manual TestingUse Automation to Assist—Not Replace—Manual Testing
Use Automation to Assist—Not Replace—Manual TestingTechWell
 
Model-Based Testing with Keywords
Model-Based Testing with KeywordsModel-Based Testing with Keywords
Model-Based Testing with KeywordsTechWell
 
Improving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationImproving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationMindfire LLC
 
Atmosphere 2016 - Berk Dulger - DevOps Tactical Adoption Theory
Atmosphere 2016 - Berk Dulger  - DevOps Tactical Adoption TheoryAtmosphere 2016 - Berk Dulger  - DevOps Tactical Adoption Theory
Atmosphere 2016 - Berk Dulger - DevOps Tactical Adoption TheoryPROIDEA
 
Implementing a testing strategy
Implementing a testing strategyImplementing a testing strategy
Implementing a testing strategyDaniel Giraldo
 
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...The Importance of Performance Testing Theory and Practice - QueBIT Consulting...
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...QueBIT Consulting
 
Effective Testing Practices in an Agile Environment
Effective Testing Practices in an Agile EnvironmentEffective Testing Practices in an Agile Environment
Effective Testing Practices in an Agile EnvironmentRaj Indugula
 
Testing Software Solutions
Testing Software SolutionsTesting Software Solutions
Testing Software Solutionsgavhays
 
Fostering Long-Term Test Automation Success
Fostering Long-Term Test Automation SuccessFostering Long-Term Test Automation Success
Fostering Long-Term Test Automation SuccessJosiah Renaudin
 
Failure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature DeliveryFailure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature DeliveryOptimizely
 

Semelhante a 'BIG Testing' with Hans Buwalda (20)

The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
 
Introducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test AutomationIntroducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test Automation
 
Introducing Keyword-driven Test Automation
Introducing Keyword-driven Test AutomationIntroducing Keyword-driven Test Automation
Introducing Keyword-driven Test Automation
 
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and MoreThe Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
The Challenges of BIG Testing: Automation, Virtualization, Outsourcing, and More
 
Lightning Talks by Globant - Automation (This app runs by itself )
Lightning Talks by Globant -  Automation (This app runs by itself ) Lightning Talks by Globant -  Automation (This app runs by itself )
Lightning Talks by Globant - Automation (This app runs by itself )
 
Use Automation to Assist—Not Replace—Manual Testing
Use Automation to Assist—Not Replace—Manual TestingUse Automation to Assist—Not Replace—Manual Testing
Use Automation to Assist—Not Replace—Manual Testing
 
Model-Based Testing with Keywords
Model-Based Testing with KeywordsModel-Based Testing with Keywords
Model-Based Testing with Keywords
 
Improving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationImproving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test Automation
 
Future of QA
Future of QAFuture of QA
Future of QA
 
Futureofqa
FutureofqaFutureofqa
Futureofqa
 
Agile testing
Agile testingAgile testing
Agile testing
 
Atmosphere 2016 - Berk Dulger - DevOps Tactical Adoption Theory
Atmosphere 2016 - Berk Dulger  - DevOps Tactical Adoption TheoryAtmosphere 2016 - Berk Dulger  - DevOps Tactical Adoption Theory
Atmosphere 2016 - Berk Dulger - DevOps Tactical Adoption Theory
 
OMSOFTWARE NEW Service
OMSOFTWARE NEW ServiceOMSOFTWARE NEW Service
OMSOFTWARE NEW Service
 
Implementing a testing strategy
Implementing a testing strategyImplementing a testing strategy
Implementing a testing strategy
 
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...The Importance of Performance Testing Theory and Practice - QueBIT Consulting...
The Importance of Performance Testing Theory and Practice - QueBIT Consulting...
 
Effective Testing Practices in an Agile Environment
Effective Testing Practices in an Agile EnvironmentEffective Testing Practices in an Agile Environment
Effective Testing Practices in an Agile Environment
 
Testing Software Solutions
Testing Software SolutionsTesting Software Solutions
Testing Software Solutions
 
Fostering Long-Term Test Automation Success
Fostering Long-Term Test Automation SuccessFostering Long-Term Test Automation Success
Fostering Long-Term Test Automation Success
 
Agile case studies
Agile case studiesAgile case studies
Agile case studies
 
Failure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature DeliveryFailure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature Delivery
 

Mais de TEST Huddle

Why We Need Diversity in Testing- Accenture
Why We Need Diversity in Testing- AccentureWhy We Need Diversity in Testing- Accenture
Why We Need Diversity in Testing- AccentureTEST Huddle
 
Keys to continuous testing for faster delivery euro star webinar
Keys to continuous testing for faster delivery euro star webinar Keys to continuous testing for faster delivery euro star webinar
Keys to continuous testing for faster delivery euro star webinar TEST Huddle
 
Why you Shouldnt Automated But You Will Anyway
Why you Shouldnt Automated But You Will Anyway Why you Shouldnt Automated But You Will Anyway
Why you Shouldnt Automated But You Will Anyway TEST Huddle
 
Being a Tester in Scrum
Being a Tester in ScrumBeing a Tester in Scrum
Being a Tester in ScrumTEST Huddle
 
Leveraging Visual Testing with Your Functional Tests
Leveraging Visual Testing with Your Functional TestsLeveraging Visual Testing with Your Functional Tests
Leveraging Visual Testing with Your Functional TestsTEST Huddle
 
Using Test Trees to get an Overview of Test Work
Using Test Trees to get an Overview of Test WorkUsing Test Trees to get an Overview of Test Work
Using Test Trees to get an Overview of Test WorkTEST Huddle
 
Big Data: The Magic to Attain New Heights
Big Data:  The Magic to Attain New HeightsBig Data:  The Magic to Attain New Heights
Big Data: The Magic to Attain New HeightsTEST Huddle
 
Will Robots Replace Testers?
Will Robots Replace Testers?Will Robots Replace Testers?
Will Robots Replace Testers?TEST Huddle
 
TDD For The Rest Of Us
TDD For The Rest Of UsTDD For The Rest Of Us
TDD For The Rest Of UsTEST Huddle
 
Scaling Agile with LeSS (Large Scale Scrum)
Scaling Agile with LeSS (Large Scale Scrum)Scaling Agile with LeSS (Large Scale Scrum)
Scaling Agile with LeSS (Large Scale Scrum)TEST Huddle
 
Creating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesCreating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesTEST Huddle
 
Is There A Risk?
Is There A Risk?Is There A Risk?
Is There A Risk?TEST Huddle
 
Are Your Tests Well-Travelled? Thoughts About Test Coverage
Are Your Tests Well-Travelled? Thoughts About Test CoverageAre Your Tests Well-Travelled? Thoughts About Test Coverage
Are Your Tests Well-Travelled? Thoughts About Test CoverageTEST Huddle
 
Growing a Company Test Community: Roles and Paths for Testers
Growing a Company Test Community: Roles and Paths for TestersGrowing a Company Test Community: Roles and Paths for Testers
Growing a Company Test Community: Roles and Paths for TestersTEST Huddle
 
Do we need testers on agile teams?
Do we need testers on agile teams?Do we need testers on agile teams?
Do we need testers on agile teams?TEST Huddle
 
How to use selenium successfully
How to use selenium successfullyHow to use selenium successfully
How to use selenium successfullyTEST Huddle
 
Testers & Teams on the Agile Fluency™ Journey
Testers & Teams on the Agile Fluency™ Journey Testers & Teams on the Agile Fluency™ Journey
Testers & Teams on the Agile Fluency™ Journey TEST Huddle
 
Practical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsPractical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsTEST Huddle
 
Thinking Through Your Role
Thinking Through Your RoleThinking Through Your Role
Thinking Through Your RoleTEST Huddle
 
Using Selenium 3 0
Using Selenium 3 0Using Selenium 3 0
Using Selenium 3 0TEST Huddle
 

Mais de TEST Huddle (20)

Why We Need Diversity in Testing- Accenture
Why We Need Diversity in Testing- AccentureWhy We Need Diversity in Testing- Accenture
Why We Need Diversity in Testing- Accenture
 
Keys to continuous testing for faster delivery euro star webinar
Keys to continuous testing for faster delivery euro star webinar Keys to continuous testing for faster delivery euro star webinar
Keys to continuous testing for faster delivery euro star webinar
 
Why you Shouldnt Automated But You Will Anyway
Why you Shouldnt Automated But You Will Anyway Why you Shouldnt Automated But You Will Anyway
Why you Shouldnt Automated But You Will Anyway
 
Being a Tester in Scrum
Being a Tester in ScrumBeing a Tester in Scrum
Being a Tester in Scrum
 
Leveraging Visual Testing with Your Functional Tests
Leveraging Visual Testing with Your Functional TestsLeveraging Visual Testing with Your Functional Tests
Leveraging Visual Testing with Your Functional Tests
 
Using Test Trees to get an Overview of Test Work
Using Test Trees to get an Overview of Test WorkUsing Test Trees to get an Overview of Test Work
Using Test Trees to get an Overview of Test Work
 
Big Data: The Magic to Attain New Heights
Big Data:  The Magic to Attain New HeightsBig Data:  The Magic to Attain New Heights
Big Data: The Magic to Attain New Heights
 
Will Robots Replace Testers?
Will Robots Replace Testers?Will Robots Replace Testers?
Will Robots Replace Testers?
 
TDD For The Rest Of Us
TDD For The Rest Of UsTDD For The Rest Of Us
TDD For The Rest Of Us
 
Scaling Agile with LeSS (Large Scale Scrum)
Scaling Agile with LeSS (Large Scale Scrum)Scaling Agile with LeSS (Large Scale Scrum)
Scaling Agile with LeSS (Large Scale Scrum)
 
Creating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesCreating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger Enterprises
 
Is There A Risk?
Is There A Risk?Is There A Risk?
Is There A Risk?
 
Are Your Tests Well-Travelled? Thoughts About Test Coverage
Are Your Tests Well-Travelled? Thoughts About Test CoverageAre Your Tests Well-Travelled? Thoughts About Test Coverage
Are Your Tests Well-Travelled? Thoughts About Test Coverage
 
Growing a Company Test Community: Roles and Paths for Testers
Growing a Company Test Community: Roles and Paths for TestersGrowing a Company Test Community: Roles and Paths for Testers
Growing a Company Test Community: Roles and Paths for Testers
 
Do we need testers on agile teams?
Do we need testers on agile teams?Do we need testers on agile teams?
Do we need testers on agile teams?
 
How to use selenium successfully
How to use selenium successfullyHow to use selenium successfully
How to use selenium successfully
 
Testers & Teams on the Agile Fluency™ Journey
Testers & Teams on the Agile Fluency™ Journey Testers & Teams on the Agile Fluency™ Journey
Testers & Teams on the Agile Fluency™ Journey
 
Practical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsPractical Test Strategy Using Heuristics
Practical Test Strategy Using Heuristics
 
Thinking Through Your Role
Thinking Through Your RoleThinking Through Your Role
Thinking Through Your Role
 
Using Selenium 3 0
Using Selenium 3 0Using Selenium 3 0
Using Selenium 3 0
 

Último

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

'BIG Testing' with Hans Buwalda

  • 1. Today’s webinar is presented by Hans Buwalda and he will discuss BIG Testing. Welcome to the EuroSTAR July Webinar Series www.eurostarconferences.com This webinar is due to start at 4pm. Make sure you stick around at the end for the Q&A session and continue the conversation with the speaker on Twitter after the show! @esconfs #esconfs
  • 2. BIG Testing Hans Buwalda, CTO, LogiGear (USA) An internationally recognized expert in testing, Hans Buwalda is the pioneer of keyword-driven test automation, an approach now widely used throughout the testing industry. Working in The Netherlands for CMG (now CFI) he helped develop the successful TestFrameTMframework. He now is CTO of LogiGear Corporation in California, responsible for the keyword-driven Action Based TestingTM method, and the tools that support it: TestArchitectTM and TestArchitect for Visual Studio®. Hans speaks frequently at international conferences and is coauthor of Integrated Test Design and Automation: Using the TestFrame Method. www.eurostarconferences.com @esconfs #esconfs
  • 3. Q&A www.eurostarconferences.com If you have a question, the control panel on the right has a Questions box. All questions will be answered at the end of the presentation. The GoToWebinar attendee interface is made up of two parts. The Viewer Window shows the presenter’s screen. The Control Panel is where attendees can interact and ask questions. The webinar will be recorded and you will be notified via email when it is available. @esconfs #esconfs
  • 4. How can I get the slides? www.eurostarconferences.com Slides and all materials will be posted on the EuroSTAR website as well as emailed to you. @esconfs #esconfs
  • 5. Join the conversation on Twitter #esconfs @esconfs @hansbuwalda www.eurostarconferences.com Continue the conversation with the speaker on Twitter after the show! @esconfs #esconfs
  • 6. BIG Testing Hans Buwalda LogiGear Tutorial excerpts Keywords, Test Design, Automation, Virt ualization, Globalization
  • 7. © 2013 LogiGear Corporation. All Rights Reserved About LogiGear  Software testing company, around since 1994  Testing and test automation expertise, services and tooling consultancy, training test development and automation services "test integrated" development services  Aims to be thought leader, in particular for large and complex test projects  Products: TestArchitect™, TestArchitect for Visual Studio™ integrating test development with test management and automation based on modularized keyword-driven testing www.logigear.com www.testarchitect.com
  • 8. © 2013 LogiGear Corporation. All Rights Reserved What is "BIG"  Big efforts in development, automation, execution and/or follow up  It takes a long time and/or large capacity to run tests (lot of tests, lot of versions, lot of configurations, ...)  Scalability, short term and long term  Complexity, functional, technical  Number and diversity of players and stakeholders pigs, chicken, elephants, ankle biters, ...  Various definitions of "big" possible... and relevant... "10 machines" or "10 acres" "1000 tests" or "1000 weeks of testing"  Big today means: big for you "non trivial", you need to think about it "Windows 8 has undergone more than 1,240,000,000 hours of testing" Steven Sinofsky, Microsoft, 2012
  • 9. © 2013 LogiGear Corporation. All Rights Reserved Keywords, essential for scalability  Distinguish tasks for test development and for automation  The test developer creates tests using "actions". Each action consists of a keyword ("action word") and arguments  Automation focuses on automating the actions, each action is automated only once however…. actions by themselves are just a format, not a method….
  • 10. © 2013 LogiGear Corporation. All Rights Reserved Action Based Testing Test Development Plan Test Cases Test Objectives Test Module 1 Test Cases Test Objectives Test Module 2 Test Cases Test Objectives Test Module N Actions . . . ACTION AUTOMATION Break down Automate
  • 11. © 2013 LogiGear Corporation. All Rights Reserved Test Design  Effective test breakdown (into test modules) make sure test modules (test clusters) have a clear focus keep different kinds and levels of tests separate  Right level of actions as “high level” if possible, hiding as many details as much as possible ...but not if the details are relevant for the test It is my believe that successful automation is not a technical challenge. It is most of all a test design challenge.
  • 12. © 2013 LogiGear Corporation. All Rights Reserved What's the trick...
  • 13. © 2013 LogiGear Corporation. All Rights Reserved What's the trick...  Have or acquire facilities to store and organize you content  Select your stuff  Decide where to put what assign and label the shelves  Put it there  If the organization is not sufficient anymore, add to it or change it
  • 14. © 2013 LogiGear Corporation. All Rights Reserved Example of a business test module  Test a business functionality, doesn't show details that are not relevant to that  Navigation details are avoided, unless they're meant to be tested TEST MODULE Car Rental Payments user start system john TEST CASE TC 01 Rent some cars first name last name car rent car John Doe Ford Escape rent car John Doe Chevvy Volt last name amount check payment Doe 140.4 FINAL close application
  • 15. © 2013 LogiGear Corporation. All Rights Reserved Example of an interaction test module  In this "low level" test details are not hidden, since they are the target of the test  The right level of abstraction depends on the scope of the test, and is an outcome of your test design process TEST MODULE Screen Flow user start system john TEST CASE TC 01 "New Order" button first name control click main new order window check window exists new order FINAL close application
  • 16. © 2013 LogiGear Corporation. All Rights Reserved Eye on the ball, Scope  Always know the scope of the test module  The scope should be unambiguous  The scope determines many things: what the test objectives are which test cases to expect what level of actions to use what the checks are about and which events should generate a warning or error (if a “lower” functionality is wrong)
  • 17. © 2013 LogiGear Corporation. All Rights Reserved What I have seen not work  "Over-Checking": having checks that don't fit the scope of the test  Forcing data driven: making all tests data driven (variables, data files) without clear reason  Combinatorial explosions: test all ... for all ... in all ...  All actions high level (or all actions low level)  Many tests for forms and dialogs, little tests for business processes  Abundance of irrelevant comments, and lack of relevant comments
  • 18. © 2013 LogiGear Corporation. All Rights Reserved Choosing actions  Scope of the test determines the actions  As high level as appropriate, but not too high  As little arguments as possible use default values for arguments not relevant to the scope of the test  Clear names (usually verb + noun usually works well) to standardize action names: standardize both the verbs and the nouns, so "check customer" versus "verify client" (or vice versa) tests are not C++ code: avoid "technical habits", like mixed case and underlines  Manage the Actions  Document the Actions  Actions should be by-product of the test design
  • 19. © 2013 LogiGear Corporation. All Rights Reserved Example of using actions In this real world example the first "sequence number" for teller transactions for a given day is retrieved, using a search function • the "#" means an expression, in this case a variable • the ">>" assign to a variable for use later on in the test key key navigate F7 key navigate 3 page tab locate page tab Scan Criteria w indow wait for controls loaded search text check breadcrumb general functions > search w indow control value select search scan direction Backward w indow control value enter value search business date match # bus date source control click search go w indow wait for controls loaded search results w indow control variable get search results sequence number >> seq num
  • 20. © 2013 LogiGear Corporation. All Rights Reserved variable get sequence number >> seq num Example of using actions In this real world example the first "sequence number" for teller transactions for a given day is retrieved, using a search function • the "#" means an expression, in this case a variable • the ">>" assign to a variable for use later on in the test
  • 21. © 2013 LogiGear Corporation. All Rights Reserved Low-level, high-level, mid-level actions  Low-level: detailed interaction with the UI (or API) generic, do not show any functional or business logic examples: "click", "expand tree node", "select menu"  High-level: represent a business function specific to the scope of the test hide the interaction examples: "enter customer", "rent car", "check balance"  Mid-level: auxiliary actions that represent common sequences of low level actions usually to wrap a form or dialog greatly enhance maintainability example: "enter address fields" enter customer enter address fields enter select set . . .. . .
  • 22. © 2013 LogiGear Corporation. All Rights Reserved Test Development and Automation in sprints Test Module Definition (optional) Test Module Development Interface Definition Action Automation Test Execution Sprint ProductsProduct Backlog Test re-use Automation re-use product owner team prod owner & team User stories Documentation Domain understanding Acceptance Criteria PO Questions Situations Relations Agile life cycle Test development Main Level Test Modules Interaction Test Modules Cross over Test Modules
  • 23. © 2013 LogiGear Corporation. All Rights Reserved Some Tips to Get Stable Automation  Make the system under test automation-friendly  Use "active" timing always wait for something, never just wait a fixed amount of time ("passive timing")  Test your automation  Use automation to identify differences between versions of the system under test  Keep an eye on the test design
  • 24. © 2013 LogiGear Corporation. All Rights Reserved  Look for properties a human user can't see, but a test tool can  This approach is a must-do for speedier and more stable automation interface mapping is often bottleneck, and source of maintenance problems with predefined identifying property values an interface map can be created without "spy" tools not sensitive to changes in the system under test not sensitive to languages and localizations  Examples: "id" attribute for HTML elements "name" field for Java controls "AccessibleName" property in .Net controls (see below) Automation-friendly design: hidden properties
  • 25. © 2013 LogiGear Corporation. All Rights Reserved Environments, configurations  Many factors can influence details of automation language, localization hardware version of the system under test system components, like OS or browser  Test design can reflect these certain test modules are more general others are specific, for example for a language  But for tests that do not care about the differences, the automation just needs to "deal" with them shield them from the tests
  • 26. © 2013 LogiGear Corporation. All Rights Reserved Capture variations of the system under test in the actions and interface definitions, rather than in the tests (unless relevant there). Can be a feature in a test playback tool, or something you do with a global variable or setting. Variation Variation Variation "Variations" "Master Switch" Actions, Interface Definitions . . .
  • 27. © 2013 LogiGear Corporation. All Rights Reserved Possible set up of variations linked variation keyworded variation Specify for example in a dialog when you start an execution:
  • 28. © 2013 LogiGear Corporation. All Rights Reserved Virtualization  Virtual machines rather than physical machines allow "guest" systems to operate on a "host" system host can be Windows, Linux, etc, but also a specialized "hypervisor" the hypervisor can be "hosted" or "bare metal"  Main providers: VMWare: ESX and ESXi Microsoft: Hyper-V (readily available in Windows 8) Oracle/Sun: Virtual Box Citrix: Xen (open source)  Hardware support gets common now processor, chipset, i/o for example "slat" (second level address translation, helps map addresses to memory)  For most testing purposes you need virtual clients, not virtual servers most offerings in the market currently target virtual servers, particularly data centers  Virtual clients will become more mainstream with the coming of VM's as part of regular operating systems Windows 8: Hyper-V Linux: KVM
  • 29. © 2013 LogiGear Corporation. All Rights Reserved Virtualization, a testers dream...  In particular for functional testing  Much easier to define and create needed configurations you basically just need storage managing this is your next challenge  One stored configuration can be re-used over and over again  The VM can always start "fresh", in particular with fresh base data (either server or client) specified state, for example to repeat a particular problematic automation situation  Can take "snap shots" of situations, for analysis of problems  Can use automation itself to select and start/stop suitable VM's for example using actions for this or letting an overnight or continuous build take care of this
  • 30. © 2013 LogiGear Corporation. All Rights Reserved Virtualization, bad dream?  Performance, response times, capacities  Virtual machine latency can add timing problems see next slide can be derailing in big test runs  Management of images images can be (very) large, and difficult to store and move around • there can be many, with numbers growing combinatorial style • configuration in the VM can have an impact, like fixed/growing virtual disks distinguish between managed configurations and sandboxes define ownership, organize it IT may be the one giving out (running) VM's, restricting your flexibility  Managing running tests in virtual machines can take additional efforts on top of managing the VM's themselves with the luxury of having VM's the number of executing machines can increase rapidly one approach: let longer running tests report their progress to a central monitoring service (various tools have features for this)
  • 31. © 2013 LogiGear Corporation. All Rights Reserved Virtual machines, capacity  Key to pricing is number of VM's that can run in parallel on a physical machine  An automated test execution will typically keep a VM more busy than human use  Factors in determining VM/PM ratio: memory, for guest OS, AUT, test tooling storage devices (physical devices, not disk images) processors, processor cores specific hardware support (becoming more common) • processor, chipset, I/O We started regression with 140 VMs. Very slow performance of Citrix VM clients.
  • 32. © 2013 LogiGear Corporation. All Rights Reserved Globalization  Three Challenges: other countries, other cultures geographic distances time differences  Seven "Patterns": "Solution" "Push Back" "Time Pressure" "Surprises" "Ownership" "Mythical Man Month" "Cooperation" other country surprise
  • 33. © 2013 LogiGear Corporation. All Rights Reserved Three Challenges  Other country tricky, but can be managed study and prepare (culture, governance, etc) have a clear company culture to complement regional (and professional) culture  Distance cumbersome have good (great) communication features, at all levels  Time difference this is the biggest problem, comes back every day as much as possible have local management and responsibility company culture
  • 34. © 2013 LogiGear Corporation. All Rights Reserved Seven patterns  "Mythical Man Month" more (inexpensive) resources does not mean faster timelines  "Solution" team "solves" problems rather than asking  "Push Back" on-shore side dictates work and practices in detail tell teams to push back if necessary  "Time Pressure" deadlines are quite often imposed without need  "Surprises" bad news is communicated too late  "Ownership" establish clear ownership: shared responsibility is no responsibility  "Cooperation" distance creates confusion and conflict (human nature) tip: work with briefs and agendas for meetings
  • 35. © 2013 LogiGear Corporation. All Rights Reserved Industrial Organization  Large scale testing can move from a "design" to a "production" focus mostly applies to test execution, but also seen for test development this not black and white, both paradigms can occur in the same projects  A production organization is different a development organization different professional culture emphasis more on delivery and scale, "thinking big" discipline rather than creativity, "get stuff done" activities are like planning, control, logistics, information  Responsibilities Keeping the tests running Allocating resources Respond to hick-ups Analyze and address automation issues
  • 36. © 2013 LogiGear Corporation. All Rights Reserved Summary  Not all "big project" challenges are the same  Think before you do. Best results come from combining effective concepts, tricks and tools  Consider tests and automation as products that need planning and design  Virtualization can be a solution, but also a challenge  Globalization can help scalability, but needs knowledge and attention  Big testing projects typically have a "production" focus, in addition to test development and automation
  • 38. EuroSTAR Webinar Archive Access almost 70 on-demand software testing webinars by the world's leading testing experts. Topics include…. www.eurostarconferences.com Agile, Automation, Test Management, Process Improvements, Risk-based Testing, Performance Testing, Test Documentation, Cloud Testing, Session-based Testing, Weekend Testers Visit the archive! http://www.eurostarconferences.com/community/member/webinar-archive @esconfs #esconfs
  • 39. The EuroSTAR Community. Are you a member? Did you know we have an online resource area with almost … www.eurostarconferences.com 600 software testing presentations, 70 topical webinars, over 40 videos and podcasts and 25 expert eBooks Do you know that membership is completely free and you can access these premium testing resources anytime? Join today! http://www.eurostarconferences.com/community/ member @esconfs #esconfs
  • 40. www.eurostarconferences.com Are you coming to Gothenburg? Join us in the Swedish Exhibition & Congress Centre, Gothenburg, Sweden from the 04-07 November for the 21st annual EuroSTAR Conference. Visit www.eurostarconferences.com for more information on what you can expect to see at Europe’s largest software testing event! @esconfs #esconfs Book before Sept
  • 41. Have you seen the latest competition? You and 3 of your team could be joining us at the 2013 EuroSTAR Conference! Entering is easy! Just send us a short video (2 minutes approx.) demonstrating how your team works together to meet goals or solve problems. Deadline for entries is Wednesday, August 14th! More information here: http://www.eurostarconferences.com/content/teamstar-2013@esconfs #esconfs
  • 42. Don’t miss these great savings, book your ticket today! Plus Make even bigger savings when you register for the Group discount where every 5th attendee goes free! For more information on the Conference Programme and pricing options go to www.eurostarconferences.com@esconfs #esconfs

Notas do Editor

  1. in de VM slides - snapshots take spacedefinitie van "done" is een probleem agree on approach (in het agile verhaal)-betere voorbeelden, zoals bij data driven- gebruik ms verhaal-