SlideShare a Scribd company logo
#ATAGTR2018
Manual And Automated Accessibility
Testing Implementation
- Rakesh Kondreddy
27th September 2018
About Me
• Senior Software Test Engineer @Ellucian
• Exploratory QA
• Open Source Enthusiast
• Certified Scrum Master
• Testing Freak online Meetup Organizer
• Defect preventer
• Reach me @+91- 8142772717 /
rakeshkmr516@gmail.com
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Web Accessibility
“Inclusive practice of removing barriers that prevent interaction with, or access to websites, by
all users
When sites are correctly designed, developed and edited, all users have equal access to
information and functionality. ”
What is Accessibility Testing
Subset of usability testing.
Software is tested to validate the accessibility of the software to all
users including differently abled / having special needs
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Why Accessibility Testing
ü Abide by
Accessibility
Legislations
ü Avoid Potential Law
Suits
ü Cater to market for
Disabled People.
ü Customer policies
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Inaccessible Software Form
Differently abled users
Visual :- Blindness, Low vision, Color blindness
Hearing :- Deafness, Hard of hearing
Physical disabilities :- Motor disabilities
Speech disabilities
Cognitive and neurological disabilities :- Dyslexia, Attention Deficit Disorder
Intellectual impairments, Memory impairments, Mental health disabilities
Seizure disorders
Multiple disabilities
Scenarios
o Online shopper with color blindness
o Deaf student
o Blind accountant
o Dyslexic student with ADD
o Retiree with aging conditions
o Cognitive disability
o Deaf-blindness
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
WCAG Guidelines
• Collection of guidelines, which states the
accessibility standards for web software.
• 4 principles which consists of 12 guidelines.
• Within the guidelines, success criteria Classified into
3 different levels: A, AA, AAA.
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Principle 1: Perceivable
§ Guideline 1: Text Alternative
§ Guideline 2: Time-based media
§ Guideline 3: Adaptable
§ Guideline 4: Distinguishable
Principle 2: Operable
§ Guideline 5: Keyboard Accessible
§ Guideline 6: Enough Time
§ Guideline 7: Seizures
§ Guideline 8: Navigable
Principle 3: Understandable
§ Guideline 9: Readable
§ Guideline 10: Predictable
§ Guideline 11: Input Assistance
Principle 4: Robust
§ Guideline 12: Compatible
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Accessibility Toolbars/ plugins
AXE/ Google Lighthouse / WAVE
Demo
Online Evaluation Tools
HTML code Sniffer, W3c Mobile ok
checker, A checker
Demo
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Assistive Technologies
Screen
magnifiers
Screen
readers
Speech
recognition
Tabbing through
structural elements
Text & Voice
browsers
WAI-ARIA
• Web Accessibility Initiative – Accessible Rich Internet Applications
WAI-ARIA role Native element
button button
checkbox input type=”checkbox”
radiogroup and radio fieldset/legend and input type=”radio”
combobox select size=”1″
listbox select with a size greater than 1
option option
list ul or ol
spinbutton input type=”number”
link a with href attribute
form form
Automated Accessibility Testing
Selenium + HTML code sniffer +
JSON/ HTML Reporting
Demo
Accessibility Adoption in ORG
➤ Establish an Org commitment with key stakeholders responsible
for Accessibility.
➤ A checklist/questionnaire to include Accessibility for both new
and existing apps
➤ Establish a benchmark (Say Level A, AA )
➤ Establish a standards for UX designers, (UI)Developers & Testers
➤ Start As early as possible from UX GEL(Global Experience
Language)
➤ Color contrast
➤ Conduct usability, User testing session outside org.
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
Ready For 30- Days AccessibilityTesting challenge
https://dojo.ministryoftesting.com/dojo/lessons/30-days-of-accessibility-testing
#ATAGTR2018
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media
marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
 https://www.w3.org/WAI/standards-guidelines/wcag/
 http://squizlabs.github.io/HTML_CodeSniffer/
 https://wave.webaim.org/
 https://www.deque.com/axe/
 http://www.assertselenium.com/continuous-
delivery/accessibility-testing/
 https://achecker.ca/checker/index.php
References

More Related Content

PPTX
#ATAGTR2020 Presentation - Case study for holistic approach to IoT testing
PPTX
#ATAGTR2020 Presentation - Speed Up Your Regression Testing Cycles with Data ...
PPTX
Architecting DevOps Ready Application
PPTX
Making DevOps a reality for Legacy Enterprise Monolithic Products
PPTX
Distributed And Scaled (DiSc) Agile PMO
KEY
OpenACT - Meet1 - Intro to APIs
PPTX
Linuxkit and Moby - A Sneek Peek into The Future of Container Ecosystem
PPTX
Design Thinking Approach for Analytics
#ATAGTR2020 Presentation - Case study for holistic approach to IoT testing
#ATAGTR2020 Presentation - Speed Up Your Regression Testing Cycles with Data ...
Architecting DevOps Ready Application
Making DevOps a reality for Legacy Enterprise Monolithic Products
Distributed And Scaled (DiSc) Agile PMO
OpenACT - Meet1 - Intro to APIs
Linuxkit and Moby - A Sneek Peek into The Future of Container Ecosystem
Design Thinking Approach for Analytics

What's hot (7)

PPTX
Demonetization, IoT and related thoughts!
ODP
IGSTK: Building High Quality Roads with Open Source Software-9300
PPTX
Addressing the challenges of delivering Microservice applications in the ente...
PPTX
#ATAGTR2020 Presentation - Joan’s Rainbow Cake – Descriptive Agile testing wi...
PPTX
Strengthening CX through Agile Ecosystems
PDF
DevOps++ Global Summit 2017
PPTX
#ATAGTR2020 Presentation - Shift Testing Left-Right-Left
Demonetization, IoT and related thoughts!
IGSTK: Building High Quality Roads with Open Source Software-9300
Addressing the challenges of delivering Microservice applications in the ente...
#ATAGTR2020 Presentation - Joan’s Rainbow Cake – Descriptive Agile testing wi...
Strengthening CX through Agile Ecosystems
DevOps++ Global Summit 2017
#ATAGTR2020 Presentation - Shift Testing Left-Right-Left
Ad

Similar to #ATAGTR2018 Presentation "Manual and Automated Accessibility Testing Implementation" by Rakesh Kondreddy (20)

PPTX
#ATAGTR2019 Presentation "How analytics is reshaping testing?!" By Himani Yad...
PPTX
#ATAGTR2018 Presentation "Machine Learning as a decision support system for Q...
PPTX
DevOps Architecture Design
PPTX
#ATAGTR2020 Presentation - Non-Functional Testing of Chatbots
PPTX
#ATAGTR2018 Presentation - 'Is your Testing Organization Propelling your Agil...
PDF
#ATAGTR2018 Presentation "How a fortune 500 case Study Changed The Way We Do ...
PPTX
#ATAGTR2019 Presentation "Curtailing Automation Impediments: Refactoring Auto...
PPTX
#ATAGTR2018 Presentation "Design Patterns in Test Automation" By Shrinathacha...
PPTX
#ATAGTR2020 Presentation - Multiplatform Test Automation Framework Solution w...
PPTX
#ATAGTR2020 Presentation - Workflow Testing: 10 Scenarios to be Covered by Te...
PPTX
#ATAGTR2019 Presentation "Delivering Cx through Continuous Performance Assura...
PPTX
#ATAGTR2019 Presentation "Blockchain and Continuous Testing" By Rutvikkumar Mrug
PPTX
#ATAGTR2019 Presentation "Re-imagining Quality Assurance in the age of Digiti...
PPTX
#ATAGTR2020 Presentation - The Splunk Integration for Futuristic NFT in DevOp...
PPTX
#ATAGTR2020 Presentation - Redefining DevOps for seamless performance testing
PPTX
DevOps In Mobility World With Microsoft Technology
PDF
#ATAGTR2019 Presentation "Assuring Quality for AI based applications" By Vino...
PPTX
Robotic Process Automation
PPTX
#ATAGTR2020 Presentation - Relish your journey to Software Testing Masterchef
PPTX
Windows Automation with Ansible
#ATAGTR2019 Presentation "How analytics is reshaping testing?!" By Himani Yad...
#ATAGTR2018 Presentation "Machine Learning as a decision support system for Q...
DevOps Architecture Design
#ATAGTR2020 Presentation - Non-Functional Testing of Chatbots
#ATAGTR2018 Presentation - 'Is your Testing Organization Propelling your Agil...
#ATAGTR2018 Presentation "How a fortune 500 case Study Changed The Way We Do ...
#ATAGTR2019 Presentation "Curtailing Automation Impediments: Refactoring Auto...
#ATAGTR2018 Presentation "Design Patterns in Test Automation" By Shrinathacha...
#ATAGTR2020 Presentation - Multiplatform Test Automation Framework Solution w...
#ATAGTR2020 Presentation - Workflow Testing: 10 Scenarios to be Covered by Te...
#ATAGTR2019 Presentation "Delivering Cx through Continuous Performance Assura...
#ATAGTR2019 Presentation "Blockchain and Continuous Testing" By Rutvikkumar Mrug
#ATAGTR2019 Presentation "Re-imagining Quality Assurance in the age of Digiti...
#ATAGTR2020 Presentation - The Splunk Integration for Futuristic NFT in DevOp...
#ATAGTR2020 Presentation - Redefining DevOps for seamless performance testing
DevOps In Mobility World With Microsoft Technology
#ATAGTR2019 Presentation "Assuring Quality for AI based applications" By Vino...
Robotic Process Automation
#ATAGTR2020 Presentation - Relish your journey to Software Testing Masterchef
Windows Automation with Ansible
Ad

More from Agile Testing Alliance (20)

PPTX
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
PDF
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
PPTX
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
PDF
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
PDF
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
PPTX
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
PPTX
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
PPTX
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
PDF
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
PPTX
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
PPTX
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
PPTX
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
PPTX
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
PDF
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
PPTX
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
PDF
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
PDF
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
PPTX
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
PDF
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
PPTX
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPT
Teaching material agriculture food technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
A Presentation on Artificial Intelligence
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
sap open course for s4hana steps from ECC to s4
Electronic commerce courselecture one. Pdf
20250228 LYD VKU AI Blended-Learning.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Teaching material agriculture food technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
A comparative analysis of optical character recognition models for extracting...
Chapter 3 Spatial Domain Image Processing.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Advanced methodologies resolving dimensionality complications for autism neur...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
A Presentation on Artificial Intelligence
Network Security Unit 5.pdf for BCA BBA.
sap open course for s4hana steps from ECC to s4

#ATAGTR2018 Presentation "Manual and Automated Accessibility Testing Implementation" by Rakesh Kondreddy

  • 1. #ATAGTR2018 Manual And Automated Accessibility Testing Implementation - Rakesh Kondreddy 27th September 2018
  • 2. About Me • Senior Software Test Engineer @Ellucian • Exploratory QA • Open Source Enthusiast • Certified Scrum Master • Testing Freak online Meetup Organizer • Defect preventer • Reach me @+91- 8142772717 / rakeshkmr516@gmail.com
  • 3. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Web Accessibility “Inclusive practice of removing barriers that prevent interaction with, or access to websites, by all users When sites are correctly designed, developed and edited, all users have equal access to information and functionality. ”
  • 4. What is Accessibility Testing Subset of usability testing. Software is tested to validate the accessibility of the software to all users including differently abled / having special needs
  • 5. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Why Accessibility Testing ü Abide by Accessibility Legislations ü Avoid Potential Law Suits ü Cater to market for Disabled People. ü Customer policies
  • 6. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
  • 7. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
  • 8. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Inaccessible Software Form
  • 9. Differently abled users Visual :- Blindness, Low vision, Color blindness Hearing :- Deafness, Hard of hearing Physical disabilities :- Motor disabilities Speech disabilities Cognitive and neurological disabilities :- Dyslexia, Attention Deficit Disorder Intellectual impairments, Memory impairments, Mental health disabilities Seizure disorders Multiple disabilities
  • 10. Scenarios o Online shopper with color blindness o Deaf student o Blind accountant o Dyslexic student with ADD o Retiree with aging conditions o Cognitive disability o Deaf-blindness
  • 11. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
  • 12. WCAG Guidelines • Collection of guidelines, which states the accessibility standards for web software. • 4 principles which consists of 12 guidelines. • Within the guidelines, success criteria Classified into 3 different levels: A, AA, AAA.
  • 13. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Principle 1: Perceivable § Guideline 1: Text Alternative § Guideline 2: Time-based media § Guideline 3: Adaptable § Guideline 4: Distinguishable Principle 2: Operable § Guideline 5: Keyboard Accessible § Guideline 6: Enough Time § Guideline 7: Seizures § Guideline 8: Navigable Principle 3: Understandable § Guideline 9: Readable § Guideline 10: Predictable § Guideline 11: Input Assistance Principle 4: Robust § Guideline 12: Compatible
  • 14. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
  • 15. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)
  • 16. Accessibility Toolbars/ plugins AXE/ Google Lighthouse / WAVE Demo
  • 17. Online Evaluation Tools HTML code Sniffer, W3c Mobile ok checker, A checker Demo
  • 18. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Assistive Technologies Screen magnifiers Screen readers Speech recognition Tabbing through structural elements Text & Voice browsers
  • 19. WAI-ARIA • Web Accessibility Initiative – Accessible Rich Internet Applications WAI-ARIA role Native element button button checkbox input type=”checkbox” radiogroup and radio fieldset/legend and input type=”radio” combobox select size=”1″ listbox select with a size greater than 1 option option list ul or ol spinbutton input type=”number” link a with href attribute form form
  • 20. Automated Accessibility Testing Selenium + HTML code sniffer + JSON/ HTML Reporting Demo
  • 21. Accessibility Adoption in ORG ➤ Establish an Org commitment with key stakeholders responsible for Accessibility. ➤ A checklist/questionnaire to include Accessibility for both new and existing apps ➤ Establish a benchmark (Say Level A, AA ) ➤ Establish a standards for UX designers, (UI)Developers & Testers ➤ Start As early as possible from UX GEL(Global Experience Language) ➤ Color contrast ➤ Conduct usability, User testing session outside org.
  • 22. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Ready For 30- Days AccessibilityTesting challenge https://dojo.ministryoftesting.com/dojo/lessons/30-days-of-accessibility-testing
  • 23. #ATAGTR2018 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us)  https://www.w3.org/WAI/standards-guidelines/wcag/  http://squizlabs.github.io/HTML_CodeSniffer/  https://wave.webaim.org/  https://www.deque.com/axe/  http://www.assertselenium.com/continuous- delivery/accessibility-testing/  https://achecker.ca/checker/index.php References