Software Development
Showing 157–168 of 2824 results
Automate Docker container deployments with Azure Pipelines
Use Azure Pipelines to deploy Docker containers to Azure App Service.
Automate GitHub by using GitHub Script
Learn to interact with the GitHub API from GitHub Actions by using GitHub Script.
Automate multi-container Kubernetes deployments with Azure Pipelines
Deploy multiple containers to an Azure Kubernetes Service cluster with Azure Pipelines.
Automate Power BI solution management
After you've developed your app with embedded Power BI analytics, a final consideration might be to automate the management of your solution. Automation can result in faster and more accurate solution management. Three libraries are available for you to use to develop an automation solution.
Automate your workflow with GitHub Actions
Learn how GitHub Actions enables you to automate your software development cycle and deploy applications to Azure.
Automate your workflow with GitHub Actions
Learn how GitHub Actions enables you to automate your software development cycle.
Automated Testing All the Things with Cypress
In this talk, we'll investigate real life examples of how to write automated tests using Cypress. By the end, you'll walk away a little bit more scared and a lot more prepared with some great practices you can apply immediately.
Automated Testing for Fraidy Cats Like Me
An introducton to the benefits and techniques of automated software testing.
Automated Testing with MSTest V2
MSTest V2 is a cross platform, open source testing framework. This course will teach you how to create automated tests to check your code is working as expected, create data driven tests, control test execution, and also how to extend the framework.
Automated Testing: End to End
Keep your software soft with the right automated tests at the right level.
Automated Testing: The Big Picture
Automated tests are crucial to reducing costs and releasing features quickly. This course will teach you how automated tests benefit the business, the different types of tests that can be created, and how they fit within the software development process.
Automated Tests in Java with Fluent Interface Using WebDriver Selenium
Automated UI tests should be easy to read and clearly show business logic, not filled with low-level code. Learn how to create a Fluent Interface for your tests and make them highly readable, easy to maintain and pleasant to work with.