Write 5 best test cases for :
Login screen
Login ( Min 5 to max 15 )
Password ( Min 5 to max 15)
alphanumeric characters ans case senstive
Answer Posted / hemant
1: Input: enter the Valid Emp Id & Pwd click on sign in button
Output: employee should be logged in & forwarde to next page
2: I/P: enter the Valid Emp Id with invalid Pwd & click on
sign in button
O/P:Prompt error msg that "Enter Valid Pwd"
3: I/p: Enter Valid Emp Id with keeping pwd field blank &
click sign in button
O/p:Prompt error msg that "Enter Pwd"
4: I/P:Enter Invalid Emp Id with Valid pwd & click on sign in
O/P:Prompt error msg that "Enter Valid Emp Id"
5: i/p :Keep Emp Id blank & enter valid Pwd
o/p :Prompt error msg that "Enter Emp Id"
6: i/p: Keep Emp Id & Pwd field Blank
o/p: Prompt error msg that "Enter Emp Id & Pwd"
7: Enter valid emp id & Pwd with combination of small &
capital letters & click sign in button
o/p: Prompt error msg "Enter Valid Emp Id & Pwd"
8: Enter valid emp id & Pwd with combination of special
charactors & click on sign in
o/p: Prompt error msg "Enter Valid Emp Id & Pwd"
9: Enter valid id & Pwd with combination of alpha numeric
charactors & click on sign in button
o/p: Prompt error msg "Enter Valid Emp Id & Pwd"
10: Enter valid id & Pwd with spaces btn charactors & click
on sign in
o/p: Prompt error msg "Enter Valid Emp Id & Pwd"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Actually by using severity you should know which one you need to solve so what is the need of priority?
Changes and enhancements to system?
What is manual testing and what is it process?
What are the main key components in web applications and client and server applications?
what is base time , how can we base time your doc"s ?
MS Paint
Give an example for pre testing and post testing ?
List out test deliverables?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
what is diffrence between dynamic black box testing and dynamic white box testing
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
few automation basic questions One question to write a scriot in any language you know.
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..