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 |
Without exact specification can we write test case for functional testing?
how to write testcase for toaster?
When a high severity issue is found in production how to handle this situation.
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
can anybody tell me what is the difference between bata and alfha testing?? and sanitary testing??qtp testing
What is the difference between Test Cases and Test Scenarios
Q) A hotel telephone sys can perform 3 functions . Call another hotel room by entering a room number(201 to 500) . Call an external line by entering a 9, followed by the number. . call various hotel services 0=operator, 7=room service 8=reception. Write sets of test cases to adequately test this telephone system
How much konwledge of server require for a software tester.?
There is a field in the form...if i will put a number it will give the square of the number as output..it takes numbers from 1 to 100!!! how to test it???
hi, How would you define the QA and QC?
what is the work flow of testing(glamorous)
What is diff between Load testing Stress testing?