Different Dummy Subscription ID for different test(parallel) cases
Making Subscription IDs for parallel test cases unique. Subscription IDs get prepared with based on the following two data :
- Topic Name
- Push Endpoint
In this PR for different use cases of the push endpoint extension gets replaced with "create" ,"get" and "delete" string which results in creation of different subscription IDs for those test runs.
Edited by Kamalika Saha