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 |
diff between usecase and testcase
What is the difference between Monkey testing an Ad-hoc testing (If ur answer is same, then why we need two names)
6 Answers CFC, CTS, PRO, Protech,
Hi everybody. In an interview i was asked to write the ECP for the range (1-10).
What are the differences between stlc and sdlc?
Why should we hire you ? Please explain. Thanks
approx how long a simple website take time just for manual testing including report generation.
What is the difference between QA (Quality Assurance) & QA (Quality Analyst)?
what is meaning of manual testing,,?
i need the brief explanations fo following question. # 1 1. type of action, 2. smart identification, 3. check points, 4. script to invoke web browser, 5. wot is get ro & getto property, 6. can you set a value in runtime, 7. wot is the use of bitmap checkpoint, 8. diff between dim & redim, 9. wot is function & Sub procedure,10. how u declare constant value. 11. wot is output value , 12. virtual object, 13. write script to retrieve data from the DB, 13. Types of frame works explain them brieflly
How will you determine when to stop testing?
ISTQB - any model paper questions related to this certification?
What about the test case if the field only takes a certain number of characters or a minimum number?