what is the call-pair testing?
there is any length for Test case?
Answers were Sorted based on User's Feedback
Answer / satyaprasad
due to lack of domain knowledge a junior tester is paird up
with a senior tester called pair testing.there is no length
for testcase
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / naveen.g.m
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.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satish
A call pair refers to a client and server that have a call
between them.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gini
wot is the correct answer
give one correct answer if pssble with an example.
thank u.
Is This Answer Correct ? | 0 Yes | 0 No |
What is big bang approach?
At what stage unit testing has to be done?
what is difference between severity and priority? what is difference between bug and defect?
23 Answers AD Solutions, Cognizant,
what is difference between regression testing and re- testing?
Multiple class testing is too complex to be tested using random test cases. is it
write test cases on "Login Window" ?
what is data guidelines
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
can please tell me in brief:: what is Agile testing?when we go for this type of testing?
What is Environment Requirement?