Skip to content

Yionse/AzureDataSDKContentValidation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%