Systems | Development | Analytics | API | Testing

July 2023

Flakiness Alarm: The Risks of Ignoring Flakiness in Tests | Cristiano Cunha | #flakytest #testing

In this insightful video, Cristiano Cunha, a seasoned software testing professional, highlights the significant risks of not addressing flakiness in testing. Cristiano sheds light on the potential consequences that flakiness can have on the reliability and effectiveness of the testing process. Whether you're a tester, developer, or anyone involved in software quality assurance, this video offers invaluable insights into the importance of tackling flakiness head-on.

Output your k6 metrics to AWS Timestream (k6 Office Hours #96)

What are the different ways to output k6 metrics? In this k6 Office Hours, Developer Advocates Marie Cruz and Paul Balogh are joined by Leon York, a Senior Consultant at InfinityWorks, part of Accenture, to discuss how the xk6-output-timestream extension works, his experiences creating a k6 extension, and more!

Accelerate Your Career with WSO2 Training and Certification

Welcome to the world of WSO2 Training, where cutting-edge technologies meet skilled developers to unlock the full potential of your career and organization. Whether you are an individual developer looking to enhance your skills or a business seeking to foster a highly capable workforce, our training and certification programs offer many benefits that can positively impact your job performance, career prospects, and overall development.

How to Develop & Release Mobile Apps with Confidence

Hosted by Marcus Merrell, Vice President of Technology, Sauce Labs Your company's mobile app performance can make or break your business. In fact, it's so critical that 1 in 5 consumers abandon an app or website within a few seconds if they experience poor performance. As the demand for mobile app development increases and testing complexity grows, enterprises must make more strategic and tactical decisions to achieve their business goals. This approach will put the customer experience at the forefront of testing, and enable them to thrive in the competitive mobile app market.

Maximizing ROI with Cloud-Based Mobile Testing

Hosted by Marcus Merrell, Vice President of Technology, Sauce Labs Your company's mobile app performance can make or break your business. In fact, it's so critical that 1 in 5 consumers abandon an app or website within a few seconds if they experience poor performance. As the demand for mobile app development increases and testing complexity grows, enterprises must make more strategic and tactical decisions to achieve their business goals. This approach will put the customer experience at the forefront of testing, and enable them to thrive in the competitive mobile app market.

Xray Enterprise Test Case Designer tutorial - Part 2

🚀 Deliver faster and more reliably than ever before with Xray Enterprise. Xray Test Case Designer will guarantee that 100% of the system interactions are covered in as few tests as possible. Every test you generate with the Test Case Designer is optimized to achieve maximum coverage, allowing teams to achieve greater coverage in fewer overall tests.

Gateway to the Future: A Brief History of Kubernetes Ingress

Join Viktor Gamov, a Principal Developer Advocate with Kong, as he navigates the evolution of Kubernetes Ingress. Starting with the basics, he’ll explain how Ingress is pivotal in managing external access to services within a Kubernetes cluster through HTTP and HTTPS routes. In this talk, Viktor will also address its limitations – the challenge of managing multiple Ingress resources, inconsistencies across different controllers, and inherent limitations in handling non-L7 protocols like TCP and UDP.

Data Driven Testing in ReadyAPI

In this short video we demonstrate an example of data driving tests by using an excel sheet as a datasource. This is just one of many datasource options in ReadyAPI. This is extremely useful and time saving when testing an application with multiple sets of data values during regression testing or performing repetitive tasks with data that changes often.

View Models vs. View Composers: Understanding the Differences in Laravel

Are you familiar with Laravel, the popular PHP web application framework? If so, you may have heard of two key concepts in Laravel's view system: view models and view composers. While these terms may sound similar at first, they actually represent two distinct approaches to organizing and preparing data for views.