Ask Question
17 September, 12:39

If one class calls a method in another class but uses the wrong API method names, this is would be an error that would first be identified by what kind of test?

+5
Answers (1)
  1. 17 September, 15:23
    0
    Integration Testing.

    Explanation:

    Integration Testing:-It is a level in software testing in which every single unit is combined with other units and tested as a combination of two or more units. The main motive of testing is to find faults in association between integrated units. So according to me integration testing is the best way identify if the wrong API method name is used.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “If one class calls a method in another class but uses the wrong API method names, this is would be an error that would first be identified ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers