Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.22 KB

Azure Data SDK Content Validation Automation

Prerequisites

Quickstart

There are two projects in this solution.

  • DataAutoFramework: Contains all test cases for content validation automation.
  • FetchTestPages: Provide test data for test cases (all pages need to be verified on Microsoft Learn website)

This quickstart will show you how to use this tool to fetch all test data and run test cases.

  1. Clone this repo and open it with Visual Studio.
  2. Update the FetchTestPages/appsettings.json file and replace its content with the service and package you need to test. Currently, only one package can be run at a time, and there are strict requirements for the input of ServiceName and PackageName. Please update according to the official SDK name. For example:
{
  "ServiceName": "App Configuration",
  "PackageName": "azure-appconfiguration"
}
  1. Run FetchTestPages with Visual Studio. After that, you will see an appsettings.json file generated under DataAutoFramework folder
  2. Switch to DataAutoFramework project and execute test cases.