157k views
4 votes
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?

1 Answer

4 votes

Answer:

Integration Testing.

Step-by-step 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.

User Pluckerpluck
by
7.9k points