What are all the different test scenarios under API testing ?

1.Suppose if you have getobj, setobj and getuser, setuser methods then what are all the different test scenarios under API testing?

2.Please tell me the test cases for getNextDate(int day, int month, int year)? And how do you pass the parameters for this?

Showing Answers 1 - 3 of 3 Answers

anupak

  • May 21st, 2008
 

Some of the things that you might want to validate in API testing is not just the objects with the data but also the XML schema. I mean to say the input schema and the output schema of the test case.

  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