Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

A Brief History of C++

MISRA C++:2023®, the next version of the MISRA C++ standard, will be released soon. To help you prepare, we present the second installment of our MISRA C++:2023 blog series by Perforce Principal Technical Support Engineer, Dr. Frank van den Beuken. In this blog, we dive into the history of C++, how the programming language has evolved over the years, and where it's headed next.

Capture Grpc Traffic Going Out From A Server

How does gRPC work? A quick Google search would tell you that it uses HTTP/2.0 under the hood, but that’s about it. Most available guides talk about gRPC internals by assuming that you are already deeply familiar with HTTP/2.0, and the only proper documentation for HTTP/2 is the official RFC document, which doesn’t contain implementation details, and talks in abstract terms.

Performance Testing and ChatGPT

Performance testing applications requires a set of skill that are build and gathered over many years of studying and using the various techniques and tools that are required to make sure the application you are testing is fit for production. Now we have all heard of Artificial Intelligence (AI) and the many tools and companies that now exist in the AI space. Based on a quick look on the internet there are around 15,000 AI startups in the United States alone.

How to Write API Test Cases Using ChatGPT | Sidharth Shukla | #apitesting #chatgpt #chatgptprompts

In this hands-on demonstration, Sidharth Shukla showcases the innovative integration of ChatGPT in writing API test cases. Breaking new ground in the world of testing, Sidharth illustrates how ChatGPT, a powerful language model, can be harnessed to streamline and enhance the process of crafting API test cases.

Transitioning from Manual to Automation: Is There Any Particular Time? #automationtesting

Dive into the testing world with our latest video as we debunk the myth of a strict timeline for transitioning from manual to automation testing. Learn why individual strengths, coupled with years of product testing experience, are pivotal in deciding the testing approach.

Introduction to #AgileMethodology: Using #Scrum and #Kanban | Shraddha Misri | #AgileTesting

In this enlightening session, Shraddha Misri demystifies the Agile process by delving into the dynamic worlds of Scrum and Kanban. As businesses strive for agility in today's fast-paced environment, understanding these frameworks becomes paramount. Shraddha provides valuable insights into the principles and practices of both Scrum and Kanban, offering a comprehensive guide for teams seeking to enhance their agility.

Performance Testing vs Load Testing: A Detailed Comparison

Performance is an essential aspect of any successful system. When it comes to terminology, it is important to make clear distinction between performance testing and load testing. Put simply, performance testing encompasses a broader scope than load testing. Performance testing checks the system performance under normal and abnormal conditions, while load testing only focuses on normal conditions. In this article, we will learn more about the differences between performance testing vs load testing.

How to Handle Multiple Windows in Selenium?

Selenium WebDriver has emerged as a potent tool for web automation, allowing testers and developers to simulate user interactions with web applications. However, the web environment isn’t always straightforward. Modern web applications often open multiple browser windows or tabs, presenting a challenge when automating tests. Understanding how to handle these multiple windows within Selenium WebDriver is crucial for effective automation.