-
Notifications
You must be signed in to change notification settings - Fork 2
4. Test Cases
Sanjoy Kumer Deb edited this page Oct 12, 2017
·
1 revision
I have Uploaded Some Request/Response to Request/Response Sample Location.This cases only for finding all possible path.
Some test cases will be like this
- Add Place with all valid field.It will return a Id.
- Add Place without mandatory field,it should return a json which will contain code,feature and message.
- Add Path with all valid field.It will return a Id.
- Add Path without mandatory field, it should return a json which will contain code,feature and message.
- Search on find path with valid source and destination which is on our place.
- Search on find Path with All mandatory field and valid source and destination.
- Search on find path with Destination that is not in our place but nearest place available within 50KM.This should return valid response.
- Search on find path with destination that is not in our place and also no nearest place available within 50KM.Should return response with code,feature and message.
- Search on find path with valid container size that is in our DB.
- Search on find path with invalid container size that is not in our DB. Should return response with code,feature and message.
- Search on find path with duration for delivery. check output. if invalid duration then return response with code,feature and message.
- Search on find path with cost range for delivery. check output. if no route find within this cost,should return response with code,feature and message.