Systems | Development | Analytics | API | Testing

%term

Myth vs. reality: 10 AI use cases in test automation today

For decades, the sci-fi dream of simply speaking to your device and having it perform tasks for you seemed far-fetched. In the realm of test automation and quality assurance, this dream is inching closer to reality. With the evolution of generative AI, we’re prompted to explore what’s truly feasible. Embedding AI into your quality engineering processes becomes imperative as IT infrastructures become increasingly complex and integrated, spanning multiple applications across business processes.

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.

AI Automation: Carving New Paths to Cost Savings, Innovation, and Competitive Advantage

AI automation involves leveraging artificial intelligence (AI) to automate repetitive tasks within operational workflows, thereby enhancing efficiency and productivity. This not only streamlines routine tasks within core business processes but also enables companies to scale growth efficiently by integrating a broad range of digital tools such as robotic process automation, APIs, and software robots.

Exploring 4 Impactful Examples of Using AI in Finance

For the banking and financial services industry, artificial intelligence (AI) isn't just a new tech trend. It's a powerful tool that will have a wide range of impacts, from risk management to operational efficiency and customer experience. According to Deloitte, the world’s top 14 investment banks could potentially boost their front-office productivity by 27% to 35% by leveraging generative AI.

Episode 1: Why everything doesn't need to be generative AI | Rocket Software

Generative AI has everyone talking, but has that buzz overshadowed the potential of predictive AI? We talked with Parag Shah, Senior Director of Data and Analytics at Rocket Software, to explore the hype and hope around both generative and predictive AI.

AI: Balancing Innovation and Ethics

In a Sky News Australia Segment, Qlik CEO Mike Capone discusses the the transformative power of #AI. Here's a glimpse of our discussion: Ethical AI & Public-Private Collaboration: Emphasized the urgent need for public-private partnerships in setting ethical AI standards. The recent developments from Davos are a promising step towards this vital collaboration.

What is the Dual Write Problem? | Designing Event-Driven Microservices

The dual write problem occurs when you try to write to two separate systems and need them to be atomic. If one write fails, and the other succeeds, you can end up with inconsistent state. This is an easy trap to fall into, and it can be difficult to avoid. We'll explore what causes the dual-write problem and explore both valid and invalid solutions to it.