Title here
Summary here
Clone a separate Database for regression Testing in SMSS
Create a custom seeder task for generation of Testing Data which will be inserted in Database
Copy the generated data and store it in different Json files in UserService (or any other service depends on Project)
Now Two Endpoints(CreateTestData for Inserting Data in DataBase and DeleteTestData for Deleting Data from Database) are to be created in Same Service(user Service or any other as per project) where data is stored
Implementing Dapper
CreateTestData Endpoint
DeleteTestDate Endpoint