can u say me how many test cases i can get for a user to
login and enter password ..please specify in testcase
desing template for that
Answers were Sorted based on User's Feedback
Answer / b.v.s.sekhar
For testing the login operation, there are seven test cases.
Test case No User id Password expected output
1 Valid Valid Next window
2 Valid Invalid Error message
3 Invalid Valid Error message
4 Invalid Invalid Error message
5 Blank Valid Error message
6 Valid Blank Error message
7 Blank Blank Error message
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / kanda
Consider Login with Userid(Min 5 Char and Max 10 Char)
------------------------------------------------------
i)Test to Check with Valid Userid(5 Char) and Valid Password
(As per Requirements)
ii)Test To check with Valid Userrid(10 Char) and Valid
Password(As per Requirements)
iii)Test To check with Valid UserId (<=10 X >=5) and Valid
Password(As per Requirements)
iii)Test To check with InValid Userrid( 5< X >10 Char) and
Valid Password
iv)Test to Check with Valid User Id and Invalid Password
(Password not belongs to User)
v)Test To check Whether Password Is case Sensitive
vi)Test To Check with Blank Values on Input Field in Login
Screen
vii)Test To Check whether Password In Encrypted Form
viii)Test To Check Whether Navigation is Possible through
TAB key
ix)Test To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case
x)For Invalid Data input fields after Alert messaage check
Whether Cursor Enabled for that Field
Xi)Test To Check Whether User can Able to Navigate
Successfully for valid Input fields
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / m.srinivas
min=5;............... valid
max=10;............... valid
min-1= 4;........... invalid
min+1= 6;........... valid
max-1=9;...........valid
max+1=11;.............. invalid
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit kumar saini
With out Spec we right Test Cases Depends upon the Object
Present in the scren.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ponkumara guru paran
a) To check the with Valid User id(5 Char)and Valid Password
b) To check with Valid User id(10 Char) and Valid Password
c) To check the Rules in formula for used this way 4 >= 5
d) To check the valid user id for 5 <= 6 ::
e) To check the valid user password for 9 >= 10
f) To check the valid user password 10 <= 11;
g) To check the used in Blank space for valid user name &
password
h) To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case
i) To check the nothing words or numbers for not valid password
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ponkumara guruparan
input flow :password type is more than 6 to 18 characters or
numbers
more types to check the test cases in password
1. u should not enter the username & password
2. u should not enter the password only
3. u should enter the blank space used for password
4. enter the password, but should not enter the username
5. u should enter the wrong password
6. u should enter the less than six letters
7. u should enter the more than 18 letters
| Is This Answer Correct ? | 1 Yes | 3 No |
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
How to write test case for this scenario. The data entry field for city shall be removed from the screen
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
how to write test cases for sort drop down box containning 6 options in the drop down list.
In a log in page what will be test procedure,test scenario,test discription & test steps?
i'm confused to wite a Test Scenarios. can any one help me how to start?
how we test the login page using jwebunit test case...
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually