How to write test data for login module?
Answers were Sorted based on User's Feedback
Answer / akash
above answer is wrong coz u are writing test scenarios not
test data
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / dimanche
to test valid username and valid password
to test invalid username corresponding valid password
to test valid username and invalid password
to test signin button
to test forget password
to test the forget password while hints of password alert
to test the signup button
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / nithya
1.Valid usename and password.
2.Invalid Username and Valid Password
3.Valid Username and Invalid Password.
4.Both Username and Password field as blank.
5.Try to login with only username.
6.Try to login by giving only password.
7.Check for the functionality of cancel or reset button.
8.Check the functionality of Forget password link.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / keyur
also check the password minmum length, username upper and
lower limit, does password allow special character
| Is This Answer Correct ? | 3 Yes | 0 No |
What is rhinohunt testing? urgent pls send the answer soon
How to write simple test cases?
wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.
HOW TO WRITE TESTCASES ON PENDRIVE
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
How many test cases u will write for Acceptance testing?
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
Who will take care of test plan and test case?
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
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
How to write test cases on laptop???
0 Answers RAS Inforays Technologies,
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.