Ask 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 by what kind of test?

+4
Answers (1)
  1. 1 August, 23:34
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers