SlideShare a Scribd company logo
@BagmarAnand
Unlocking the Power
of
ChatGPT and AI in Testing
A Real-World Look
Anand Bagmar
Software Quality Evangelist
ABOUT ME
BagmarAnand
linkedin.com/in/anandbagmar/
Hype in AI
Gartner’s Hype Cycle
for AI, 2021 report
https://www.gartner.com/en/articles/the-4-trends-that-prevail-
on-the-gartner-hype-cycle-for-ai-2021
https://www.gartner.com/en/articles/the-4-trends-that-prevail-on-the-gartner-hype-cycle-for-ai-2021
AGENDA
• What is ChatGPT?
• Using ChatGPT in Testing
• Using ChatGPT in Programming
• Limitations of ChatGPT
• Other AI Tools you can use
• Pitfalls of AI
• Summary
• Q&A
@BagmarAnand
ChatGPT
https://openai.com/blog/chatgpt/
@BagmarAnand
ChatGPT – in its own words
@BagmarAnand
ChatGPT is evolving!
@BagmarAnand
GPT-3
https://en.wikipedia.org/wiki/GPT-3
@BagmarAnand
ChatGPT – Interesting Stats
https://www.demandsage.com/chatgpt-statistics/
• ChatGPT was launched on 30th November 2022.
• The new and improved embedding model of ChatGPT was launched on
15th December 2022.
• ChatGPT has crossed one million users within a week of its launch.
• ChatGPT can only fetch data prior to the year 2021 as its training
stopped in the year 2021.
• Microsoft Azure supports OpenAI and provides them with the
computational power required for running ChatGPT.
ChatGPT in Testing
Example: Testing an eCommerce application – Amazon (USA)
@BagmarAnand
Testing Approach
• Getting started
• Framework
• Design patterns
• Code optimization
• Reporting
• Metrics
• Test scenarios
• Test cases
• Test data
• Risk
• Coverage
• Metrics
Strategy Test Design
Automation
Test
execution
@BagmarAnand
Testing - Strategy
• Getting started
• Framework
• Design patterns
• Code optimization
• Reporting
• Metrics
• Test scenarios
• Test cases
• Test data
• Risk
• Coverage
• Metrics
Strategy Test Design
Automation
Test
execution
@BagmarAnand
Testing - Strategy
Question asked:
Create a test strategy for
testing and automating
Amazon USA
@BagmarAnand
Testing - Strategy
Question asked:
Create a test strategy for
testing and automating
Amazon USA
@BagmarAnand
Testing - Strategy
Question asked:
Create a test strategy for
testing and automating
Amazon USA This is not useful.
Seems like a template
@BagmarAnand
Testing - Strategy
Follow-up question:
Give a concrete
strategy for the above
use case
@BagmarAnand
Testing - Strategy
Follow-up question:
Give a concrete
strategy for the above
use case
@BagmarAnand
Testing - Strategy
Follow-up question:
Give a concrete
strategy for the above
use case
@BagmarAnand
Testing - Strategy
Follow-up question:
Give a concrete
strategy for the above
use case
@BagmarAnand
Testing - Strategy
Follow-up question:
Give a concrete
strategy for the above
use case This is promising.
A great start!
@BagmarAnand
Testing – Strategy with Risk Mitigation
Next question:
What risks and their
mitigation strategies
should be included in
the above strategy?
@BagmarAnand
Testing – Strategy with Risk Mitigation
Next question:
What risks and their
mitigation strategies
should be included in
the above strategy?
@BagmarAnand
Testing – Strategy with Risk Mitigation
Next question:
What risks and their
mitigation strategies
should be included in
the above strategy?
@BagmarAnand
Testing – Test Design
• Getting started
• The 1st Test
• Design
patterns
• Reporting
• Metrics
• Test scenarios
• Test cases
• Test data
• Risk
• Coverage
• Metrics
Strategy Test Design
Automation
Test
execution
@BagmarAnand
Test Design – Test Scenarios
Next question:
What are the most
critical test scenarios I
should test for this
website?
@BagmarAnand
Test Design – Test Scenarios
Next question:
What are the most
critical test scenarios I
should test for this
website?
@BagmarAnand
Test Design – Test Scenarios
Next question:
What are the most
critical test scenarios I
should test for this
website?
Great set of regression
scenarios!
@BagmarAnand
Test Design – Test Cases
Next question:
List 10 test cases for
"Product Search and
Filtering" scenario in
order of priority
@BagmarAnand
Test Design – Test Cases
Next question:
List 10 test cases for
"Product Search and
Filtering" scenario in
order of priority
@BagmarAnand
Test Design – Test Cases
Next question:
List 10 test cases for
"Product Search and
Filtering" scenario in
order of priority
Isn’t this amazing?
@BagmarAnand
Test Design – Test Data
Next question:
What test data do I
need to be available
for performing the
above test cases?
@BagmarAnand
Test Design – Test Data
Next question:
What test data do I
need to be available
for performing the
above test cases?
@BagmarAnand
Test Design – Test Data
Next question:
What test data do I
need to be available
for performing the
above test cases?
Well – I was hoping for more
specific, but it’s a start!
@BagmarAnand
Testing - Automation
• Getting started
• The 1st
Test
• Design patterns
• Reporting
• Metrics
• Test scenarios
• Test cases
• Test data
• Risk
• Coverage
• Metrics
Strategy Test Design
Automation
Test
execution
@BagmarAnand
Automation – Strategy
Next question:
What is a good way to
automate the above
test cases?
@BagmarAnand
Automation – Strategy
Next question:
What is a good way to
automate the above
test cases?
@BagmarAnand
Automation – Getting Started
Next question:
I don't know Selenium.
How should I learn?
@BagmarAnand
Automation – Getting Started
Next question:
I don't know Selenium.
How should I learn?
@BagmarAnand
Automation – Getting Started
Next question:
I don't know Selenium.
How should I learn? This answer took some time
TestAutomationUniversity
(TAU) was missed!
@BagmarAnand
Automation – The 1st Test
Next question:
Implement the 1st test
case using Selenium
Java with Junit
@BagmarAnand
Automation – The 1st Test
Next question:
Implement the 1st test
case using Selenium
Java with Junit
@BagmarAnand
Automation – The 1st Test
Next question:
Implement the 1st test
case using Selenium
Java with Junit
@BagmarAnand
Automation – The 1st Test
Next question:
Implement the 1st test
case using Selenium
Java with Junit
@BagmarAnand
Automation – With WebDriverManager
Next question:
Use
WebDriverManager in
the above example
@BagmarAnand
Automation – With WebDriverManager
Next question:
Use
WebDriverManager in
the above example
@BagmarAnand
Automation – With WebDriverManager
Next question:
Use
WebDriverManager in
the above example
@BagmarAnand
Automation – With WebDriverManager
Next question:
Use
WebDriverManager in
the above example
@BagmarAnand
Automation – With WebDriverManager
Next question:
Use
WebDriverManager in
the above example
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Automation – Design Patterns
Next question:
Implement the above
test using Page-
Object-Model design
pattern
@BagmarAnand
Testing – Test Execution
• Getting started
• The 1st Test
• Design
patterns
• Reporting
• Metrics
• Test scenarios
• Test cases
• Test data
• Risk
• Coverage
• Metrics
Strategy Test Design
Automation
Test
execution
@BagmarAnand
Test Execution – Reports
Next question:
How to generate
reports and metrics for
automated tests?
@BagmarAnand
Test Execution – Reports
Next question:
How to generate
reports and metrics for
automated tests?
@BagmarAnand
Test Execution – Reports
Next question:
How to generate
reports and metrics for
automated tests?
@BagmarAnand
Test Execution – Reports
Next question:
How to generate
reports and metrics for
automated tests?
This is not what I was looking for!
@BagmarAnand
Test Execution – Reports
Follow-up question:
Show an example to
generate JunitReports
for the automated
tests
@BagmarAnand
Test Execution – Reports
Follow-up question:
Show an example to
generate JunitReports
for the automated
tests
@BagmarAnand
Test Execution – Reports
Follow-up question:
Show an example to
generate JunitReports
for the automated
tests
ChatGPT in Programming
@BagmarAnand
ChatGPT in Programming
Writing
code
Refactoring
Debugging
...
@BagmarAnand
Writing code
Writing
code
Refactoring
Debugging
...
@BagmarAnand
Writing code
Question asked:
Implement code for count-
and-say
https://leetcode.com/problems/count-and-say/
@BagmarAnand
Writing code
Question asked:
Implement code for count-
and-say
https://leetcode.com/problems/count-and-say/
@BagmarAnand
Writing code
Question asked:
Implement code for count-
and-say
https://leetcode.com/problems/count-and-say/
@BagmarAnand
Writing code
Question asked:
Implement code for count-
and-say
https://leetcode.com/problems/count-and-say/
@BagmarAnand
Writing code
Follow-up asked:
Give above solution in Java
@BagmarAnand
Writing code
Follow-up asked:
Give above solution in Java
@BagmarAnand
Writing code
Follow-up asked:
Give above solution in Java
This actually works J
@BagmarAnand
Writing code
Follow-up asked:
Use proper variable names
for above code
@BagmarAnand
Writing code
Follow-up asked:
Use proper variable names
for above code
@BagmarAnand
Writing code
Follow-up asked:
Use proper variable names
in the loops
@BagmarAnand
Writing code
Follow-up asked:
Use proper variable names
in the loops
@BagmarAnand
Refactoring
Writing code Refactoring
Debugging
...
@BagmarAnand
Refactor code
Question asked:
Given a link to code in
Github, refactor it
@BagmarAnand
Refactor code
Question asked:
Given a link to code in
Github, refactor it
@BagmarAnand
Refactor code
Question asked:
Given a link to code in
Github, refactor it
I have not verified the
validity of this refactoring
@BagmarAnand
Question asked:
Given a snippet of
code, refactor it
Refactor code
@BagmarAnand
Refactor code
Question asked:
Given a snippet of
code, refactor it
@BagmarAnand
Refactor code
Question asked:
Given a snippet of
code, refactor it
@BagmarAnand
Refactor code
Question asked:
Given a snippet of
code, refactor it
@BagmarAnand
Refactor code
Question asked:
Given a snippet of
code, refactor it
Large output pauses abruptly
”continue” proceeds
@BagmarAnand
Refactor code
Question asked:
Given a snippet of
code, refactor it
@BagmarAnand
Complex code
Question asked:
Given a complex code,
asked ChatGPT to
refactor the code, and
then reduce the
complexity
@BagmarAnand
Complex code
Question asked:
Given a complex code,
asked ChatGPT to
refactor the code, and
then reduce the
complexity
@BagmarAnand
Complex code
Question asked:
Given a complex code,
asked ChatGPT to
refactor the code, and
then reduce the
complexity
@BagmarAnand
Complex code
Follow-up question:
Reduce complexity of
above code
@BagmarAnand
Complex code
Follow-up question:
Reduce complexity of
above code
@BagmarAnand
Debugging
Writing
code
Refactoring
Debugging
...
@BagmarAnand
Debugging
Question asked:
Given a buggy code, fix it
@BagmarAnand
Debugging
Question asked:
Given a buggy code, fix it
@BagmarAnand
Debugging
Question asked:
Given a buggy code, fix it
@BagmarAnand
Debugging
Question asked:
Given a buggy code, fix it
Not only fixed the code, ChatGPT
also explained the error
Limitations of ChatGPT
@BagmarAnand
Limitations of ChatGPT
https://openai.com/blog/chatgpt/
@BagmarAnand
Limitations based on my observations
• ChatGPT does not know your context – use this as a starting point
• Will not work on internal sites
• Data privacy could become a huge issue
• Will not work for new features that are being developed
AI tools impacting SDLC
@BagmarAnand
Github Copilot
• Github Copilot is not new
• It is super helpful to write clean code, and rapidly!
• It is helpful to implement product code, as well as automation code
• Refer to these links for more information about it:
• https://applitools.com/blog/using-github-copilot-to-automate-tests/
• https://applitools.com/event/make-testing-easy-github-copilot/
• https://github.com/features/copilot
@BagmarAnand
Applitools Visual AI
Applitools Ultrafast Cloud
applitools.info/b8h
@BagmarAnand
Visual AI simplifies functional testing
@BagmarAnand
Visual AI simplifies functional testing
@BagmarAnand
Visual AI handles dynamic content
@BagmarAnand
Visual AI handles dynamic content
@BagmarAnand
Visual AI handles shifting content
@BagmarAnand
Visual AI handles shifting content
@BagmarAnand
Visual AI handles shifting content
@BagmarAnand
Visual AI handles shifting content
@BagmarAnand
Visual AI accelerates
cross browser/device testing
Capture the entire UI with
a single snapshot
DOM & CSS sent to
Applitools
Ultrafast Test Cloud
Applitools Eyes
Visual AI analysis
Ultrafast Grid
renders DOM
snapshots in parallel
Login to Eyes to
view test results
.
Firewall
18.2x faster than traditional cloud execution grids.
Applitools
Ultrafast Test Cloud
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
While this is not the
complete test, it
shows the correct
setup of Applitools
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Automation – With Applitools Visual AI
Next question:
Implement the 1st test
case "Verify that the
search results match the
keywords entered by the
user" using Selenium Java
with WebDriverManager,
Junit and Applitools
Ultrafast Grid
@BagmarAnand
Advantages of AI in Testing
• Reduce mundane tasks – let the machine handle it!
• Reduce the error prone nature of manual testing
• Easier Scaling
• Learn new tools & technologies
• Make work more interesting
Potential Pitfalls of AI
@BagmarAnand
Potential pitfalls of AI
• Thinking AI will solve all problems!
• Results in superficial knowledge
• Data Privacy
https://twitter.com/ProtonPrivacy/status/1619007351750627342
Current Sentiment
@BagmarAnand
https://nypost.com/2023/01/25/chat-gpt-could-make-these-jobs-obsolete/
https://www.semafor.com/article/01/27/2023/openai-has-hired-an-army-of-contractors-to-make-basic-coding-obsolete
Buzz in social media
@BagmarAnand
Are you excited?
https://storage.needpix.com/rsynced_images/excited-2681489_1280.jpg
https://www.lavorareascuola.it/wp-content/uploads/2020/05/thinking-2681494_960_720.jpg
Current Sentiments
Or
Are you worried?
Summary
• ChatGPT and many other tools in the AI-space are solving very
interesting challenges
• Understand how to use them in your context
• Ask the right question, to get a good answer!
• Tools have limitations – choose them wisely
• Human mind & experience is “still” the essential ingredient in
SDLC
Some tips for you
Use this opportunity to:
• Upskill yourself in new tools and technologies
• Evolve your thought process
• Be creative and use new information to come with
unique solutions
• Be innovative and learn how to use tools and
technologies for different purposes
https://twitter.com/paulg/status/1618676092163997696?t=J4XUNYJ8ynidWgrUW02Ing&s=03
And a New Challenge
Have you thought of how will you test these new
AI tools and technologies?
HI + AI = SI
Human Intelligence + Artificial Intelligence = Super Intelligence
QUESTIONS?
BagmarAnand
linkedin.com/in/anandbagmar/
QUESTIONS?
Talk with a Testing Specialist
applitools.info/lbd
TRY APPLITOOLS
Try the only truly AI-driven
Visual Testing Platform with
a free-forever account
applitools.info/xm3
@BagmarAnand
Additional Learning
applitools.info/cdf
@BagmarAnand
Coming in March
applitools.info/7mp
TAU Conference
March 8-9
Let the Engineers Speak
March 16
@BagmarAnand
• https://applitools.com/blog/ai-the-magical-helping-hand-in-testing/
• https://applitools.com
• https://openai.com/blog/chatgpt/
• https://github.com/features/copilot
Resources
Thank You!
Join us in the lounge for additional networking

More Related Content

PPTX
Blueprint ChatGPT Lunch & Learn
PPTX
Unlocking the Power of ChatGPT
PDF
How People Are Leveraging ChatGPT
PDF
20 prompts for chatGPT that make life easier for developers.pdf
PDF
intro chatGPT workshop.pdf
PDF
ChatGPT webinar slides
PDF
ChatGPT Mastery and the chatGPT Handbook.pdf
PDF
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...
Blueprint ChatGPT Lunch & Learn
Unlocking the Power of ChatGPT
How People Are Leveraging ChatGPT
20 prompts for chatGPT that make life easier for developers.pdf
intro chatGPT workshop.pdf
ChatGPT webinar slides
ChatGPT Mastery and the chatGPT Handbook.pdf
Unlocking the Power of ChatGPT and AI in Testing - NextSteps, presented by Ap...

What's hot (20)

PDF
Everything to know about ChatGPT
PPTX
ChatGPT 101.pptx
PPTX
What is ChatGPT
PDF
Chat GPT Intoduction.pdf
PDF
ChatGPT SEO Guide 2023
PDF
ChatGPT Use- Cases
PPTX
Webinar on ChatGPT.pptx
PDF
The power of creative collaboration
PPTX
Praneet’s Pre On ChatGpt edited.pptx
ODP
19 Final Slide Ideas for Concluding Your Presentation
PDF
ChatGPT OpenAI Primer for Business
PDF
ChatGPT Evaluation for NLP
PDF
The Future Of Work & The Work Of The Future
PDF
Deep dive into ChatGPT
PDF
Uses of AI text bot.pdf
PDF
An Introduction to Generative AI
ODP
100 growth hacks 100 days | 1 to 10
PDF
Chat Gpt
PDF
ChatGPT-the-revolution-is-coming.pdf
PDF
How AI is going to change the world _M.Mujeeb Riaz.pdf
Everything to know about ChatGPT
ChatGPT 101.pptx
What is ChatGPT
Chat GPT Intoduction.pdf
ChatGPT SEO Guide 2023
ChatGPT Use- Cases
Webinar on ChatGPT.pptx
The power of creative collaboration
Praneet’s Pre On ChatGpt edited.pptx
19 Final Slide Ideas for Concluding Your Presentation
ChatGPT OpenAI Primer for Business
ChatGPT Evaluation for NLP
The Future Of Work & The Work Of The Future
Deep dive into ChatGPT
Uses of AI text bot.pdf
An Introduction to Generative AI
100 growth hacks 100 days | 1 to 10
Chat Gpt
ChatGPT-the-revolution-is-coming.pdf
How AI is going to change the world _M.Mujeeb Riaz.pdf
Ad

Similar to Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, presented by Applitools (20)

PDF
Agile Testing Transformation is as Easy as 1, 2, 3 by Michael Buening
PDF
Change Tyres In A Moving Car - Make Functional Test Automation Effective Keynote
PPTX
Curiosity and Sogeti Present - The state of test data in 2022: New challenges...
DOCX
How Would Software Testing Change in the Future.docx.docx
PPTX
Scaling Training Data for AI Applications
PPTX
How companies test their software before released to the digital market.pptx
PDF
Advancing Testing Program Maturity in your organization
PDF
Selenium Deep Dive
PPTX
A New Model for Testing
PDF
Integrating AI in software quality in absence of a well-defined requirements
PPTX
You have Selenium... Now what?
PDF
Dev Dives: Supercharge testing and RPA with coded automations
PPTX
#ATAGTR2021 Presentation : "Use of AI and ML in Performance Testing" by Adolf...
PDF
Test Automation: How to Succeed When Moving Beyond Manual Testing
PDF
Innovations in Test Automation: It’s Not All about Regression
PPT
Test Automation Framework Online Training by QuontraSolutions
PDF
Next generation software testing trends
PDF
Test automation
PDF
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
PDF
Test Automation Frameworks and Tools: Empowering Quality with Efficiency
Agile Testing Transformation is as Easy as 1, 2, 3 by Michael Buening
Change Tyres In A Moving Car - Make Functional Test Automation Effective Keynote
Curiosity and Sogeti Present - The state of test data in 2022: New challenges...
How Would Software Testing Change in the Future.docx.docx
Scaling Training Data for AI Applications
How companies test their software before released to the digital market.pptx
Advancing Testing Program Maturity in your organization
Selenium Deep Dive
A New Model for Testing
Integrating AI in software quality in absence of a well-defined requirements
You have Selenium... Now what?
Dev Dives: Supercharge testing and RPA with coded automations
#ATAGTR2021 Presentation : "Use of AI and ML in Performance Testing" by Adolf...
Test Automation: How to Succeed When Moving Beyond Manual Testing
Innovations in Test Automation: It’s Not All about Regression
Test Automation Framework Online Training by QuontraSolutions
Next generation software testing trends
Test automation
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Test Automation Frameworks and Tools: Empowering Quality with Efficiency
Ad

More from Applitools (20)

PDF
Applitools Platform Pulse: What's New and What's Coming - July 2025
PDF
Code and No-Code Journeys: The Maintenance Shortcut
PDF
Code and No-Code Journeys: The Coverage Overlook
PDF
Creating Automated Tests with AI - Cory House - Applitools.pdf
PDF
Navigating EAA Compliance in Testing.pdf
PDF
AI-Assisted, AI-Augmented & Autonomous Testing
PDF
Code or No-Code Tests: Why Top Teams Choose Both
PDF
The ROI of AI-Powered Testing, presented by Applitools
PDF
Building No-code Autonomous E2E Tests_Applitools.pdf
PDF
Conquer 6 Testing Challenges_Applitools.pdf
PDF
Autonomous End-to-End Testing for Online Banking Applications Presented with ...
PDF
Playwright Visual Testing Best Practices, presented by Applitools
PDF
Cross-Browser and Cross-Device Testing | Applitools in Action
PDF
Advanced Debugging Techniques | Applitools in Action.pdf
PDF
AI-Powered Testing Strategies for the Seasonal Shopping Surge.pdf
PDF
Test Automation for Dynamic Applications _ Applitools in Action.pdf
PDF
Proven Approaches to AI-Powered E2E Testing.pdf
PDF
Applitools Autonomous 2.0 Sneak Peek.pdf
PDF
Building the Ideal CI-CD Pipeline_ Achieving Visual Perfection
PDF
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Applitools Platform Pulse: What's New and What's Coming - July 2025
Code and No-Code Journeys: The Maintenance Shortcut
Code and No-Code Journeys: The Coverage Overlook
Creating Automated Tests with AI - Cory House - Applitools.pdf
Navigating EAA Compliance in Testing.pdf
AI-Assisted, AI-Augmented & Autonomous Testing
Code or No-Code Tests: Why Top Teams Choose Both
The ROI of AI-Powered Testing, presented by Applitools
Building No-code Autonomous E2E Tests_Applitools.pdf
Conquer 6 Testing Challenges_Applitools.pdf
Autonomous End-to-End Testing for Online Banking Applications Presented with ...
Playwright Visual Testing Best Practices, presented by Applitools
Cross-Browser and Cross-Device Testing | Applitools in Action
Advanced Debugging Techniques | Applitools in Action.pdf
AI-Powered Testing Strategies for the Seasonal Shopping Surge.pdf
Test Automation for Dynamic Applications _ Applitools in Action.pdf
Proven Approaches to AI-Powered E2E Testing.pdf
Applitools Autonomous 2.0 Sneak Peek.pdf
Building the Ideal CI-CD Pipeline_ Achieving Visual Perfection
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton

Recently uploaded (20)

PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Materi-Enum-and-Record-Data-Type (1).pptx
PDF
Digital Strategies for Manufacturing Companies
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
L1 - Introduction to python Backend.pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Introduction to Artificial Intelligence
PDF
System and Network Administraation Chapter 3
PPTX
history of c programming in notes for students .pptx
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
DOCX
The Five Best AI Cover Tools in 2025.docx
PDF
top salesforce developer skills in 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Online Work Permit System for Fast Permit Processing
PPTX
Transform Your Business with a Software ERP System
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Essential Infomation Tech presentation.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Softaken Excel to vCard Converter Software.pdf
Materi-Enum-and-Record-Data-Type (1).pptx
Digital Strategies for Manufacturing Companies
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Operating system designcfffgfgggggggvggggggggg
L1 - Introduction to python Backend.pptx
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction to Artificial Intelligence
System and Network Administraation Chapter 3
history of c programming in notes for students .pptx
VVF-Customer-Presentation2025-Ver1.9.pptx
The Five Best AI Cover Tools in 2025.docx
top salesforce developer skills in 2025.pdf
Understanding Forklifts - TECH EHS Solution
Online Work Permit System for Fast Permit Processing
Transform Your Business with a Software ERP System
How Creative Agencies Leverage Project Management Software.pdf
Essential Infomation Tech presentation.pptx

Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, presented by Applitools