Requirement is given : 1) The Login screen should require
with 2 fields "Login" & "Password"
2) After successful login
Success Message will display.
3) For Invalid login
Error Message will display.
4) "Login" & "Password"
both fields are case insensitive.
5) The Application should
be Dialog application.
What are the test cases for above requirements?
Answers were Sorted based on User's Feedback
Answer / s
test case id / discription / ER / AR
------------------------------------------------------------
1 the login page should login page opened
be 2 fields login/pw
2 login should be inbox inbox ()
3 password should be dont show
encrypted what u enterd (****)
4 login sucessful message login sucessful ()
display
this is test case writing process
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / shanthala
OK first you have to enter all the wrong information and
check the function is working.It is exception handling
1.enter special characters like #$%&* and check .it should
display error message
2.enter invalid user account and check.error message
3.enter invalid boundery conditions and check .error message
4.check the function with enpty fields .error message
this is all validation.function should not work for this.if
the fields are case sensitive then u have to add one more
validation test case finally
5.enter valid id and password and check .
now the function should work .
| Is This Answer Correct ? | 6 Yes | 2 No |
Hi, Sameer Malhotra
I have found out 25 bugs in that application.[functional &
GUI]
When I finished the test I thought I will 100% cleared the
test because I had found out valid bugs also.
But when result decleared they told me that no one is
sortlisted.
HR person told me that they have 5 high priority bugs in
their list to shortlist Out of which 1 bug is not found by
me.
Then I again thought which bug I had left.
Actually they wanted person who have knowledge of Java
script & HTML.
One bug was there related to Java script which was not
found by me.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sameer malhotra
I am also given the Enzigma test and find out near about 4
to five bug which are nearly same as maintioned by you but I
was not cleared the round.Then I asked to the HR person
about my feedback she told that the appliction is having
near about 45 bugs.Are u think this appliction is having
that much bug?Please give the answer.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is defect clustering
Which methodology u follow in testcase?
What is the basic difference between Alpha and beta testing??
Can anyone suggest atleast five test cases for a Pencil?
what is the process followed in JAVA Testing compared to Normal Testing process.
Advantages and Disadvantages of different SDLC models?
8 Answers Harvard, IBM, Midas Technologies,
What is the significance of version control in software testing
How does the Priority matters. Will it affect only the Business impact or Functional impact as well?
what is the structure of test cases
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
What r the functional testing u perform?
What is Functional point and what is the use?