What is Statement Testing
Answers were Sorted based on User's Feedback
Answer / sj
Statement testing one type in White box testing.Here we
every possible statement in the code is tested.
| Is This Answer Correct ? | 30 Yes | 4 No |
Answer / batchu
Testing designed to execute each statement of a computer
program.
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / leela
Statement testing is a part of whitebox testing.In this we
have to verify the each line of the source code.
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / masu
statement coverage is the assessment of the percentage of
executable statements that have been exercised by a test
case suite.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / sandeep dash
to test each line in a program. is called statment testing.
| Is This Answer Correct ? | 8 Yes | 11 No |
Answer / smitha
Statement is nothing but set of instructions , so it is
nothing but testing each and every statement.
| Is This Answer Correct ? | 3 Yes | 8 No |
Can you please provide me the answers for google page, yahoo home page, elevator, traffic signals. Thanks, Rama
what is the difference between integration testing and end to end testing?
What is alpha testing and beta testing?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
how do give priority?i mean to say on which basics? suggest me with proper answer plz.
is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
what is the exit point for test plan
what are the different types of black box techniques?
What are drawbacks in system development life cycle
What is a show-stopper Bug?
Suppose there is a User window (having fields First name, Last name, phone & address) What is the test case for Edit User ?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.