explain statement coverage?
Answers were Sorted based on User's Feedback
Answer / sr
Statement coverage is a part of whit box testing methods.it
is also called as code coverage.here each and every line of
the code have to be checked.
| Is This Answer Correct ? | 7 Yes | 0 No |
It is part of unit testing and whitebox testing
Each ststment is excuted minimum one time.it is validate
the corerctness.This is called statment coverage
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sr
Statement coverage is a part of whit box testing methods.it
is also called as code coverage.here each and every line of
the code have to be checked.
| Is This Answer Correct ? | 2 Yes | 1 No |
How to measure testing Productivity ?
Can anybody tell me Which documents consider as SRS document?? Wire frame document can considered SRS Document for writing test cases??
Negative test cases for phone camera
What happens if we access a website that has cookies once the browser cookies are disabled?Does the website will be accessed?Though accessed, does the session will be tracked?
What is the outcome of integration testing?
write test case for gmail sign up page ?
What is meant by code walkthrough?
What types of testing is specifically important for web testing?
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
write test case for mobile and refile-pen?
What is coverage and what are the different types of coverage techniques?
what is difference between defect tracking and bugs tracking