What is BRANCH COVERAGE Testing
Answer / 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 |
anybody can send cross site scripting test cases pls...
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
What is STATEMENT COVERAGE testing
How can we write a good test case?
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
write a navigation for object repostory
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
What is component testing?
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validation?