Write the functional test case for opening a user email
account on any website(like yahoo rediff,gmail)
Flow1:
-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the Valid PWD
-Click on Login:It should take the user into his account by
showing the no of unread mails in his account
Flow2:
-Verify the UID: Enter the In Valid UID
-Verify the PWD:Enter the Valid PWD
Click on Login:It should display an error message that
Invalid User Name or Pwd
Flow2:
-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the In Valid PWD
Click on Login:It should display an error message that
Invalid User Name or Pwd
| Is This Answer Correct ? | 16 Yes | 5 No |
maximum length of testcase
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
when we should start writing test cases?
10 Answers Thatavarti Technologies,
how to write test cases for smart meter for gas and electricty
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
why do we need test cases?
hi can anybody can write the test cases for sticky note
write the testcases for migrating data from one database to another database?
Please give me a test case scenario for search engine covering all the fuctionalities
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
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