InterviewSolution
Saved Bookmarks
| 1. |
While Testing An Api, Is There Always A Need To Test The Entire Api That Are Configured In The Same File? |
|
Answer» No, there is no need of same. This is because in a specific FILE, all API’s are similar in every ASPECT. Testing ONE means all other are tested. No, there is no need of same. This is because in a specific file, all API’s are similar in every aspect. Testing one means all other are tested. |
|