Answer Posted / ajk
No software application can be written in a continuous mode
of coding, at some point we need to branch out the code in
order to perform a particular functionality. Branch coverage
testing helps in validating of all the branches in the code
and making sure that no branching leads to abnormal behavior
of the application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Suppose a job should be executed for every two hours? Write test case for this?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
write a test case flipkart login page
how to write a test cases for courier offices?
How to generate test cases for 'replace a string' method?
How to test a stored procedure?
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
What are semi-random test cases?
Explain the unit testing?
Explain the functional testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
write test cases for flipkart.
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How should I maintain the test cases and Test Log for different versions/builds of the application.
Which of the following defines the expected results of a test? Test case specification or test design specification.