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


Please Help Members By Posting Answers For Below Questions

MS Paint

1637


How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?

1714


Tell me example for Risk,Mitigation,Assumption?

1845


How quickly we need to fix the bug? Or how soon the bug should get fixed?

700


in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application

1255






What are the various techniques in black box testing?

721


What are the two main categories of software testing?

677


What is a top-down and bottom-up approach in testing?

693


Test approach to windows update?

1731


what is mean by Performance Related Testing in data base?

1732


Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance

1605


How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?

1695


Test cases have written according to Flow of the software working or according to Screens?

1451


test cases for compose functionality of gmail

1474


What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7061