LogoLogoLogoLogoLogo
  • Home
  • Services
  • Products
    • DevOps for Dynamics 365
  • Our Team
  • Contact Us
  • Blog
  • Home
  • Services
  • Products
    • DevOps for Dynamics 365
  • Our Team
  • Contact Us
  • Blog
Code Vanguard / Posts tagged "Testing"
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 9: Release Gates and QA Approval

In the previous post, we demonstrated how to deploy your generated package to a test environment in Azure. In this final post, we will be cover: What release gates are,How you can use them within your organization, andHow to configure them in Azure DevOps What are release gates? Release...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 8: Deploy to Test

In the previous post, we demonstrated how to package up your project and publish artifacts as part of a build process. In this post, we will be: Creating a test environment in AzureConnecting that test environment to Azure DevOpsDeploying our site to the test environment This will be...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 6: Automated Unit Tests

In our previous post, we covered what branch policies are, how to create them, and how they can improve your team's development experience. The next step in your DevOps process is to add automated unit tests to your continuous integration builds. By including automated unit tests,...

Read More