Generative AI in Test Automation
October 18, 2023 12 PM ET
SPEAKER
Ameet Deshpande
With the new developments happening in the world of Generative AI, this training session will examine the impact that such technologies have on test automation, how it can improve efficiencies and productivity, reduce your product release cycle time, and most importantly, how the marriage of Generative AI and Test Automation change the world of testing and software product development.
Current Trends and Realities in Test Automation
October 3, 2023 10 AM ET
SPEAKER
Lee Barnes
Test automation, while an essential part of delivering quality software, has long been marketed as a silver bullet to testing issues. It overshadows the reason we need software testing in the first place (i.e., to find problems). Test automation can reduce software testing down to just the execution of scripted test steps.
This leads to a focus on tools and frameworks vs. actually improving the efficiency and effectiveness of software testing. It also leads to an artificial stratification of “manual testing” and “automated testing.” This not only demeans software testers, it infers that test automation IS software testing, leading to risks in the applications being tested.
Scaling Automated Mobile Testing for Gaming
September 28, 2023 2 PM ET
SPEAKERS
Shane Evans and Frank Moyer
In the dynamic and rapidly evolving landscape of mobile gaming, ensuring a flawless user experience across a multitude of devices, operating systems, and gameplay scenarios is paramount. As player expectations continue to rise, game developers and testers face the challenge of delivering high-quality, bug-free gaming experiences at scale.
The "Scaling Automated Mobile Testing for Gaming" training session is designed to provide game development teams, QA professionals, and mobile app testers with invaluable insights into tackling the complexities of testing mobile games efficiently and effectively. This webinar will delve into advanced strategies, best practices, and cutting-edge tools that empower participants to automate and optimize their mobile game testing processes, enabling faster releases without compromising quality.
Unlock Shift-Left Testing With Virtual Devices
September 21, 2023 1 PM ET
SPEAKER
Matthew Caldwell
In today’s testing landscape, every team is in the pursuit of shift-left testing to enable more efficient and streamlined testing efforts.
There are several ways in which a team can shift their testing left, and one of the biggest tactics is the employ the use of virtual devices. While real devices are unmatched in terms of accuracy, virtual devices like emulators and simulators go a long way in boosting test coverage while minimizing escaped defects.
How to Unlock & Transform Quality Engineering
August 9, 2023 11 AM ET
SPEAKERS
Rajesh Sarangapani and Joe Colantonio
The ever-evolving digital landscape has become a challenging frontier for many enterprises seeking to achieve quality engineering excellence and efficient digital delivery. Join us as we delve into an insightful discussion around these prevalent hurdles and potential solutions in our forthcoming webinar. We will explore the current market scenario, common organizational struggles, and how next-generation solutions can usher in a transformative wave in quality engineering.
Through various real-world case studies, we'll explore the core components of BlueSwan™, a progressive software testing platform. These components, including Verita, Praxia, CESA, Cesta, Velocita, Prudentia, iNSta, and Incight, have been designed to address these pain points.
Building Automated Tests Using Generative AI
July 25, 2023 1 PM ET
SPEAKERS
Todd McNeal
Advances in Generative AI are poised to disrupt how we build and test software. But despite the pace of AI innovation since the release of ChatGPT several months ago, there have been few production-ready AI tools built for software testers that are ready for real-world use.
In this webinar, we'll be demoing Generative AI features in a test automation tool that can be used by your organization today. With Reflect, testers can write tests in plain English and have Reflect automatically execute those actions utilizing its integration with OpenAI's ChatGPT.
Learn How to Become a Java SDET, with ZERO Coding Experience or a College Degree
July 13, 2023 1 PM ET
SPEAKERS
Kuzzat Altay
Become a Software Development Engineer in Test (SDET) professional by combining coding, problem-solving skills, and simulated work experience. You can create scalable test automation frameworks for UI/Database/API.
Our program starts simple and builds step-by-step. First, you’ll learn the Java programming language. Next, you’ll master testing tools such as TestNG, JUnit, Selenium WebDriver, JDBC, and REST Assured. From there, we’ll teach you SQL enabling you to build different test automation frameworks.
Open Testing & Tool Consolidation: A Roadmap to Vendor Independence and Future-Proofing
May 23, 2023 1 PM ET
SPEAKERS
Jonathon Wright and Humza Ahmad
"Open Testing & Tool Consolidation: A Roadmap to Vendor Independence and Future-Proofing" is a comprehensive webinar designed to empower quality engineering teams by shedding light on the inherent challenges and issues associated with reliance on outdated and single-vendor testing platforms. The session aims to highlight the significant hurdles testing teams face in the scaling enterprise automation, such as high costs, reduced flexibility, and a stifled capacity for innovation, due to being locked into proprietary vendor systems.
In an era where modern software development lifecycle is driving directly responsible for organisational quality, we identify and analyse the risks of vendor lock-in and explore its impact on your testing process. However, the focus of the webinar isn't solely on problems. We will present actionable insight to achieve a higher level of test automation maturity using open testing and tool consolidation. We illustrate how transitioning from open-source testing tools and a consolidated toolset can enhance your business's agility, reduce costs, and facilitate a robust, future-proof testing process.
Discover the Future of Functional Testing with OpenText ValueEdge's AI-Driven Platform
May 23, 2023 1 PM ET
SPEAKERS
Lior Urbani and Chris Trimper
OpenText's AI based functional testing software is revolutionizing test automation. Whether you’re trying to capitalize on AI testing or interested in how to begin your automation journey, our experts will have the answers you need.
Maximizing ROI with Test Automation
May 16, 2023 9 AM ET
SPEAKERS
Autumn Ciliberto and Humza Ahmad
In today's fast-paced software development landscape, delivering high-quality products at speed is critical to success. However, manual testing is time-consuming and error prone. Traditional automated regression testing offers a faster solution, but it still falls short in many areas. It still requires manual intervention and is limited in its ability to catch everything a user would. Many organizations are turning to intelligent automation to streamline their testing process, reduce costs, and improve quality.
Join us while we explore how test automation can maximize your ROI and benefit your business.
Deviceless Mobile Testing Using AI
April 6, 2023 2 PM ET
SPEAKER
Ido Cohen
In today's highly competitive mobile app market, delivering high-quality user experiences is critical for revenue and app store rankings. However, traditional manual and device-driven testing methods are often slow, flaky, and have poor ROI. To address these pain points, a new methodology called "Deviceless mobile testing" has emerged, leveraging AI to generate end-to-end API tests from the mobile app's perspective.
In this webinar, attendees will find out how Deviceless mobile testing can help shorten the testing cycle duration, cut operational costs, and improve the overall quality of mobile apps.
API Testing for Kubernetes: Transparent Remoting Using HCL OneTest
April 4, 2023 10 AM ET
SPEAKERS
Chris Haagan, Martin Lescuyer, and Stuart Walker
Testing in a cloud and containerized world is often very difficult. One of the painful tasks that testers have to face is that once the containers are deployed, some of their APIs might remain accessible but others — the internal ones — are not reachable anymore. Even if a part of their APIs remains accessible, the requests sent from outside the application must fly through several management layers. Testers might want to remove these layers and send requests straight to the service they want to test.
A typical Kubernetes application is usually made of several containers, and services within those containers. These are usually located behind an Egress/Ingress controller and many security layers, so interactions with the application are restricted to the overall application APIs, whether they are published or not. HCL OneTest offers a solution to these restrictions. Transparent remoting using HCL OneTest addresses individual services in the Kubernetes cluster directly–as if they were local. Rather than going through the Ingress controller, testers can interact with the containerized services directly.
Should You Be Doing More API Testing?
March 23, 2023 10 AM ET
SPEAKERS
Peter Thomas and Kapil Bakshi
This webinar will deep dive into why and how you can do more with API testing. You will get a sense of how APIs play a central part in modern-day software-architecture and how we as an industry got to where we are now.
The Lowdown on Test Automation in 2023
March 21, 2023 12 PM ET
SPEAKER
Mina Sprengeler
The testing industry is constantly changing, and every year brings new challenges and opportunities for teams to face. How are you optimizing your testing strategy in 2023?
Perfecto surveyed hundreds of leading digital enterprises across a wide range of industries. Now that the results are in, we break down topics such as challenges teams are facing, what they are doing to prioritize and solve those challenges, and what their main focuses are heading into 2023.
In this webinar, Perfecto expert Mina Sprengeler gives valuable and actionable insights gleaned from the survey results.
Scale Your Automation with Model-Based Test Generation
March 14, 2023 10 AM ET
SPEAKERS
Rich Jordan & George Blundell
Your teams are writing quality test automation, yet overall automation rates have struggled to get beyond 15-20% of all tests executed [1]. To scale automated testing and achieve sufficient in-sprint coverage, an alternative is needed to manual test creation, brittle test maintenance, and working in a skilled silo that finds bugs only once it's too late.
This webinar will demonstrate how you can use flowcharts to generate automated tests at lightning speed, while systematically targeting in-sprint coverage and fostering close collaboration between SDETs, testers, developers and designers.
AI: The Key to Modern Software Testing
March 7, 2023 10 AM ET
SPEAKER
Autumn Ciliberto
Machine Learning and Artificial Intelligence (AI) are necessary means for test automation success. The ever-growing demands set upon QA and DevOps teams is overwhelming. AI and Machine Learning helps companies produce higher quality and quantity of work in shorter timeframes. It’s no longer a question of whether we should incorporate AI and Machine Learning (ML) into our testing process, but what’s the best way to do so, and through what channel.
AI Augmented testing for Digital Apps
February 22, 2023 1 PM ET
SPEAKER
Avinash Tiwari
With an ever-increasing need for high quality releases and feature rich digital apps, the demand for faster app development life cycle has become a non-negotiable. Today the world is racing against time to get the best of out of their apps has become the key differentiator in the competitive app market. While implementation of various testing methodologies like DevOps, Continuous Integration and Delivery have helped accelerate the process, there is still a lot of scope for improvement. Of late Artificial Intelligence based Augmented Testing has taken center stage to show us ways to enhance and accelerate our efforts.
According to Gartner, “The use of AI can dramatically increase the efficacy rate of test automation tools.” This gives us all the more reason to quickly adopt new methods and ways to explore AI Augmented Testing to see how it can help you scale up your testing efforts to build and release high quality apps faster.
From Spreadsheets to Scalable, Streamlined Test Management
January 10, 2023 2 PM ET
SPEAKER
Zach Sergio
Excel as a test case management tool seems like such a good idea–at first. Cut to 6 months and 60 spreadsheets later, when you need to reuse something from that first spreadsheet–do you know where it is? And can you be sure the information is still up-to-date?
In this upcoming webinar, we’ll share how you can streamline test management to virtually eliminate the documentation and governance burden of spreadsheets. You’ll learn how Tricentis qTest’s approach puts all test assets–across projects, teams, and tools–at your fingertips.
Preparing Your Mobile Testing Strategy in 2023
December 15, 2022 1 PM ET
SPEAKER
Lindsay Eaton
This year, mobile usage continued to rise, and with that came many challenges that organizations needed to solve. Whether it was performance, visual, security, or strategic issues, development and QA teams needed to be one step ahead in order to live up to the high expectations of their leadership, and just as importantly, their customers.
As 2023 nears, it’s the perfect time to look back and reassess your testing goals and strategies for success.
To ensure a productive year ahead, your QA and development teams need to be ready to adapt and conquer new challenges.
Testing for Quality in a Data & Analytics World
December 13, 2022 11 AM ET
SPEAKERS
Bill Hayduk, Eric Smyth, Chris Thompson, Mike Calabrese, Matt Moss, and Rachaud Evans
Testers, Join the QuerySurge executive team to discuss and learn about the current state of testing for data quality in the modern data and analytics world.
QuerySurge is the smart Data Testing solution that automates the data validation and ETL testing of Big Data, Data Warehouses, Business Intelligence Reports and Enterprise Applications with full DevOps functionality for continuous testing.
Global Testing Summit
December 6-7, 2022 10 AM ET
SPEAKERS
James Bach, Michael Bolton, Janna Loeffler, Sai Krishna, Srinivasan Sekar, Gleb Bahmutov, Christine Bentsen, Eran Kinsbruner, John Boebinger, Kristin Jackvony, Stephen Feloney, Thomas Haver, and Federico Toledo
Testers, start your engines!
Get ready to reach the apex of testing like you have never experienced before. The industry’s brightest minds all together for one purpose: Powering the speed and torque of your testing.
The Last Mile in Testing: How Far Can We Go with Headless?
November 29, 2022 11 AM ET
SPEAKER
Ramiro Milan
CI/CD is not a one-size-fits all solution. Using CI/CD to run automated UI tests as part of the build process, be it in a headless or a headed-UI mode, requires carefully picking the tools, strategies, and tests to run in the pipeline. It requires a cultural shift in every organization, especially the ones that still practice entirely manual UI testing.
This session is promoting the tactical and practical aspect of test automation in an Agile software development environment. It gives an insight into bringing UI automation into CI/CD through a real-life scenario that will be presented on a level, that even junior QAs can reach and get a decent understanding of. More experienced test engineers will benefit from hands-on tips on how to structure their test suites and what type of automated tests they should consider integrating into their pipelines.
Test Smarter, Not Harder: Visual Testing in a World of Immersive Experiences
November 16, 2022 11 AM ET
SPEAKERS
Leonardo Pace, Camren Ada Daly, Lucas Manoukian, Tomás Romero and Joe Colantonio
Virtual worlds, NFTs, and immersive video games are already here. Several tech, gaming, retail, media and entertainment, finance, banking and consumer goods companies have started exploring the potential of immersive experiences. Taking care of visual details and creating an amazing user experience in this new paradigm requires a smarter QA process.
Cover Your Apps With AI-Driven Test Impact Analysis & Code Coverage
November 10, 2022 1 PM ET
SPEAKERS
Adam Attanasio and Wilhelm Haaker
There’s only so much work you can do in each time-constrained sprint. As you advance in your testing practices, you accumulate large numbers of tests that can become difficult and time-consuming to maintain and execute.
Code changes and automated test runs may happen daily. Rerunning all these tests for each build slows down productivity. With AI-powered test impact analysis (TIA), you can see what code changed and only run those tests associated with the modifications, which speeds up productivity.
2022 State of Test Automation: A Chat with Industry Leaders
October 13, 2022 12 PM ET
SPEAKERS
Rudolf Groetz, Shannon Lee, and Liran Barokas
If you en The intersection of widespread adoption, early success stories, and technological maturity have created an inflection point for software test automation. It’s an incredible time to be expanding an automation program – or just beginning one.
Join Shannon Lee, Rudolf Groetz, and Liron Barokas, as they discuss the current state of test automation, where their own automation journeys have taken them, and how you can leverage automation platforms to boost your productivity and business outcomes.
Take Control of Your Test Environment with API Simulation
October 11, 2022 1 PM ET
SPEAKER
Grigor Trofimov
If you encounter delays in your software testing due to lack of access to external APIs or test data, or due to unstable endpoints in your test environment, you’re not alone.
Simulation allows you to take control of your test environment by creating virtual APIs, services, and data that behave just like the real thing. As a result, you reduce the impact of external dependencies that may be expensive, difficult to access, or unavailable.
Building Full-Stack Automation Testing in Java and Playwright
September 27, 2022 1 PM ET
SPEAKER
Yegor Ivanov
Every web service has a backend and a frontend that work together. However, testing them quite often comes apart: unit-tests are stored separately, manual tests are executed in a standalone TMS, and backend testing is run by another team.
How do we get the full picture of what’s going on? With Allure TestOps powers it’s an easy-breezy task.
Adding Automation to Manual Testing
September 15, 2022 1 PM ET
SPEAKER
Kody O'Keefe
Many companies are struggling to make the move to automation on mobile, in part because of their manual efforts already in swing. The benefits of doing so lead to better testing and more efficiency once complete…not to mention, implementing automation is much easier than you would think.
Many companies are struggling to make the move to automation on mobile, in part because of their manual efforts already in swing. The benefits of doing so lead to better testing and more efficiency once complete…not to mention, implementing automation is much easier than you would think.
Playwright + Uffizzi: Supercharging Your Testing Efficiency
August 30, 2022 1 PM ET
SPEAKERS
Josh Thurman and Butch Mayhew
Are shared environments holding your team back?
Using a limited number of shared and persistent environments for testing new changes to your code base is a pervasive problem across the software producing industry.
As you scale up with more developers, testers, and automated tests the bottleneck is only amplified.
Why Poor Test Data Management Is Costly
July 28, 2022 11 AM ET
SPEAKER
Vishnu Shankar
Test data is critical because it impacts the quality software testing. It doesn’t make sense to test your software with completely meaningless data or risk working with production data. It’s essential to have a mix of different strategies to generate test data.
Scaling E2E Test Coverage in the Era of DevOps
July 20, 2022 1 PM ET
SPEAKER
Andrew Horgan
Over 76% of organizations are undergoing DevOps adoption, speeding up throughput and release frequency. At the same time, expectations for great customer experiences are increasing, with 32% of users leaving brands after their first poor interaction. This puts a spotlight on testers: how do we deliver quality software while moving at the speed of DevOps?
A New Approach to Creating Quality, Safe Data for Testing
July 14, 2022 11 AM ET
SPEAKER
Adam Kamor and Ryan Callahan
Test data that’s realistic, useful, AND safe? That’s a tall order. Quality test data that checks -off each of those boxes can be hard to find. How can you get your test engineers and developers the data they need?
Digital Assurance in the World of No-Code Cloud Apps: Featuring Oracle Test Automation
June 28, 2022 11 AM ET
SPEAKERS
Heather McAninch, Uday Chavan, and Guljeet Nagpaul
The adoption of Oracle Cloud platforms is growing, and enterprises are looking for ways to accelerate their release cycles, reduce turnaround time (TAT), and enable continuous delivery of mission-critical and large-scale solutions. One of the biggest impediments in this fast-paced solution engineering cycle is the challenges in establishing a quick and efficient test automation solution.
Building the Best Testing Toolkit
June 21, 2022 1 PM ET
SPEAKER
Eden Full Goh, Founder and CEO of Mobot
In 2022, mobile apps are becoming more complex, teams are rapidly releasing new features, and the number of devices and operating systems is ever-growing. Testing for a seamless user experience doesn’t start or end with your app - it involves the deep links to get there, the push notifications to bring users back, interacting with a peripheral device, background interactions, handling web views within a native app, and so much more.
The Truth of AI in Automation
June 9, 2022 1 PM ET
SPEAKERS
Tariq King, Frank Moyer, Chris Trimper and more!
Artificial intelligence (AI) is here, and many in the testing world are learning how to leverage this new technology. Whether you’re trying to capitalize on AI in testing, interested in learning how to start on your automation journey, or curious how AI will impact your career, our expert speakers will give you the answers you need.
Achieving 5-Star App Ratings with Test Automation
May 10, 2022 1 PM ET
SPEAKER
Shannon Lee, Developer Evangelist for Kobiton
For many companies, the mobile channel is either already their largest channel or their fastest-growing channel. Yet, somewhat surprisingly, 1 in 4 apps are abandoned after first use. And when you factor in customer (or “app”) acquisition costs, high abandonment affects not only your top line but also your bottom line, thus putting your business at risk. Mobile test automation will ensure an increase in app store ratings and a decrease in negative reviews.
Evolving Test Automation In The Era of Cloud ERP Transformations
May 4, 2022 1 PM ET
SPEAKERS
Pankaj Goel, Opkey’s Co-Founder
With ERPs now forcing all clients to move to the cloud (EBS to Fusion, ECC to Hana, etc.), there is a fundamental shift in the way testing is perceived. For example, previously ERPs only updated once a year, now you have to update 3, 4, 5 or 6 times a year minimum, and current tools aren't equipped to handle the specifics of ERPs in the Cloud.
How Automation Leads to Innovation
April 12, 2022 1 PM ET
SPEAKERS
Frank Moyer, CTO of Kobiton
Sonja Leaf, Director of Engineering at Cloudburst
Priyanka Halder, Founder at The Lean Starter
Eloise Bouku,
In this webinar, automation experts share how adopting test automation has led to increased product quality, increased revenue, improved customer experience, and overall a better brand for organizations across the world.