How to test API's?
Answers were Sorted based on User's Feedback
Answer / tushar, pune
API Test development is a simple process with following
steps: You also, need to know about an API test case
specification before proceeding with test case creation.
1.
Create / Select the Suite in which you want to add the
API test case(s)
2.
Choose Test Development Mode ( Isolation or Sequence )
3.
Develop Test case(s) for the desired API methods
4.
Configure Application Control Parameters
5.
Configure Test Conditions
6.
Configure Method Validation
7.
Execute API test
8.
View Test Reports
9.
Filter API test cases
10.
Sequence API test cases
| Is This Answer Correct ? | 27 Yes | 6 No |
Answer / laxmi
Tushar can you explain Detailed about API testing?????
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sumit akare
Can some one please send me documents or a link where i
will get some thing about API testing?
-Sumit
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / ivo
In case you need a document on API testing, check out the
following:
1.
http://windowsclient.net/wpf/white-papers/wpf-app-quality-guide.aspx
--> this is a guide on how to test WPF applications and
controls but has a lot of valuable content on API testing in
general
2. http://testapi.codeplex.com/
--> this is a library that will help you write automated
tests (API tests, application tests, anything really)
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / santhu
Can u send me some document s to understand API
Testing?
santhoshbk84@gmail.com
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / sri
Hi Tushar, Please send me any document related to API
Testing. I need this info.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / akanksha
Can u send me some document s to understand API
Testing?
Akanksha.agrawaal@gmail.com
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / tuan nguyen
Hi Tushar,
I am going to investigate and apply API testing. If you have
document which relate to this matter. Please help to send it
to my email account: nttuan0910@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresz
HI Tushar,
Can you send the documents to my mail id
sureshyadav449@yahoo.com for understanding the APT Testing
| Is This Answer Correct ? | 1 Yes | 1 No |
What is Manual and Automation Testing Framework
What is the model which is followed in your project.
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
How many process areas are present in CMMI and in what classification do they fall in?
How do you differentiate the roles of Quality Assurance Manager and Project Manager?
What is severity and Priority,gave me a example of High Severity and Low Priority and Vice Versa.
do you write test case for smoke testing?If not why?
which scripting language is used to write scripts for testdirector?only testing team can use testdirector?or other people like working on oracle(accounts) can also use this? pls answer Thanks in Advance
Do you know of metrics that help you estimate the size of the testing effort?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
what is the deferent between Bug and Defect(error) ?
what is Negative testing and what It?s Purpose?