We are super confident of what we are delivering and hence this Money Back Guarantee wherein one can claim it anytime in the initial 5 Weeks of the Bootcamp if they feel we are not delivering what we promised with the Quality.
Usually, when people go to a class, they have certain implicit or explicit goals, expectations, desires, hopes, needs. For me it was different. It was above all these. I just wanted to stay, reflect, wonder, and enjoy. I knew that there were things that I did not know that I should know, and I was right. Robert Sabourin has such a big energy and passion. For me is very clear that his target audience is not only testers but also programmers, Product Owners, Managers, Scrum Masters….because “testing is about social responsibility”
I liked the most the tools introduced for automating test designs. -Optimising regression test suit methods will help me increase the test coverage when the time is limited. -I would recommend this Bootcamp.
I had several Eureka moments that helped get rid of several myths I seem of have about Software Engineering and Testing. I now have a repertoire of ideas to take back home from this course.
This is a really great workshop, with excellent content, practical test techniques and approaches that can be applied in many different contexts. Rob’s passion and energy encouraged great interaction from the workshop participants, and he shared many real case studies and examples from his vast experience to show the practical effects of applying these approaches in the real world. This is an amazing course and Rob is an amazing instructor. Thanks TTT for organising this bootcamp, highly recommended!
The benefits of JIT for me are that it delves into a hands-on approach into Test idea sources, Test Design and Techniques. Seeing Rob go through Control Flow, Decision Tables and Combinatorics is essential and his coverage of Failure Modes Analysis is the icing on the cake. JIT delves deep and you come out of the course armed with tools and concepts that you can use. The term test idea is always thrown around, but try to find a suitable definition? JIT is full of test ideas along with a definition! Robs is a master at teaching and at provoking thought…..full of test ideas!
Rob Sab’s JIT is a must for testers and developers alike. The workshop examples tie directly to real world testing problems, are practical and quick to implement. My teams have even implemented the ideas from JIT during course breaks. I highly recommend JIT for anyone wanting to understand more about what testing is, how to do it professionally and provide real value.
7th to 28th of May 2022 | 7 Hours per Week
Every Saturday & Sunday– 4 PM IST to 7 PM IST
Mid-week Sync-up every Wednesday– 9 PM IST to 10 PM IST
Learn about automating test design.
Software testing is intractable. Even the simplest feature has more possible tests than can be done in a lifetime. Automated test design helps you select a reasonable set of test conditions to meaningfully explore important risks. Automated test design guides selection of meaningful combinations, permutations, samples, and distributions of factors which influence, or are influenced by, the behaviour of software under test.
There exist a plethora of platforms and system configurations which testing cannot ignore. Different versions, configurations and locales of hardware, software, operating systems and even third party coresident software are an enormous risk, especially for mobile and web-based technologies. Automated test design can establish a reasonable set of platforms to exercise thoroughly and efficiently.
Automated test design can help identify interesting pathways, through any complex series of operations, can be identified automatically deriving a reasonably small number of tests to exercise complex patterns and expose important bugs and weakness and point out areas of instability.
Automated test design can extract great tests from absurd collections of complex business rules.
Learn about designing test automation.
Today many practitioners learn test automation by studying how to use specific tools to manipulate software simulating transactions in a myriad of ways. Almost all test automation is taught as part of a regression testing strategy to repeat manual checking repeatedly. But not here. In this course we clearly demonstrate that all automation is not regression and automation can a helpful tool to solve a wide variety of testing conundrums. Test automation does not replace testers, it enables them!
In this course we will look at how test automation can be an important utility in solving all manners of testing problems. Real testing problems can be solved leveraging automation the right way in the right time.
In this course test automation examples are explored and discussed in depth. Fundamentally, automation provides a means of controlling and observing software under test. What we need to see and observe depends on our goals.
Each case studies review will expose automation strategies which delegates will explore through a series of homework assignments.
We will look at many different automation models and examples of the real-world problems they have solved.
Case studies include:
About Automating Test Design
Testers can save a lot of time—and focus on what really matters—by using automated test design and implementation tools. Traditional test automation helps testers execute tests, report progress, and offer insights into test coverage and completeness, but little emphasis has been made on automating effective test design.
Rob Sabourin will share automated test design techniques using a selection of free and open-source tools.
Rob has implemented automated test design in conjunction with automated unit tests and automated story tests on many software projects, and he will share examples demonstrating automatic test design on many technology stacks using popular unit and story test frameworks.
Rob will illustrate how complex transactional business tests are defined with automated decision table analyzers using state-of-the-art logic reduction algorithms, as well as construct test cases navigating complex integration paths, microservice APIs, and functionality chains using automatic path analysis tools.
You will learn to automate test generation on many technology stacks for several architectures, including REST APIs, microservice architectures, cloud computing solutions, multi-tiered architectures, and mobile and embedded systems, to efficiently discover critical bugs.
About Designing Test Automation
Many of Rob’s customers, students and professional colleagues are concerned about building skills in test Automation. In this course Rob shares a problem-solving approach which can help you leveraging test automation tools and technologies to help solve some complex testing problems. Rather than mastering any specific tool or technology stack Rob shares many ways that automation can support testing. Automation can be an important part of your testing solution space. Rob has succeeded in many projects by tooling and instrumenting projects leveraging a multitude of automation strategies over the past 40 years.
Automated Test Design and Designing Test Automation
This course addresses the topic of design.
Instead of prescribing how test automation should be used in software testing, this course looks at the testing from a problem-solving approach.
Given a clear test objective, tied to project-specific business goals, Rob Sabourin will share how a wide variety of tools and techniques can be used to efficiently deliver valuable meaningful results.
The issue of test design will be reviewed looking at how tools and technologies can be used to support the design of excellent tests. Test design is about focusing, and different test design techniques can be applied to help fulfill the test objective. Automated test design tools and techniques can be used in the identification of a meaningful relevant and minimal set of variables, conditions, and factors, selecting appropriate trials to exercise the application, and learn about the risks that really matter.
Specifically starting with variable identification Robs will investigate collaboration tools, mind maps, spreadsheets, and technology-oriented tools such as Postman and Static Analysis tools such as SonarQube and J-Test to help identify the variables of interest.
Multiple variable test design techniques focused on business rules can be supported with tools such as decision table editors and APIs such as Open Rules.
Test designs for transactional, data-oriented, or stateful systems can be implemented with path analysis tools used to help identify a reasonable subset of the vast number of possible pathways through a network.
Combinations test design techniques, such as Pareto analysis can be performed with spreadsheets and with many publicly available libraries and tools.
Rob will show how simple Python scripts can be assembled to generate excellent combinations, permutation, selection, and sample-oriented tests.
About Teaching Approach
See it. A Bit of Show and Tell.
Rob provides a series of illustrative examples of each test design and test automation approach. The context, testing problem and proposed solutions are reviewed.
Try it out yourself.
Delegates are given a chance to implement some of the test design approaches as in-class and homework exercises. Although some tools may be required all are free or open-sourced and have been used by Rob on both Windows and Mac Platforms.
Do it.
Homework problems give delegates a chance to attempt more complex problems, combine techniques and even apply techniques to their own problem space.
Make it real. Case Studies and Experience Reports.
Rob presents case studies from recent project contexts which blend many test automation tools and techniques to help solve complex problems. All the case studies come from professional task analysis and include relevant business, technical and organizational factors.
Dynamic Energetic and Relevant.
Rob provides a fun, educational, and high-energy learning experience. Rob encourages delegates to bring up their real-world project concerns so that Rob can selection of a wide set of relevant recent examples and case studies. Rob is not prescriptive; he shows what he and his many customers have done to solve similar problems in various contexts.
Automating Test Design
Automation Fundamentals
- Observing
- Controlling
- Scripting