Give Sample of Validation Test Case.
Answers were Sorted based on User's Feedback
Answer / aparna
Validation comes under Quality Control.
Suppose we know that one particular Textbox should not
allow numeric values but requirement says that it should
allow Characters as well as numeric values then as per the
requirement testing should take place.
Otherwise it is a verification but not a validation.
Please comment if u disagree
| Is This Answer Correct ? | 23 Yes | 4 No |
Answer / akash
The Validation Test case is a negative test case for the
scenario.
Entering special characters in a textbox field of any
screen in the application is a validation test case for
that field.
| Is This Answer Correct ? | 16 Yes | 14 No |
how to prepare unit test scripts for accrued interest calculation.
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
Explain the branch coverage testing?
What is Defect Seeding? What is Defect Density?
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
What could be test cases for windows calculator using risk based testing
Explain the sanity testing?
what do you mean by test case specification
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.
how to write test cases Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who
how to write a test procedure & test log for login system