SlideShare une entreprise Scribd logo
1  sur  47
WHAT IS AGILE
TESTING?
Prasad	Kalgutkar		
&		
Amit	Gundiyal
Money /
Value
Time
Quality
ORGANIZATION OBJECTIVE
What	Is	Agile?
Source:	h*p://rlacovara.blogspot.in/2009/09/angry-coders-many-faces-of-agile.html
Agile	Manifesto
AGILE MANIFESTO
Individuals
and
Interactions
Processes
and
Tools
Source:	h*p://agilemanifesto.org/	
over
AGILE MANIFESTO
Working
Software
Comprehensive
Documentation
Source:	h*p://agilemanifesto.org/	
over
AGILE MANIFESTO
Customer
Collaboration
Contract
Negotiation
Source:	h*p://agilemanifesto.org/	
over
AGILE MANIFESTO
Responding
To
Change
Following
A Plan
Source:	h*p://agilemanifesto.org/	
over
Agile	Tes=ng		
Manifesto
AGILE TESTING MANIFESTO
Collaborative
Ownership
Detached
Objectivity
over
AGILE TESTING MANIFESTO
Targeted
Automation
Widespread
Anti-regression
over
AGILE TESTING MANIFESTO
Defect
Prevention
Defect
Detection
over
AGILE TESTING MANIFESTO
Exploratory
Testing
Predetermined
Scripting
over
AGILE TESTING MANIFESTO
Value
Addition
Persistent
Critic
over
Are	We	Building	the	Correct	Product		&	
….	
If	so,	are	we	building	it	correctly?
Principles	&	Prac=ces		of	
Agile	Tes=ng
PRINCIPLE: INVOLVE EVERYONE
Tes=ng	≠ Testers	
Quality	is	a	Team	Responsibility
PRINCIPLE: BUILD QUALITY IN
Preven+ng		
Defects	
Finding		
Defects	
Preven+ng		
Defects	
Finding		
Defects
QA	-	BA	
QA	-	Dev	
QA	-	UX	
QA	–	DevOps	
QA	-	Stakeholder	
PRINCIPLE: BUILD QUALITY IN
PRINCIPLE: FAST FEEDBACK
QUICK
RESPONSE
PRINCIPLE – BUSINESS OPTIMIZE VALUE
PEOPLE
TECHNOLOGYPROCESS
Quality	is	not	just	in	the	soRware	but	also	in	the		process
Typical	Ac=vi=es	in		
Agile	Teams
STORY PLANNING SESSION
Story Planning Session
Write Story & Scenarios
BA
Implement Automated
Acceptance Tests
TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BA / QA Signoff on Dev Box
BADEV TESTER
TESTER
BABUSINESS
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
STORY WRITING
BA
Story Planning Session
Write Story & Scenarios
BA
Implement Automated
Acceptance Tests
TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
BABUSINESS
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
AUTOMATE ACCEPTANCE TESTS
BA
Story Planning Session
BUSINESS
Write Story & Scenarios
BA
Implement Automated
Acceptance Tests
TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
BA
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
IMPLEMENT FUNCTIONALITY
BA
Story Planning Session
BUSINESS
Write Story & Scenarios
BA TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
Implement Automated
Acceptance Tests
BA
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
BA & QA SIGNOFF
BA
Story Planning Session
BUSINESS
Write Story & Scenarios
BA TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
Implement Automated
Acceptance Tests
BA
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
STORY TESTING
BA
Story Planning Session
BUSINESS
Write Story & Scenarios
BA TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
Implement Automated
Acceptance Tests
BA
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
SHOWCASE TO BUSINESS
BA
Story Planning Session
BUSINESS
Write Story & Scenarios
BA TESTER
DEV TESTER
Implement Functionality
Regular BA/QA Demo
DEV DEV
TESTERDEV BA
Showcase to
Business
START	DEVELOPMENT	ITERATION	
DEVELOPMENT		
ENGINE	
BUSINESS BA
TESTER
Story Testing
BADEV TESTER
TESTER
BA / QA Signoff on Dev Box
Implement Automated
Acceptance Tests
BA
Starts Here
System Testing
END	DEVELOPMENT	
ITERATION
What	else	will	make	
us	successful?
Automa=on	
(A	Safety	Net)
And	what	can	make	
us	unsuccessful?
Automa=on	
(A	Entangled	Net)
HOW?
TEST PYRAMID
Manual	/	Exploratory	
Impact	
Business-
facing
Tests
Technology-
facing
Tests
Time	
Cost	
Integra=on	
JavaScript	
Web	Service	
UI	
Unit	
View
REALITY
ICE-CREAM CONE ANTI PATTERN
Manual	/	Exploratory	
	
	
-----------------	
			UI	
-----------------	
Web-Service			
-----------------	
View	
-----------------	
JavaScript	
-----------------	
Integra=on	
---------------	
Unit
Web	Service	
View	
	
JavaScript		
Integra=on		
Unit	
Developers Test Pyramid QA Team Test Pyramid
DUAL TEST PYRAMID ANTI-PATTERN
Manual	/	Exploratory	
UI	
Web	Service
CUP-CAKE ANTI-PATTERN
Con=nuous		
Integra=on	(CI)
CONTINUOUS INTEGRATION (CI)
”…	is	a	soNware	development	pracPce	where	members	of	a	team		
integrate	their	work	frequently,	usually	each	person	integrates	at		least	
daily	-	leading	to	mulPple	integraPons	per	day.	Each		integra=on	is	
verified	by	an	automated	build	(including	test)		to	detect	integra=on	
errors	as	quickly	as	possible…."	
- 	MarPn	Fowler,	ThoughtWorks	Chief	ScienPst	
➢➢ h*p://www.thoughtworks.com/conPnuous-integraPon
CI PROCESS
Con=nuous		
Delivery	(CD)
CONTINUOUS DELIVERY (CD)
…	is	the	natural	extension	of	ConPnuous	IntegraPon:	an	approach	in		which	
teams	ensure	that	every	change	to	the	system	is		releasable,	and	that	
we	can	release	any	version	at	the	push	of	a		bu*on.	ConPnuous	Delivery	
aims	to	make	releases	boring,	so	
we	can	deliver	frequently	and	get	fast	feedback	on	what	users		care	
about.	
- 	MarPn	Fowler,	ThoughtWorks	Chief	ScienPst	
➢➢ h*p://www.thoughtworks.com/conPnuous-delivery
CONTINUOUS DELIVERY
Thank you
	
We	would	like	to	hear	from	you:	
	
Prasad	-	prasadk@thoughtworks.com	
	
Amit	-	amit.gundiyal@thoughtworks.com

Contenu connexe

Tendances

Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Marraju Bollapragada V
 
Agile testing - Testing From Day 1
Agile testing - Testing From Day 1Agile testing - Testing From Day 1
Agile testing - Testing From Day 1Kaizenko
 
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019Peter Gfader
 
Test Automation Strategies for the Agile World
Test Automation Strategies for the Agile WorldTest Automation Strategies for the Agile World
Test Automation Strategies for the Agile WorldTechWell
 
Large-Scale Agile Test Automation Strategies in Practice
Large-Scale Agile Test Automation Strategies in PracticeLarge-Scale Agile Test Automation Strategies in Practice
Large-Scale Agile Test Automation Strategies in PracticeTechWell
 
Agile Testing Strategy
Agile Testing StrategyAgile Testing Strategy
Agile Testing Strategytharindakasun
 
Tech talks #1- Unit testing and TDD
Tech talks #1- Unit testing and TDDTech talks #1- Unit testing and TDD
Tech talks #1- Unit testing and TDDDUONG Trong Tan
 
Agile Testing Process
Agile Testing ProcessAgile Testing Process
Agile Testing ProcessIntetics
 
Agile Testing – embedding testing into agile software development lifecycle
Agile Testing – embedding testing into agile software development lifecycle Agile Testing – embedding testing into agile software development lifecycle
Agile Testing – embedding testing into agile software development lifecycle Kari Kakkonen
 
Agile Testing and Test Automation
Agile Testing and Test AutomationAgile Testing and Test Automation
Agile Testing and Test AutomationNaveen Kumar Singh
 
Agile Testing Framework - The Art of Automated Testing
Agile Testing Framework - The Art of Automated TestingAgile Testing Framework - The Art of Automated Testing
Agile Testing Framework - The Art of Automated TestingDimitri Ponomareff
 
What is Agile Testing? Edureka
What is Agile Testing? EdurekaWhat is Agile Testing? Edureka
What is Agile Testing? EdurekaEdureka!
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPTMohit Kumar
 

Tendances (20)

Agile Testing by Example
Agile Testing by ExampleAgile Testing by Example
Agile Testing by Example
 
Guide to Agile testing
Guide to Agile testingGuide to Agile testing
Guide to Agile testing
 
What is Agile Testing?
What is Agile Testing? What is Agile Testing?
What is Agile Testing?
 
Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models
 
Agile testing - Testing From Day 1
Agile testing - Testing From Day 1Agile testing - Testing From Day 1
Agile testing - Testing From Day 1
 
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019
You Can't Be Agile If Your Testing Practices Suck - Vilnius October 2019
 
Test Automation Strategies for the Agile World
Test Automation Strategies for the Agile WorldTest Automation Strategies for the Agile World
Test Automation Strategies for the Agile World
 
Large-Scale Agile Test Automation Strategies in Practice
Large-Scale Agile Test Automation Strategies in PracticeLarge-Scale Agile Test Automation Strategies in Practice
Large-Scale Agile Test Automation Strategies in Practice
 
Agile Testing Strategy
Agile Testing StrategyAgile Testing Strategy
Agile Testing Strategy
 
Agile testing
Agile testingAgile testing
Agile testing
 
Introduction to Agile Testing
Introduction to Agile TestingIntroduction to Agile Testing
Introduction to Agile Testing
 
Agile Testing
Agile Testing Agile Testing
Agile Testing
 
Tech talks #1- Unit testing and TDD
Tech talks #1- Unit testing and TDDTech talks #1- Unit testing and TDD
Tech talks #1- Unit testing and TDD
 
Agile Engineering Practices
Agile Engineering PracticesAgile Engineering Practices
Agile Engineering Practices
 
Agile Testing Process
Agile Testing ProcessAgile Testing Process
Agile Testing Process
 
Agile Testing – embedding testing into agile software development lifecycle
Agile Testing – embedding testing into agile software development lifecycle Agile Testing – embedding testing into agile software development lifecycle
Agile Testing – embedding testing into agile software development lifecycle
 
Agile Testing and Test Automation
Agile Testing and Test AutomationAgile Testing and Test Automation
Agile Testing and Test Automation
 
Agile Testing Framework - The Art of Automated Testing
Agile Testing Framework - The Art of Automated TestingAgile Testing Framework - The Art of Automated Testing
Agile Testing Framework - The Art of Automated Testing
 
What is Agile Testing? Edureka
What is Agile Testing? EdurekaWhat is Agile Testing? Edureka
What is Agile Testing? Edureka
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPT
 

Similaire à What is Agile Testing?

Test automation - What? Why? How?
Test automation - What? Why? How?Test automation - What? Why? How?
Test automation - What? Why? How?Anand Bagmar
 
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...
vodQA(Pune) 2018 - Enhancing the capabilities of testing team   preparing for...vodQA(Pune) 2018 - Enhancing the capabilities of testing team   preparing for...
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...vodQA
 
What is Agile Testing? How does Automation help?
What is Agile Testing? How does Automation help?What is Agile Testing? How does Automation help?
What is Agile Testing? How does Automation help?Anand Bagmar
 
API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)Apigee | Google Cloud
 
Agile in Outsourced Environment – A Perspective
Agile in Outsourced Environment – A PerspectiveAgile in Outsourced Environment – A Perspective
Agile in Outsourced Environment – A PerspectiveZaheer Abbas Contractor
 
Agile Testing Automation Summit 2016 - Parallel Appium
Agile Testing Automation Summit 2016 - Parallel AppiumAgile Testing Automation Summit 2016 - Parallel Appium
Agile Testing Automation Summit 2016 - Parallel AppiumSai Krishna
 
Agile principles and mindset agile wednesday series
Agile principles and mindset agile wednesday seriesAgile principles and mindset agile wednesday series
Agile principles and mindset agile wednesday seriesJamey Lees
 
Cross Functional Teams: Looking Beyond Development
Cross Functional Teams: Looking Beyond DevelopmentCross Functional Teams: Looking Beyond Development
Cross Functional Teams: Looking Beyond DevelopmentScott Gilbert
 
Driving Business Results Through Automation
Driving Business Results Through AutomationDriving Business Results Through Automation
Driving Business Results Through AutomationCapgemini
 
"Incrementality" - Scaling up affordability
"Incrementality" - Scaling up affordability"Incrementality" - Scaling up affordability
"Incrementality" - Scaling up affordabilityKalido
 
Transforming Product Development - AWS Transformation Day: Santa Clara 2018
Transforming Product Development - AWS Transformation Day: Santa Clara 2018Transforming Product Development - AWS Transformation Day: Santa Clara 2018
Transforming Product Development - AWS Transformation Day: Santa Clara 2018Amazon Web Services
 
Transforming Product Development - Transformation Day Montreal 2018
Transforming Product Development - Transformation Day Montreal 2018Transforming Product Development - Transformation Day Montreal 2018
Transforming Product Development - Transformation Day Montreal 2018Amazon Web Services
 
Seven Keys to Navigating Your Agile Testing Transition
Seven Keys to Navigating Your Agile Testing TransitionSeven Keys to Navigating Your Agile Testing Transition
Seven Keys to Navigating Your Agile Testing TransitionTechWell
 
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Kaali Dass PMP, PhD.
 
Transforming Product Development - AWS Transformation Day 2018: Detroit
Transforming Product Development - AWS Transformation Day 2018: DetroitTransforming Product Development - AWS Transformation Day 2018: Detroit
Transforming Product Development - AWS Transformation Day 2018: DetroitAmazon Web Services
 
Transforming Product Development - AWS Transformation Day Boston 2018
Transforming Product Development - AWS Transformation Day Boston 2018Transforming Product Development - AWS Transformation Day Boston 2018
Transforming Product Development - AWS Transformation Day Boston 2018Amazon Web Services
 
Nuda Anthoney Web Analytics Demo
Nuda Anthoney Web Analytics DemoNuda Anthoney Web Analytics Demo
Nuda Anthoney Web Analytics DemoAnthoney Nuda
 
Procurement Congress 2019, Milano - Key Note Mirko Kleiner
Procurement Congress 2019, Milano - Key Note Mirko KleinerProcurement Congress 2019, Milano - Key Note Mirko Kleiner
Procurement Congress 2019, Milano - Key Note Mirko KleinerMirko Kleiner
 
Transforming Product Development- Transformation Day Philadelphia 2018
Transforming Product Development- Transformation Day Philadelphia 2018Transforming Product Development- Transformation Day Philadelphia 2018
Transforming Product Development- Transformation Day Philadelphia 2018Amazon Web Services
 

Similaire à What is Agile Testing? (20)

Test automation - What? Why? How?
Test automation - What? Why? How?Test automation - What? Why? How?
Test automation - What? Why? How?
 
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...
vodQA(Pune) 2018 - Enhancing the capabilities of testing team   preparing for...vodQA(Pune) 2018 - Enhancing the capabilities of testing team   preparing for...
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...
 
What is Agile Testing? How does Automation help?
What is Agile Testing? How does Automation help?What is Agile Testing? How does Automation help?
What is Agile Testing? How does Automation help?
 
API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)
 
Testing in Agile Development
Testing in Agile DevelopmentTesting in Agile Development
Testing in Agile Development
 
Agile in Outsourced Environment – A Perspective
Agile in Outsourced Environment – A PerspectiveAgile in Outsourced Environment – A Perspective
Agile in Outsourced Environment – A Perspective
 
Agile Testing Automation Summit 2016 - Parallel Appium
Agile Testing Automation Summit 2016 - Parallel AppiumAgile Testing Automation Summit 2016 - Parallel Appium
Agile Testing Automation Summit 2016 - Parallel Appium
 
Agile principles and mindset agile wednesday series
Agile principles and mindset agile wednesday seriesAgile principles and mindset agile wednesday series
Agile principles and mindset agile wednesday series
 
Cross Functional Teams: Looking Beyond Development
Cross Functional Teams: Looking Beyond DevelopmentCross Functional Teams: Looking Beyond Development
Cross Functional Teams: Looking Beyond Development
 
Driving Business Results Through Automation
Driving Business Results Through AutomationDriving Business Results Through Automation
Driving Business Results Through Automation
 
"Incrementality" - Scaling up affordability
"Incrementality" - Scaling up affordability"Incrementality" - Scaling up affordability
"Incrementality" - Scaling up affordability
 
Transforming Product Development - AWS Transformation Day: Santa Clara 2018
Transforming Product Development - AWS Transformation Day: Santa Clara 2018Transforming Product Development - AWS Transformation Day: Santa Clara 2018
Transforming Product Development - AWS Transformation Day: Santa Clara 2018
 
Transforming Product Development - Transformation Day Montreal 2018
Transforming Product Development - Transformation Day Montreal 2018Transforming Product Development - Transformation Day Montreal 2018
Transforming Product Development - Transformation Day Montreal 2018
 
Seven Keys to Navigating Your Agile Testing Transition
Seven Keys to Navigating Your Agile Testing TransitionSeven Keys to Navigating Your Agile Testing Transition
Seven Keys to Navigating Your Agile Testing Transition
 
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
 
Transforming Product Development - AWS Transformation Day 2018: Detroit
Transforming Product Development - AWS Transformation Day 2018: DetroitTransforming Product Development - AWS Transformation Day 2018: Detroit
Transforming Product Development - AWS Transformation Day 2018: Detroit
 
Transforming Product Development - AWS Transformation Day Boston 2018
Transforming Product Development - AWS Transformation Day Boston 2018Transforming Product Development - AWS Transformation Day Boston 2018
Transforming Product Development - AWS Transformation Day Boston 2018
 
Nuda Anthoney Web Analytics Demo
Nuda Anthoney Web Analytics DemoNuda Anthoney Web Analytics Demo
Nuda Anthoney Web Analytics Demo
 
Procurement Congress 2019, Milano - Key Note Mirko Kleiner
Procurement Congress 2019, Milano - Key Note Mirko KleinerProcurement Congress 2019, Milano - Key Note Mirko Kleiner
Procurement Congress 2019, Milano - Key Note Mirko Kleiner
 
Transforming Product Development- Transformation Day Philadelphia 2018
Transforming Product Development- Transformation Day Philadelphia 2018Transforming Product Development- Transformation Day Philadelphia 2018
Transforming Product Development- Transformation Day Philadelphia 2018
 

Dernier

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
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
 
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
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
[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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
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...
 
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...
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

What is Agile Testing?