SlideShare a Scribd company logo
1 of 23
Download to read offline
12
TOP AUTOMATION
GUILD CONF
Skills and Best Practices for 2017
https://automationguild.com
First Ever Online
Conference
Dedicated to Test
Automation
Automation Guild was the first
ever event of its kind, a 100%
online conference that took
place the week of January 9th
2017, dedicated to helping YOU
perfect the craft of creating
automation awesomeness and
accelerate your automation
career.
#0
751
33 Awesome Speakers!
Visual Validation Testing
Advanced Test Automation Techniques
for Responsive Apps and Sites
How You Can Automate Your
Localization Tests
#1
Survey Quote
"I was exposed to many tools and
technics that I was not aware of.
This will help me in my day to day
job duties."
#1
Applitools VS Galen
"Galen is not an ultimate tool for visual
testing.
Galen is more suited for UX engineers or
developers.
If you don't use image comparison, you
don't really check the pixels and you
don't check what is rendered, it's more
like a tool for developers to quickly
verify that their layout is not broken. In
this case, Galen is not an ultimate tool
for visual testing. If you want to quickly
check pixels, of course there are a lot of
great tools like Applitools' tools."
~ Ivan Shubin Creator or Galen
#1
FREE Open Source
Visual Validation
Tools
A question that came up more
than once was “Are there any
FREE open-source visual
validation tools options? “ So I
created a resource of 21 Free
tools.
#2
1. PhantomCSS (UJs CapserJs)
2. FBSnapshotTestCase (Uses XCTest)
3. Gemini (Uses JS DSL)
4. Needle (Uses Python)
5. Rspec Page Regression (Uses Capibara)
6. Pix-Diff (Uses JS and Protractor)
7. Selenium Visual Diff (Uses Java and
WD)
8. Vizregress (Uses .NET and WD)
9. VisualCeption (Uses PHP and
CodeCeption)
10. Specter (Uses a JS DSL)
#2
Code/Script Based Config Based
1. BaskstopJS
2. dpxdtMake –Depicted
3. CSSCritic
4. Grunt Photobox
5. VIFF
6. GreenOnion
7. Kobold
8. Wraith-Selenium
9. CSS Visual Test
10. Snap And Compare
11. Grunt-Vigo
* http://bit.ly/guildviztools
How To Grade
Your Selenium
Tests
Dave stepped through the core
tenets of good test and page
object design, locators, and a
repeatable and quantitative
approach for assessing your test
code. Using his grading system
you're able to see how your tests
and page objects stack up, and
what changes are needed to help
them stand the test of time.
#3
#3
Screenplay Pattern
Vs Pageobjects
The Screenplay Pattern is an approach
to writing high quality automated
acceptance tests based on good
software engineering principles such as
the Single Responsibility Principle, and
the Open-Closed Principle.
It favors composition over inheritance,
and employs thinking from Domain
Driven Design to reflect the domain of
performing acceptance tests, steering
you towards the effective use of layers
of abstraction. It encourages good
testing habits and well-designed test
suites that are easy to read, easy to
maintain and easy to extend, enabling
teams to write more robust and more
reliable automated tests more
effectively.
#4
#4
#5
Is BDD Just for
Collaboration?
Using BDD Tools as an
automation framework!?
Its up to what is
important to the team.
#5
Vendors Embrace
Open Source
LeanFT and Developer
Ecosystems
Eclipse, Visual Studio
C#, Java, Javascript
Execute test on Windows, Mac
and Linux
ALM integration with TestNG &
MSTEST
Functional Testing as a Service
(Like SauceLabs)
#6
Test Data Strategies
1. The Elementary Pattern
2. Refresh Data Source Pattern
3. The Selfish Data Generation
Pattern
4. Data Generation and Batch
Cleanup.
#7
“What is a test data strategy?”. I
like to think of it like design
patterns for testing.
*http://bit.ly/2mIWt8O
Automation and
Management
1. How Do You Decide What to
Automate?
2. What Automation Tool to
Use?
3. Grow and Maintain Your Test
Suite
#8
White Framework &
WinAppDriver
Open source tools for
automating non-browser
applications?
#09
Taurus with
Jenkins
How Taurus can help help you
create a user-friendly
framework for Continuous
Performance Testing.
Taurus lets you write perftest in
Yamel without having to bring
up a vendor specific recording
tool
#10
Docker
+ Docker for Selenium
+ DotCI - Brings ease of
build configuration of cloud
ci systems like travisci and
ease of runtime
environment configuration
of docker to jenkins.
#11
#11 Google Trends for
Docker
API Testing
+ Rest-Assured - provides a
Java DSL, which you can
use to write tests exactly
for RESTful APIs
+RestSharp
+Postman
+Karate
#12
Conclusion
Did you miss the LIVE Automation Guild event? No
worries! Due to demand I decided to keep
registration open. So you can still get all pre-
recorded sessions and recorded Q&A now!
Head on over to https://automationguild.com and
register now!
https://automationguild.com

More Related Content

Viewers also liked

Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Applitools
 
Inverting The Testing Pyramid
Inverting The Testing PyramidInverting The Testing Pyramid
Inverting The Testing Pyramid
Naresh Jain
 

Viewers also liked (14)

Testdroid: Release Perfect Apps with Mobile Visual Testing in the Cloud
Testdroid: Release Perfect Apps with Mobile Visual Testing in the Cloud Testdroid: Release Perfect Apps with Mobile Visual Testing in the Cloud
Testdroid: Release Perfect Apps with Mobile Visual Testing in the Cloud
 
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
 
HTTPS bez wymówek
HTTPS bez wymówekHTTPS bez wymówek
HTTPS bez wymówek
 
Automation Concepts
Automation ConceptsAutomation Concepts
Automation Concepts
 
Mastering Test Automation: How to Use Selenium Successfully
Mastering Test Automation: How to Use Selenium Successfully Mastering Test Automation: How to Use Selenium Successfully
Mastering Test Automation: How to Use Selenium Successfully
 
ScreenPlay Design Patterns for QA Automation
ScreenPlay Design Patterns for QA AutomationScreenPlay Design Patterns for QA Automation
ScreenPlay Design Patterns for QA Automation
 
Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'
 
How to level-up your Selenium tests with Visual Testing #SeleniumCamp
How to level-up your Selenium tests with Visual Testing #SeleniumCampHow to level-up your Selenium tests with Visual Testing #SeleniumCamp
How to level-up your Selenium tests with Visual Testing #SeleniumCamp
 
Inverting The Testing Pyramid
Inverting The Testing PyramidInverting The Testing Pyramid
Inverting The Testing Pyramid
 
Agile scrum roles
Agile scrum rolesAgile scrum roles
Agile scrum roles
 
automation slides,plc,scada,HMI
automation slides,plc,scada,HMIautomation slides,plc,scada,HMI
automation slides,plc,scada,HMI
 
GRADE 4 TRINITY
GRADE 4 TRINITY GRADE 4 TRINITY
GRADE 4 TRINITY
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
5000 Sat Words With Definitions
5000 Sat Words With Definitions5000 Sat Words With Definitions
5000 Sat Words With Definitions
 

More from Applitools

More from Applitools (20)

Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
Streamlining Your Tech Stack: A Blueprint for Enhanced Efficiency and Coverag...
Streamlining Your Tech Stack: A Blueprint for Enhanced Efficiency and Coverag...Streamlining Your Tech Stack: A Blueprint for Enhanced Efficiency and Coverag...
Streamlining Your Tech Stack: A Blueprint for Enhanced Efficiency and Coverag...
 
Visual AI for eCommerce: Improving Conversions with a Flawless UI
Visual AI for eCommerce: Improving Conversions with a Flawless UIVisual AI for eCommerce: Improving Conversions with a Flawless UI
Visual AI for eCommerce: Improving Conversions with a Flawless UI
 
A Test Automation Platform Designed for the Future
A Test Automation Platform Designed for the FutureA Test Automation Platform Designed for the Future
A Test Automation Platform Designed for the Future
 
Add AI to Your SDLC, presented by Applitools and Curiosity
Add AI to Your SDLC, presented by Applitools and CuriosityAdd AI to Your SDLC, presented by Applitools and Curiosity
Add AI to Your SDLC, presented by Applitools and Curiosity
 
The Future of AI-Based Test Automation
The Future of AI-Based Test AutomationThe Future of AI-Based Test Automation
The Future of AI-Based Test Automation
 
Test Automation at Scale: Lessons from Top-Performing Distributed Teams
Test Automation at Scale: Lessons from Top-Performing Distributed TeamsTest Automation at Scale: Lessons from Top-Performing Distributed Teams
Test Automation at Scale: Lessons from Top-Performing Distributed Teams
 
Can AI Autogenerate and Run Automated Tests?
Can AI Autogenerate and Run Automated Tests?Can AI Autogenerate and Run Automated Tests?
Can AI Autogenerate and Run Automated Tests?
 
Triple Assurance: AI-Powered Test Automation in UI Design and Functionality
Triple Assurance: AI-Powered Test Automation in UI Design and FunctionalityTriple Assurance: AI-Powered Test Automation in UI Design and Functionality
Triple Assurance: AI-Powered Test Automation in UI Design and Functionality
 
Navigating the Challenges of Testing at Scale: Lessons from Top-Performing Teams
Navigating the Challenges of Testing at Scale: Lessons from Top-Performing TeamsNavigating the Challenges of Testing at Scale: Lessons from Top-Performing Teams
Navigating the Challenges of Testing at Scale: Lessons from Top-Performing Teams
 
Introducing the Applitools Self Healing Execution Cloud.pdf
Introducing the Applitools Self Healing Execution Cloud.pdfIntroducing the Applitools Self Healing Execution Cloud.pdf
Introducing the Applitools Self Healing Execution Cloud.pdf
 
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
 
Collaborating From Design To Experience: Introducing Centra
Collaborating From Design To Experience: Introducing CentraCollaborating From Design To Experience: Introducing Centra
Collaborating From Design To Experience: Introducing Centra
 
What the QA Position Will Look Like in the Future
What the QA Position Will Look Like in the FutureWhat the QA Position Will Look Like in the Future
What the QA Position Will Look Like in the Future
 
Getting Started with Visual Testing
Getting Started with Visual TestingGetting Started with Visual Testing
Getting Started with Visual Testing
 
Workshop: Head-to-Head Web Testing: Part 1 with Cypress
Workshop: Head-to-Head Web Testing: Part 1 with CypressWorkshop: Head-to-Head Web Testing: Part 1 with Cypress
Workshop: Head-to-Head Web Testing: Part 1 with Cypress
 
From Washing Cars To Automating Test Applications
From Washing Cars To Automating Test ApplicationsFrom Washing Cars To Automating Test Applications
From Washing Cars To Automating Test Applications
 
A Holistic Approach to Testing in Continuous Delivery
A Holistic Approach to Testing in Continuous DeliveryA Holistic Approach to Testing in Continuous Delivery
A Holistic Approach to Testing in Continuous Delivery
 
AI-Powered-Cross-Browser Testing
AI-Powered-Cross-Browser TestingAI-Powered-Cross-Browser Testing
AI-Powered-Cross-Browser Testing
 
Workshop: An Introduction to API Automation with Javascript
Workshop: An Introduction to API Automation with JavascriptWorkshop: An Introduction to API Automation with Javascript
Workshop: An Introduction to API Automation with Javascript
 

Recently uploaded

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 

Recently uploaded (20)

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 

[Webinar Slide Deck] Key Test Automation Skills and Best Practices - Recap of Automation Guild 2017

  • 1. 12 TOP AUTOMATION GUILD CONF Skills and Best Practices for 2017 https://automationguild.com
  • 2. First Ever Online Conference Dedicated to Test Automation Automation Guild was the first ever event of its kind, a 100% online conference that took place the week of January 9th 2017, dedicated to helping YOU perfect the craft of creating automation awesomeness and accelerate your automation career. #0 751
  • 4. Visual Validation Testing Advanced Test Automation Techniques for Responsive Apps and Sites How You Can Automate Your Localization Tests #1
  • 5. Survey Quote "I was exposed to many tools and technics that I was not aware of. This will help me in my day to day job duties." #1
  • 6. Applitools VS Galen "Galen is not an ultimate tool for visual testing. Galen is more suited for UX engineers or developers. If you don't use image comparison, you don't really check the pixels and you don't check what is rendered, it's more like a tool for developers to quickly verify that their layout is not broken. In this case, Galen is not an ultimate tool for visual testing. If you want to quickly check pixels, of course there are a lot of great tools like Applitools' tools." ~ Ivan Shubin Creator or Galen #1
  • 7. FREE Open Source Visual Validation Tools A question that came up more than once was “Are there any FREE open-source visual validation tools options? “ So I created a resource of 21 Free tools. #2
  • 8. 1. PhantomCSS (UJs CapserJs) 2. FBSnapshotTestCase (Uses XCTest) 3. Gemini (Uses JS DSL) 4. Needle (Uses Python) 5. Rspec Page Regression (Uses Capibara) 6. Pix-Diff (Uses JS and Protractor) 7. Selenium Visual Diff (Uses Java and WD) 8. Vizregress (Uses .NET and WD) 9. VisualCeption (Uses PHP and CodeCeption) 10. Specter (Uses a JS DSL) #2 Code/Script Based Config Based 1. BaskstopJS 2. dpxdtMake –Depicted 3. CSSCritic 4. Grunt Photobox 5. VIFF 6. GreenOnion 7. Kobold 8. Wraith-Selenium 9. CSS Visual Test 10. Snap And Compare 11. Grunt-Vigo * http://bit.ly/guildviztools
  • 9. How To Grade Your Selenium Tests Dave stepped through the core tenets of good test and page object design, locators, and a repeatable and quantitative approach for assessing your test code. Using his grading system you're able to see how your tests and page objects stack up, and what changes are needed to help them stand the test of time. #3
  • 10. #3
  • 11. Screenplay Pattern Vs Pageobjects The Screenplay Pattern is an approach to writing high quality automated acceptance tests based on good software engineering principles such as the Single Responsibility Principle, and the Open-Closed Principle. It favors composition over inheritance, and employs thinking from Domain Driven Design to reflect the domain of performing acceptance tests, steering you towards the effective use of layers of abstraction. It encourages good testing habits and well-designed test suites that are easy to read, easy to maintain and easy to extend, enabling teams to write more robust and more reliable automated tests more effectively. #4
  • 12. #4
  • 13. #5
  • 14. Is BDD Just for Collaboration? Using BDD Tools as an automation framework!? Its up to what is important to the team. #5
  • 15. Vendors Embrace Open Source LeanFT and Developer Ecosystems Eclipse, Visual Studio C#, Java, Javascript Execute test on Windows, Mac and Linux ALM integration with TestNG & MSTEST Functional Testing as a Service (Like SauceLabs) #6
  • 16. Test Data Strategies 1. The Elementary Pattern 2. Refresh Data Source Pattern 3. The Selfish Data Generation Pattern 4. Data Generation and Batch Cleanup. #7 “What is a test data strategy?”. I like to think of it like design patterns for testing. *http://bit.ly/2mIWt8O
  • 17. Automation and Management 1. How Do You Decide What to Automate? 2. What Automation Tool to Use? 3. Grow and Maintain Your Test Suite #8
  • 18. White Framework & WinAppDriver Open source tools for automating non-browser applications? #09
  • 19. Taurus with Jenkins How Taurus can help help you create a user-friendly framework for Continuous Performance Testing. Taurus lets you write perftest in Yamel without having to bring up a vendor specific recording tool #10
  • 20. Docker + Docker for Selenium + DotCI - Brings ease of build configuration of cloud ci systems like travisci and ease of runtime environment configuration of docker to jenkins. #11
  • 21. #11 Google Trends for Docker
  • 22. API Testing + Rest-Assured - provides a Java DSL, which you can use to write tests exactly for RESTful APIs +RestSharp +Postman +Karate #12
  • 23. Conclusion Did you miss the LIVE Automation Guild event? No worries! Due to demand I decided to keep registration open. So you can still get all pre- recorded sessions and recorded Q&A now! Head on over to https://automationguild.com and register now! https://automationguild.com