SlideShare a Scribd company logo
Topic Title: Integrating Test Automation in DevOps
Name of the Speaker : Ramesh Krish
Company Name : Indium Software (India) Limited
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
START PROJECT APPLICATION BUILD AVAILABLE FINISH PROJECT
REGRESSION CYCLE
Document Steps
Document
Steps
Traditional
Automation
Record
Tests
Run Scripts &
Analyze tests
Modify Test for
Changes
Run Scripts &
Analyze tests
Re -
Recording
Modify Test
for Changes
Identification of
multiple tool sets
Setup infrastructure
Run and Analyze
Test
Troubleshooting and
fixing issues on need
basis
Identify Automatable
Components
CODE | BUILD | TEST |
PACKAGE | RELEASE |
CONFIGURE | MONITOR
Automation
in Dev-Ops
Implement Solution
Test case
Feasibility for
Automation
Modify
Test
Run and
Analyze Test
Modify
Test
Run
Scripts
&
Analyze
tests
Build
components
& Flows Automate
Run
Scripts
Framework
Driven
Automation
In Agile
Run Scripts
Test Automation Overview
Development, Review, Approval & CI
CODE
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
Typical DevOps Structure
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
QA
IT Operations
DEV
DevOps
Version Control, Code Merge, Build Status
Quality Assurance (Smoke / Sanity, Regression)
Artifact Repo, Pre deployment staging
Infra Configuration , Management
Performance, Health Checks
Change Mgnt, Release Approvals, Regression Automation
DevQA
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
QA
OPS
DEV
LEGENDS
- Dev - QA
Code review /
Approval /
Merge
Build Version
Control
Build Status
Notification
QaOps
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
QA
OPS
DEV
LEGENDS
- QA - OPS
Build Deployment
Artifact Repository
Pre deployment Staging
Infrastructure Configuration
Configuration Management
Performance Monitoring
DevOps - QA
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
QA
OPS
DEV
LEGENDS
Change Management
Release Approvals
Continuous Integration
Health Check
Defect Management
- Dev - OPS
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
Entity
Developer
Source
Code
STOP / OPEN DEFECT
Test
Cluster
Test Tools
[Selenium,
UFT, Junit,
SlikTest]
Test
Management
Tool
PROCESS ID: S02
Deliver Build
MOVE TO
PRODUCTION
PROCESS ID: S01
Prepare Staging
Environment PROCESS ID: S03
Final Validation
(UAT)
PROCESS ID: S04
Executive
Approval
S01
STAGING ENVIRONMENT
[EXTERNAL]
QA ENVIRONMENT [INTERNAL]
Test Controller
Q02
Q03
PROCESS ID: Q02
Compile Source
PROCESS ID: Q01
Prepare Build
PROCESS ID: Q03
Deliver Build
Test Controller
Test Pass?
PROCESS ID: Q04
Integration /
System Testing
Run Tests
Build Request
Yes
Yes
No
Deployment
Request
No
Validation Pass?
Build successful
Notification
Installation Request
CLOUD
INFRASTRUCTURE
STAGING
SERVER
Unmerge Request
CODE
MERGE
CI Tool
[Jenkins, Buildbot,
Hudson]
Q01
Build
Successful
Notification
CI Tool
[Jenkins, Buildbot,
Hudson]
CI LAYER
iSAFE –
Automation
Framework
A working model
Entity
Developer
Source
Code
STOP / OPEN DEFECT
Test
Cluster
Test Tools
[Selenium,
UFT, Junit,
SlikTest]
Test
Management
Tool
PROCESS ID: S02
Deliver Build
MOVE TO
PRODUCTION
PROCESS ID: S01
Prepare Staging
Environment PROCESS ID: S03
Final Validation
(UAT)
PROCESS ID: S04
Executive
Approval
S01
STAGING ENVIRONMENT
[EXTERNAL]
QA ENVIRONMENT [INTERNAL]
Test Controller
Q02
Q03
PROCESS ID: Q02
Compile Source
PROCESS ID: Q01
Prepare Build
PROCESS ID: Q03
Deliver Build
Test Controller
Test Pass?
PROCESS ID: Q04
Integration /
System Testing
Run Tests
Build Request
Yes
Yes
No
Deployment
Request
No
Validation Pass?
Build successful
Notification
Installation Request
CLOUD
INFRASTRUCTURE
STAGING
SERVER
Unmerge Request
CODE
MERGE
CI Tool
[Jenkins, Buildbot,
Hudson]
Q01
Build
Successful
Notification
CI Tool
[Jenkins, Buildbot,
Hudson]
CI LAYER
Listener
iSAFE –
Automation
Framework
Entity
Developer
Source
Code
STOP / OPEN DEFECT
Test
Cluster
Test Tools
[Selenium,
UFT, Junit,
SlikTest]
Test
Management
Tool
PROCESS ID: S02
Deliver Build
MOVE TO
PRODUCTION
PROCESS ID: S01
Prepare Staging
Environment PROCESS ID: S03
Final Validation
(UAT)
PROCESS ID: S04
Executive
Approval
S01
STAGING ENVIRONMENT
[EXTERNAL]
QA ENVIRONMENT [INTERNAL]
Test Controller
Q02
Q03
PROCESS ID: Q02
Compile Source
PROCESS ID: Q01
Prepare Build
PROCESS ID: Q03
Deliver Build
Test Controller
Test Pass?
PROCESS ID: Q04
Smoke / Sanity
/ Integration /
System Testing
Run Tests
Build Request
Yes
Yes
No
Deployment
Request
No
Validation Pass?
Build successful
Notification
Installation Request
CLOUD
INFRASTRUCTURE
STAGING
SERVER
Unmerge Request
CODE
MERGE
CI Tool
[Jenkins, Buildbot,
Hudson]
Q01
Build
Successful
Notification
CI Tool
[Jenkins, Buildbot,
Hudson]
CI LAYER
iSAFE –
Automation
Framework
ListenerListener
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
Lack of Skilled Resources
Tools Management
Legacy to cloud migration
Collaboration within the teams
Consistently passing Smoke & Sanity suites
DEVOPS AUTOMATION - CHALLENGES
DevOps - Advantages & Challenges
Repetitive and monotonous manual tasks can be eliminated
8x more frequent production deployments
50% lower change failure rates
3x reduction in cost
12x faster service restoration times when something went
wrong
Entire automation is version controlled
Eliminate human errors
Most of the activities in Dev Ops can be automated
DEVOPS AUTOMATION - ADVANTAGES
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
CODE CODE REVIEW
"Crucible | Gerrit | GitLab | Kallithea
|Patchwork |Phabricator | Review Board | Rietveld |
RhodeCode |Understand |Upsource"
VERSION CONTROL
"Concurrent Versions System (CVS) | CVSNT |
OpenCVS | Subversion (SVN) Vesta | Filesentral |
AccuRev |Autodesk Vault |CADES | Dimensions CM
|IBM Rational ClearCase |IBM Configuration
Management Version Control (CMVC) | IBM Rational
Team Concert | IC Manage Global Design Platform
(GDP) | PTC Integrity (Formerly MKS Integrity). Panvalet
| Perforce | PVCS |Quma Version Control System |
Razor |StarTeam | Surround SCM | Team Foundation
Server (TFS) | Visual Studio Team Services (VSTS) | IBM
Rational Synergy | Vault| Visual SourceSafe"
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
BUILD
CODE REVIEW
"Crucible | Gerrit | GitLab | Kallithea
|Patchwork |Phabricator | Review Board | Rietveld |
RhodeCode |Understand |Upsource"
CONTINOUS INTEGRATION
Jenkins | TeamCity | Travis CI |Go CD | Bamboo |
Gitlab CI | Circle CI | Codeship
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
TEST
CODE REVIEW
"Crucible | Gerrit | GitLab | Kallithea
|Patchwork |Phabricator | Review Board | Rietveld |
RhodeCode |Understand |Upsource"
VERSION CONTROL
CONTINOUS INTEGRATION
Jenkins | TeamCity | Travis CI |Go CD | Bamboo |
Gitlab CI | Circle CI | Codeship
TEST MANAGEMENT TOOLS
TET | TETware | Test manager
RTH | Testlink
FUNCTIONAL TESTING TOOLS
Selenium | Soapui | Watir | HTTP::Recorder | WatiN |
Canoo | WebTest | Webcorder | Solex | Imprimatur
| SAMIE | Swete | ITP | WET | WebInject
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS PACKAGE
CODE REVIEW
"Crucible | Gerrit | GitLab | Kallithea
|Patchwork |Phabricator | Review Board | Rietveld |
RhodeCode |Understand |Upsource"
VERSION CONTROL
CONTINOUS INTEGRATION
Jenkins | TeamCity | Travis CI |Go CD | Bamboo |
Gitlab CI | Circle CI | Codeship
TEST MANAGEMENT TOOLS
TET | TETware | Test manager
RTH | Testlink
FUNCTIONAL TESTING TOOLS
Selenium | Soapui | Watir | HTTP::Recorder | WatiN |
Canoo | WebTest | Webcorder | Solex | Imprimatur
| SAMIE | Swete | ITP | WET | WebInject
OSX
Mac Appstore | Homebrew | Fink | Macports |
Joyent
WINDOWS
Windows store | Windows phone store | Cygwin |
NuGet
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
RELEASE
CODE REVIEWCONTINOUS INTEGRATIONTEST MANAGEMENT TOOLSOSXRELEASE & DEPLOYMENT
Atlassian Bamboo | Attunity | Automic | AutoRABIT |
Basis | Software | BMC | BuildBot | Build Forge|
AnthillPro | CA LISA | (Nolio) | CSC Cloud | CFEngine
| Distelli | Electric Cloud | Fastlane | Flexagon |
GitHub | glu
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
CONFIGURE
CODE REVIEWCONTINOUS INTEGRATIONTEST MANAGEMENT TOOLSOSXRELEASE & DEPLOYMENTCONFIGURE
Ansible (Python-based) | CFEngine | Chef (Ruby-
based) | Distelli |
OpenMake Software Release Engineer | Otter |
Puppet (Ruby-based) | Salt (Python-based) | Rex
(Perl-based) | Puppet | saltstack / salt | chef / chef
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/
DevOps Tools
BUILD
TEST
PACKAGE
RELEASE
CONFIGURE
MONITOR
CODE
DEVOPS TOOLS
MONITOR
CODE REVIEWCONTINOUS INTEGRATIONTEST MANAGEMENT TOOLSOSXRELEASE & DEPLOYMENTCONFIGUREMONITOR
Nagios, Zabbix & Sensu | AWS CloudWatch &
StackDriver | New Relic & AppDynamics |
Compuware APM & Boundary | BigPanda and
PagerDuty
World Conference Next Generation Testing 2015
Speaker Name: Ramesh Krish
Email ID: ramesh.k@indiumsoft.com
Organized by
UNICOM Trainings & Seminars Pvt. Ltd.
contact@unicomlearning.com
http://www.unicomlearning.com/2016/World_Devops_Summit_Bangalore/

More Related Content

PPTX
Continuous testing webinar 041017 slideshare
PPTX
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
PDF
Leveraging Open Source Automation: A Selenium WebDriver Example
PPTX
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
PDF
Test Automation at the Speed of Agile: Making It Work Every Build
PPTX
An introduction to DevOps
PDF
World-Class Test Automation: You Can Build It Too
PDF
Exercising and Scaling Up Mobile DevOps in the Enterprise
Continuous testing webinar 041017 slideshare
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
Leveraging Open Source Automation: A Selenium WebDriver Example
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
Test Automation at the Speed of Agile: Making It Work Every Build
An introduction to DevOps
World-Class Test Automation: You Can Build It Too
Exercising and Scaling Up Mobile DevOps in the Enterprise

What's hot (20)

PPTX
Cerberus : Framework for Manual and Automated Testing (Web Application)
PDF
Agile testing - Principles and best practices
PPTX
Continuous Integration for Salesforce1 Platform
PDF
Top 10 Automation Testing Tools in 2020
DOCX
Rajiv Profile
PDF
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
PPTX
CI/CT/CD and Role of Quality Engineering
PPTX
Module 2 IUT Bobigny : Automatisation de la chaîne de production logicielle
PDF
TMF2014 CI-CD Workshop Michael Palotas
 
PDF
Test Automation Frameworks Using Selenium | Edureka
PPTX
4 Testing Methods to Scale and Automate Your DevOps Pipeline
PDF
Web Accessibility Testing Trends and Shift Left Testing of accessibility usin...
PDF
Using DevOps to Improve Software Quality in the Cloud
PDF
Agile Testing 2020
PPTX
Automate you Appium test like a pro!
PDF
Top 10 Automation Testing Tools in 2020
PPTX
Top 20 best automation testing tools
PPTX
Enforcing Quality with DevOps Pipeline Gates
PPTX
Continuous delivery mobile application development
PDF
Mobile Apps development best practices. TDD, CI, CD
Cerberus : Framework for Manual and Automated Testing (Web Application)
Agile testing - Principles and best practices
Continuous Integration for Salesforce1 Platform
Top 10 Automation Testing Tools in 2020
Rajiv Profile
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
CI/CT/CD and Role of Quality Engineering
Module 2 IUT Bobigny : Automatisation de la chaîne de production logicielle
TMF2014 CI-CD Workshop Michael Palotas
 
Test Automation Frameworks Using Selenium | Edureka
4 Testing Methods to Scale and Automate Your DevOps Pipeline
Web Accessibility Testing Trends and Shift Left Testing of accessibility usin...
Using DevOps to Improve Software Quality in the Cloud
Agile Testing 2020
Automate you Appium test like a pro!
Top 10 Automation Testing Tools in 2020
Top 20 best automation testing tools
Enforcing Quality with DevOps Pipeline Gates
Continuous delivery mobile application development
Mobile Apps development best practices. TDD, CI, CD
Ad

Viewers also liked (19)

PPT
Bendita tu luz
PDF
Ascoltare la città - Rete di laboratori diffusi
PPTX
Zappos
PDF
A contribuicao epistemologica de ludwik fleck na producao academica em educac...
PDF
Creative Commons: Not Just For Nerds
PDF
Bail Bond phoenix AZ
PPTX
PPTX
Compassion lesson #4
PPTX
Evaluation Activity 7
PPS
Estadios para el 2014
PDF
Nutrition Coach
RTF
0531 981 01 90 YILDIRIM KİTAP ALANLAR-PLAK-KİTAP-ANTİKA EŞYA SATIN ALANLAR 05...
PDF
NanoPt2016 Conference Book
PDF
CQ Appointment Letter
DOC
PPTX
Presentation1
PPTX
Ladutko - Time management in QA - from words to deeds (ConfeT&QA-2013 Fall)
PDF
102201645 percubaan-upsr-2012-negeri-kelantan-mt-kertas-1
PPT
Qatar open data
Bendita tu luz
Ascoltare la città - Rete di laboratori diffusi
Zappos
A contribuicao epistemologica de ludwik fleck na producao academica em educac...
Creative Commons: Not Just For Nerds
Bail Bond phoenix AZ
Compassion lesson #4
Evaluation Activity 7
Estadios para el 2014
Nutrition Coach
0531 981 01 90 YILDIRIM KİTAP ALANLAR-PLAK-KİTAP-ANTİKA EŞYA SATIN ALANLAR 05...
NanoPt2016 Conference Book
CQ Appointment Letter
Presentation1
Ladutko - Time management in QA - from words to deeds (ConfeT&QA-2013 Fall)
102201645 percubaan-upsr-2012-negeri-kelantan-mt-kertas-1
Qatar open data
Ad

Similar to Ramesh Krishnamurthy, CTO at World DevOps Summit 2016 (20)

PPTX
Webinar: DevOps challenges facing QA
PPT
How to Build and Maintain Quality Drupal Sites with Automated Testing
PPTX
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...
PPTX
Dev ops culture and practices
PDF
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
PDF
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
PPTX
Agile & DevOps - It's all about project success
PDF
How to get the most out of your CI/CD workflow using automated testing - Sauc...
PDF
Forward5 Auxis VMware
PPT
Continuous Integration: A Case Study
PPTX
Achieving CI Excellence With Quality Engineering by Greg Sypolt
PDF
AfterTest Madrid March 2016 - DevOps and Testing Introduction
PPTX
Enterprise DevOps: Scaling Build, Deploy, Test, Release
PDF
What is Continuous Integration? | Continuous Integration with Jenkins | DevOp...
PPT
Part 2 improving your software development v1.0
PPT
Continous Integration: A Case Study
PPTX
Anatomy of a Build Pipeline
PDF
Devops e a nova cultura - TDC Florianopolis 2015
PDF
Continuous Testing - What QA means for DevOps
PDF
AWS DevOps Guide and Best Practices Presentation.pdf
Webinar: DevOps challenges facing QA
How to Build and Maintain Quality Drupal Sites with Automated Testing
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...
Dev ops culture and practices
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
Agile & DevOps - It's all about project success
How to get the most out of your CI/CD workflow using automated testing - Sauc...
Forward5 Auxis VMware
Continuous Integration: A Case Study
Achieving CI Excellence With Quality Engineering by Greg Sypolt
AfterTest Madrid March 2016 - DevOps and Testing Introduction
Enterprise DevOps: Scaling Build, Deploy, Test, Release
What is Continuous Integration? | Continuous Integration with Jenkins | DevOp...
Part 2 improving your software development v1.0
Continous Integration: A Case Study
Anatomy of a Build Pipeline
Devops e a nova cultura - TDC Florianopolis 2015
Continuous Testing - What QA means for DevOps
AWS DevOps Guide and Best Practices Presentation.pdf

More from Indium Software (20)

PDF
Success Story - Healthcare Insurance Testing Services
PDF
Success Story: Testing Education Domain - CRM Testing
PDF
Mobile Application Performance Testing
PDF
Compatibility Testing for Mobile Games
PDF
SOA Testing - For an Email Messaging Application
PDF
RCA on Residual defects – Techniques for adaptive Regression testing
PDF
Android Mobile Application Performance Testing
PDF
DISTRIBUTED AGILE - CHALLENGES & STRATEGIES
PDF
21 CFR Part 11 Validation
PDF
Mobile Testing for a Cloud Based Application Provider
PDF
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
PDF
Whitepaper: Responsive Test - A test framework to cover it all
PDF
Success Story - End to End Testing of Network Management Software
PDF
Testing CRM in Education Domain – Success Story
PDF
Firmware Application Test Automation
PDF
Social Media Application Testing
PDF
Test Consulting Services - Case Study
PDF
Success Story - Game Testing
PDF
Success Story - Testing Banking Application
PDF
End to End Test of Network Management Software
Success Story - Healthcare Insurance Testing Services
Success Story: Testing Education Domain - CRM Testing
Mobile Application Performance Testing
Compatibility Testing for Mobile Games
SOA Testing - For an Email Messaging Application
RCA on Residual defects – Techniques for adaptive Regression testing
Android Mobile Application Performance Testing
DISTRIBUTED AGILE - CHALLENGES & STRATEGIES
21 CFR Part 11 Validation
Mobile Testing for a Cloud Based Application Provider
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
Whitepaper: Responsive Test - A test framework to cover it all
Success Story - End to End Testing of Network Management Software
Testing CRM in Education Domain – Success Story
Firmware Application Test Automation
Social Media Application Testing
Test Consulting Services - Case Study
Success Story - Game Testing
Success Story - Testing Banking Application
End to End Test of Network Management Software

Recently uploaded (20)

PPTX
Unlocking-Business-Potential-Power-BI-Development-Services.pptx
PDF
Smart Plumbing Solutions Every Property Owner and Developer Should Know
PPTX
The Rise of Work-from-Home Internships.pptx
PDF
Choosing an Entrepreneurial Path Based on Your Personality.pdf
PDF
Why Corporate Relocations Need Professional Packers and Movers.pdf
PDF
Why Should Call Centers Use Inbound Call Tracking in 2025.pdf
PDF
Leveraging Earth Observation Data to Improve Wildfire Prevention and Manageme...
PDF
Profitable Farming Starts with AI in Agriculture | Rubixe
PDF
NAV to Microsoft Dynamics 365 Business Central Upgrade in London UK (1).pdf
PDF
Green minimalist professional Business Proposal Presentation.pdf
PDF
Optimize Freight, Fleet, and Fulfillment with Scalable Logistics Solutions.pdf
PPTX
Social Media Marketing Services in USA | Boost Your Brand
PDF
Blush & Brown Modern Minimalist eBook Workbook.pdf
PDF
Looking to Work Abroad_ Here’s Why Canada is a Great Option.pdf
PDF
Digital Marketing Skills in Demand for 2025.pdf
PDF
Digital marketing strategy slides .pdf
PDF
2025 Electrician Marketing Trends Report | Destiny Marketing Solutions
PPTX
Task 2_ portfolio PP-Food collection drive purpose
PDF
Understanding LA's Zero Waste Initiative
PDF
Top In-Demand Occupations for Skilled Migration to Australia in 2025
Unlocking-Business-Potential-Power-BI-Development-Services.pptx
Smart Plumbing Solutions Every Property Owner and Developer Should Know
The Rise of Work-from-Home Internships.pptx
Choosing an Entrepreneurial Path Based on Your Personality.pdf
Why Corporate Relocations Need Professional Packers and Movers.pdf
Why Should Call Centers Use Inbound Call Tracking in 2025.pdf
Leveraging Earth Observation Data to Improve Wildfire Prevention and Manageme...
Profitable Farming Starts with AI in Agriculture | Rubixe
NAV to Microsoft Dynamics 365 Business Central Upgrade in London UK (1).pdf
Green minimalist professional Business Proposal Presentation.pdf
Optimize Freight, Fleet, and Fulfillment with Scalable Logistics Solutions.pdf
Social Media Marketing Services in USA | Boost Your Brand
Blush & Brown Modern Minimalist eBook Workbook.pdf
Looking to Work Abroad_ Here’s Why Canada is a Great Option.pdf
Digital Marketing Skills in Demand for 2025.pdf
Digital marketing strategy slides .pdf
2025 Electrician Marketing Trends Report | Destiny Marketing Solutions
Task 2_ portfolio PP-Food collection drive purpose
Understanding LA's Zero Waste Initiative
Top In-Demand Occupations for Skilled Migration to Australia in 2025

Ramesh Krishnamurthy, CTO at World DevOps Summit 2016