What is API testing? Is API testing and white box testing same?

Showing Answers 1 - 2 of 2 Answers

saravanan

  • Aug 30th, 2006
 

API testing which test the methods of any given Java API for valid, invalid and inopportune inputs

This includes testing of EJBs deployed on Application Servers as well.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 5th, 2006
 

Application Programming Interface (API): A formalized set of software calls and routines that can be referenced by an application program in order to access supporting system or network services.

Yes they are Similar.

White Box Testing: Testing based on an analysis of internal workings and structure of a piece of software.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions