Thank you for reaching out to Microsoft Q&A
Yes, it is possible to use Azure DevOps Test Plans to test Azure Functions. Azure DevOps Test Plans provide a central place to track the testing progress and results of your projects.
To use Azure DevOps Test Plans for testing Azure Functions, you can follow these steps:
- Create a new test plan in Azure DevOps and select the project in which you want to create the test plan.
- Define the test cases for your Azure Functions. You can create manual test cases for testing your functions manually, or you can create automated test cases using a testing framework such as MSTest, NUnit, or xUnit.
- Create a build pipeline in Azure DevOps to build and deploy your Azure Functions. You can use the Azure Functions task in the pipeline to deploy your functions to Azure.
- Create a release pipeline in Azure DevOps to run your test cases. You can use the Visual Studio Test task in the pipeline to run your test cases.
- Run the release pipeline to execute your test cases and track the testing progress and results in the test plan.
Please refer following links for more information
https://www.azuredevopslabs.com/labs/vstsextend/azurefunctions/
https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops?tabs=dotnet-core%2Cyaml%2Ccsharp
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.