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 test leakage?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
What is blocked defect?
could anyone tell me atleast 5 ADV & DIS-ADV of Manual and automation testing
Define the term Bug, Failure, Error?
Metrics in QA
Mapping the test cases with the requirement. What is this process called?
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
Hi frnds can any one tel me , "How can we do security testing while testing a project" ?pls reply soon correct answer ?
what you consider in security testing particularly in web applications?
What is acceptance testing?
When are the followings prepared: 1.Software Test Plan 2.User Acceptance Test Plan