Answer Posted / mfsi_priyankaa
Test coverage - 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
discuss black box and white box testing is not widely used if you disagree tell me why?
What is the difference between Functional testing and Unit Functionality testing?
Can test condition,testcase and testscript help u in performing the static testing
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Test cases on send/ receive button of Microsoft outlook.
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
Write the function test case to add a customer to database.
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What are the different ways of doing black box testing?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
can anyone tell me the scenarios for online banking transaction ?
How should validation activities be handled?
What is exploratory testing and when should it be performed?