Integrations
Pricing
TABLE OF CONTENTS

Katalon Platinum Sponsorship | Agile + DevOps East 2021

Katalon Platinum Sponsorship | Agile + DevOps East 2021

Katalon at Agile DevOps East 2021

Hey everyone! Today we are very excited to announce that we are a platinum sponsor at the Agile DevOps East 2021 event which will take place this November 15-19, and we would love to see you there. This year’s Agile DevOps East will be fully virtual and brings together practitioners seeking to accelerate the delivery of reliable, secure software applications.  

Agile DevOps East 2021 will feature keynotes with recognized thought-leaders from top companies. Over 20 industry-recognized speakers will deliver a variety of sessions, panel discussions, and workshops on key topics on DevOps and an expo to show you the latest in software development solutions. There also will be social events, conference papers presentations, and a myriad of content and insights that you can apply to your work. 

We encourage you to attend the presentation titled Test Orchestration: Integrating Test Automation into DevOps where Coty Rosenblath – Katalon CTO, will show you how a Test Orchestration platform can coordinate automated testing across execution environments and integrate information to inform decision making. In this session Coty will discuss:

  • Test orchestration and the future of testing.
  • How does test orchestration integrate automated testing into modern DevOps.
  • The fundamental role of Test Orchestration in automated testing across execution environments.

Additionally, there will be a bonus session delivered by Adam Satterfield titled “How to design and implement a best-in-class test automation strategy” where you can learn the best practices to implement the best automation strategy, and also valuable insights such as:

  • What needs to be automated
  • Best practices to define test automation goals
  • How to make effective use of the tools and resources you have
  • What a modern test automation strategy looks like and how to implement it, and more.

Again, we are very excited to participate in this year’s Agile DevOps East and hope you are too. As always, reach out to us if you have any questions. Stay tuned for more info on events and other news.

ABOUT KATALON

Katalon is the leading provider of software test automation solutions. With a flexible platform for web, API, mobile, and desktop testing that fits teams, projects of any size, and any purpose, Katalon is widely trusted by a global community across over 160 countries.

Katalon is recognized as a top automation tool by prestigious reports such as Gartner, Capterra, and IT Central Station.

For more information, visit https://katalon.com.

 

function setCookie(cname,cvalue,exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = 'expires=' + d.toGMTString(); document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/'; } function getCookie(cname) { var name = cname + '='; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ''; } //get cookie here before set at file check_first_user.js var cookie_check_user = getCookie('check_first_user'); jQuery(document).mouseleave(function () { var cookie_popup_outof_page_is_closed = getCookie('popup_outof_page_is_closed'); //console.log('out'); if(cookie_popup_outof_page_is_closed != ''){ //do nothing } else{ } //script closed and save cookie for this jQuery('#modal-id-popup').on('hidden.bs.modal', function () { setCookie('popup_outof_page_is_closed', 1, 30); }) });