Answer Posted / s srinivas reddy
A measure of the proportion of a program exercised by a test
suite, usually expressed as a percentage. This will
typically involve collecting information about which parts
of a program are actually executed when running the test
suite in order to identify which branches of conditional
statements which have been taken.
The most basic level of test coverage is code coverage
testing and the most methodical is path coverage testing.
Some intermediate levels of test coverage exist, but are
rarely used.
The standard Unix tool for measuring test coverage is tcov,
which annotates C or Fortran source with the results of a
test coverage analysis. GCT is a GNU equivalent.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
what types of bugs will we find out in banking projects
What ishigh severity, low priority bug?
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What are the benefits of requirement traceability?
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
To specify the test artifacts involved in testing.
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
What is checkpoint? How can you handle the checkpoints?
What are the various techniques in black box testing?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
When do we perform smoke testing?