what is the call-pair testing?
there is any length for Test case?
Answer Posted / srinivas reddy
A call-pair is the connection between two functions in which
one function "calls" the other function. Testing the
functions where one function calls or refers the another
function is termed as Call-pair Testing.
For example, you have to book a ticket in the Railway
reservation page. When "Book Ticket" button is clicked it
will call the another function "Unallocated Seats" to check
for the availability status. Here the function Book Ticket
is the main functionality which is tested, but while testing
this function it will call the another function "Unallocated
seats" for checking the availability status. Testing this
type of function will come under Call Pair Testing. So, in
this case both the functions are validated.
Call pair testing is mostly used in the Integration Testing,
where after unit testing, you will integrate the unit tested
components and test whether as a system it performs as per
the specifications.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Could anyone share FAQs for Test Manager position...
What is regression testing? When to apply it?
What is the main use of preparing a traceability matrix?
When the GUI Testing will be held on the V model ?
What is quality center? How many built in tables does quality center have?
what is the critical defect in telecom domain?help me out from this prob its very urgent
Why it is recommended to add verification checks to your all your scenarios?
i want to for technical interview question paper along with in tesrviwe Phases i need
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
What can you tell about the project if during testing you found 80 bugs in it
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
What is bug, deffect, issue, error?
Explain the difference between severity and priority.
Easiest way to write test cases? How i can learn writing the test cases?