Respuesta :

Answer:

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.