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
What is validation in software testing?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
what is the difference between Risk based and Requirement based testing???
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
What are the phases involved in software testing life cycle?
Can you please provide me the standard testcase review templete and Test plan templete.In my company we are not following any Standards templete so.Please guve me some Excell attachments.
What is the difference between functional requirement and non-functional requirement?
how to test the case with 5 combination and inputs
What is the difference between functional testing and integration testing?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
How to Generate Test Case for Shopping Cart?
can we do database testing in manual testing? then how we write the test case?
list of methods that is used to document the requirements of a software.
What is remedy testing,expalim that and how can use that