Dipika Thorat
Hello All,
I have GET API in swagger where I need to give one mandatory input as train no.
Then respective details are coming for same train in response
The same now I imported in postman
It is running fine when m giving parameters value as specific train No.
Here my question is
By any chance or any option that
1) we can automate this or
2) test cases for this type of scenario
Because in GET method we need to provide input
Could you elaborate on "automate this". Sure, you can pass the train id and check that response contains correct info.