all Technical posts
Investigating Property-Based Integration Tests with F# Expecto
Property-based testing is THE way to make sure your assumptions about your codebase become a reality. Let's have a look at how we can use them within an integration test suite.
all Technical posts
MCFS: Empowering Governments with Secure Cloud Innovation
Microsoft recently announced the public preview of the Microsoft Cloud for Sovereignty, a cloud offering designed to assist governments in meeting their compliance, security, and policy requirements while harnessing the power of the cloud to deliver value to their citizens. Let's take a closer look at this preview.
all Technical posts
Identifying Code Smells in Test Contexts
When setting up integration tests, test contexts grow with the required test scenarios. What often happens is that certain 'code smells' creep up during this test development. Here are some ways to spot them.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
Unveiling Sovereignty in the Cloud: Safeguard Your Ecosystem!
Strategies to fortify data protection and compliance in your ecosystem
all Customer care
Embracing Diversity: Voices from Codit's Customer Care Team
Navigating cultures, enriching solutions, and fostering inclusion in Customer Care
all Technical posts
Maintainable Inputs in Tests Contexts with Argument Pattern
Test contexts are critical for readable and maintainable integration tests. When problems arise, it is usually with the provided inputs.