Ask Question
26 July, 12:16

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?

+4
Answers (1)
  1. 26 July, 15:55
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers