Systems | Development | Analytics | API | Testing

Testing

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

Pytest Tutorial: Learn How to Test Python Code | Andrew Knight | #softwaretesting #pythontutorial

Unlock the power of Python testing with Andrew Knight's hands-on demonstration using Pytest, the most popular testing framework in the Python ecosystem. In this insightful video, Andrew guides you through the practical aspects of Pytest, showcasing its features and capabilities for effective and efficient testing in Python projects.

Software Testing Jobs on 1st February | Automation Tester Vacancies | Curated Job Openings for QAs

This video is a top resource that provides you with the latest job opportunities in the software testing and quality assurance (QA) industry. It allows you to stay up-to-date with the rapidly changing technological landscape by exploring exciting career prospects in both manual and automation testing. Given the high demand for qualified software testers, now is an excellent time to enhance your career prospects.

[Virtual Summit] Enabling Quality Engineering in the AI Era: Unveiling the Top 5 Trends

In this video, we are going to explore the intersection of Artificial Intelligence (AI) and Quality Engineering, unveiling the top five trends that are currently shaping their symbiotic evolution. From harnessing the power of machine learning for intelligent test automation to adopting AI-driven enhanced defect prediction and prevention, we will examine how organizations can leverage these trends to elevate their software quality and testing practices.

An Introduction to Testing with Django for Python

In a world of ever-changing technology, testing is an integral part of writing robust and reliable software. Tests verify that your code behaves as expected, make it easier to maintain and refactor code, and serve as documentation for your code. There are two widely used testing frameworks for testing Django applications: In this article, we will see how both work. Let's get started!

Introducing the New and Improved TrueTest From Katalon

Dear Katalon Community, I'm thrilled to share with you the latest updates on TrueTest, Katalon's innovative product designed to revolutionize the way you approach regression testing. As the Product Manager for TrueTest, I've seen firsthand the evolution of this tool, and I'm excited to share our journey and the major improvements we've incorporated in our new release.

Balancing safety and accessibility in mobile apps

What is Appdome? How does it work? Is Appdome like a firewall for mobile applications? In this week’s episode of the Test Case Scenario, Appdome’s Senior Product Manager Kurt Dusek joins our panelists. They discuss the many incredible features of this cyber defense automation platform, how it detects and fights against cybersecurity threats, and more.

Top 10 Appium Alternatives For Mobile Testing

Appium is widely loved by the software testing community, especially for web and mobile applications. It offers strong cross-platform support along with language flexibility, and most importantly, Appium does not require embedding a testing agent inside the app’s code, maintaining its integrity during the testing process. However, Appium does have several disadvantages: This is when we need Appium alternatives. They are usually low-code or no-code platforms to help you do mobile testing faster.

How to involve developers in Exploratory Testing

Exploratory testing, the backbone of agile development, allows for both a confirmation of what we’ve built being good enough and for a critique of what we’re building. But good exploration takes time, possibly more time than a single tester has within the team. So what can we do? We can ask our colleagues to support us and run some exploratory testing with us.

What Is Linting + When to Use Lint Tools

Everyone knows that software defects should be avoided at all costs. Some errors cause glitches that frustrate users. Others compromise the safety and security of a critical system. No matter what type of program you’re developing, avoiding these defects is important. That’s why many development teams rely on linting. Read along or jump ahead to the section that interests you the most.