Total Pageviews

Tuesday, 30 June 2020

Sample Cucumber API TestCases

Steps To Test API

Step#1 Get Swagger document from Dev
Step#2 Write TCs based on document as TCs
Step#3 Get the TCs reviewed
Step#4 Execute the TCs in PostMan (Create Collection in PostMan for this execution if possible)
Step#5 Take screenshot of Postman execution response and response from DB in a document
Step#6 Attach screenshot document + Postman collection + swagger doc in story
Step#7 Mark story Done and assign to PO
Step#8 Automate apis