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?
Re: 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?
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 .
Re: 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?
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.
Re: 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?
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.
Re: 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?
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
There are 2 clients for a server and that clients can
access the data from the server only for 10 days. so how
will you test this scenario manually? Can u pls help me?..