Systems | Development | Analytics | API | Testing

%term

Test Execution: How To Do It Properly

To execute locally, remote, or on-cloud? That is the question. But test execution is more than just “hitting Enter and seeing if it passed or not.” If you are doing it manually, test execution is about performing every single test step as outlined in the test case. For automation testing, test execution takes on another layer of complexity: In which environment should you run the test? Which test cases should you prioritize for execution?

What Is a Business Glossary? Definition, Components & Benefits

A solid understanding of internal technical and business terms is essential to manage and use data. Business glossaries are pivotal in this aspect, facilitating improved understanding and collaboration among teams. A business glossary breaks down complex terms into easy-to-understand definitions, ensuring that everyone in the organization, from the newest recruit to the CEO, is on the same page regarding business language.

How to Improve Efficiency & Consistency in Test Management

Software testing can feel like you're walking a tightrope—striving to uphold impeccable quality standards while the clock ticks towards your next release. It’s a daunting challenge to make sure every test is planned and executed with speed, all while hoping there are no blind spots in your process. Enter test management. It’s a great way to ensure your tests remain organized, efficient, and consistent. And of course, so you can report on this hard work to leadership.

Introducing Cloudera's AI Assistants

In the last couple of years, AI has launched itself to the forefront of technology initiatives across industries. In fact, Gartner predicts the AI software market will grow from $124 billion in 2022 to $297 billion in 2027. As a data platform company, Cloudera has two very clear priorities. First, we need to help customers get AI models based on trusted data into production faster than ever.

GitTogether | GenAI & Open Source | Kunal Deo

The resurgence of Artificial Intelligence (AI) in recent years owes much to a pivotal moment: the publication of a groundbreaking paper by Google. This event underscores the significant role of Open Source in advancing AI technologies. In this presentation, we delve into how Open Source is not just influencing but also shaping the landscape of Generative AI (GenAI). However, our focus extends beyond the traditional dichotomy of Open Source versus proprietary technologies. Instead, we explore the complementary nature of both realms in fostering the development of the AI ecosystem.

Direct API-Database Coupling vs. Multi-Layered Architectures

API-database coupling vs. traditional multi-layered architectures: what’s the difference and why does it matter? The main difference between direct API-database coupling and multi-layered architectures is that the former allows the API to interact directly with the database, minimizing latency and complexity, while the latter uses multiple layers to separate concerns.