Systems | Development | Analytics | API | Testing

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

Make Testing Fun: Raise the Awareness of the Testing Teams | Simon Prior | #culture #softwaretesting

In this engaging session, Simon Prior explores the transformative journey of building a culture of quality while injecting an element of fun into the testing process. Quality assurance isn't just about processes; it's about fostering a culture that values and champions testing efforts. Simon shares valuable insights on how to raise awareness within testing teams and across the business, highlighting the crucial work testers do.

Embracing the future: The Rise of AI in Software Engineering

New, game-changing technologies have emerged in the ever-changing field of software engineering as a result of the relentless search for efficiency and creativity. Platform engineering, AI coding assistants, and AI-augmented software engineering (AIASE) are predicted to achieve widespread acceptance in the next 2-5 years, according to the Gartner, Inc. Hype Cycle for Software Engineering, 2023. When it comes to Quality Assurance, software testing is one area where Chat GPT is predicted to thrive.

Leveraging Unreal Engine Artificial Intelligence

Artificial Intelligence is changing the gaming industry as we know it – empowering AAA studios, indie developers, and hobbyists alike with the tools to create projects that would have previously required a massive amount of time and resources. In particular, Unreal Engine artificial intelligence tools have made noteworthy advancements.

API Governance: Charting the Path to Success with Frank Kilcommins

As we dive into the ever-evolving realm of Application Programming Interfaces (APIs), we discover a critical component in the digital landscape. APIs have transcended their role as mere technological connectors, transforming into strategic assets that drive the modern digital economy. Ensuring effective API governance is becoming increasingly vital to guarantee consistent, secure, and scalable development.

Prompt Engineering 101: 3Rs for Enhanced Quality Output! | #promptengineering #chatgptprompts

In this enlightening video, Raju Kandaswamy] shares a game-changing tip for optimizing your interaction with AI: the 3 R's - Role, Rule, and Response. Learn how applying these principles can significantly enhance the quality of AI output and responses.

Making Use of Design Patterns for Better Test Automation | Sai Krishna | #automationtesting

In this illuminating session, Sai Krishna delves into the intricate art of architecting robust test suites, drawing upon the power of design patterns for automation excellence. As testing landscapes evolve, the need for resilient and efficient test automation becomes paramount. Sai explores the principles of design patterns and their application in creating test suites that stand the test of time.

Overcoming Challenges of Visual Testing: Towards Advanced Automation Testing

“According to BrowserStack, around 58% of companies are using visual testing in their QA cycle.” The need for creating high-performing web applications has pushed developers as well as QA teams to establish test methodologies that are ultra-productive. Be it test automation solutions or harnessing value through advanced test practices such as visual testing.

Mongodb In Mock Mode: Acting The Server Part

In the contemporary software development landscape, unit tests have become paramount for ensuring software quality. A prevalent practice during these tests involves mocking outgoing calls to decouple the code under test from external dependencies. Imagine, for a moment, a scenario where instead of writing mocks with pre-defined behaviours, you duplicate the behaviour of a real-world server.