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 |
this question i got from iflex anybody pls give some useful information. is it possible to get severity1bugs in thirds round testing before release after two rounds of system testing completed?
wat is build duration
What is the test strategy for installation testing?
Why do you go for White box testing, when Black box testing is available?
What is Sanity Testing?
what is the Test completion Criteria?
Hi Everybody could you please send me the ISTQB Material to my mail id sravanthireddyr@gmail.com Thanking you in advance
iam new to testing ,i want improve knowledge on manual and how to improve theoretically r practical?any one give me suggestion?
Where we have to use perl scripting in Testing approach and its importance
What are the main points to cover in system test report? What are all the points should consider while reviewing a test report?
is programming knowledge is necessary for testing
What is pesticide paradox? How to overcome it?