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!!!
How to write test cases for payment gateway.
write the high level test cases for winzip file
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
How will you review test cases?
26 Answers HCL, TCS,
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
is test cases are necessary for testing non functional testing
Is there any formula to find the number of test cases needed
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
Please give me some example of the test cases to test the Google map search
test cases for friend finder system using gps?
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage