for example, we have old password,confirmed password, new
password followed by submit button. what are the test cases
written for that?

Answers were Sorted based on User's Feedback



for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / nuthan kumar v

Hai,
1. verify that Old password field should allow existing
password only.
2. It should not allow blank
3. It should not allow the password which is other than
existing

4. New Password field should not allow blank
5. New Password field should allow password based on client
req. i.e., Min & Max length, Alphanumeric, special chars
combination etc...

6. Confirm password should be matched with New Password.
7. Conform Password should not be blank

8. Submit button should be enabled in all cases.

I think these conditions are enough.

---Nuthan Kumar V

Is This Answer Correct ?    22 Yes 2 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / dat2

@Nuthan Kumar

9. Check if the New/Confirmed Password is NOT same as OLD
password, and if user tries to enter the same OLD password,
then a small message window should populate indicating the
user : New password should NOT be same as Old password.

10. Password field test cases will be same for all :
Old/New/Confirmed, so forget about same test cases applied
for each condition.

Is This Answer Correct ?    7 Yes 0 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / pola

please explain in brief

Is This Answer Correct ?    5 Yes 0 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / praveen

PLEASE EXPLAIN INDETAIL

Is This Answer Correct ?    3 Yes 0 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / mudaseer

enter correct old password it should recognize
enter incorrect old password it should display the password is
incorrect please enter correct password
after entering correct old password
it when we type new password we do boundary value analysis
same password should be typed in confirm password
if the new password and confirm password mismatch it should
display password mismatch

when we type password here it should be displayed as ******(that is in encrypted form)

Is This Answer Correct ?    2 Yes 0 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / rajasundar

Out line:
1. Data Validity.
2. Navigation.
3. Functionality.

Is This Answer Correct ?    2 Yes 1 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / ramprasad.s

Hi

You have to Prepare Business Flow for all the
Three passwords with combination of Username

sun_ramprasad@yahoo.com

Is This Answer Correct ?    2 Yes 2 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / shah

Hi..
Can you please explain in brief

Is This Answer Correct ?    3 Yes 3 No

for example, we have old password,confirmed password, new password followed by submit button. what..

Answer / sunithayagnamurthy

hi ppp,
can u please explain clearly

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Describe the basic elements that you put in defect report?

4 Answers  


What are the major testcase design techniques?

4 Answers  


My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?

0 Answers  


I through 1st round of interview in manual testing, now in the 2nd round i have written test and oral, what to expect in written test & what is the basic salary can i expect? i have only 1 yr experience and took break for more than 5 years.

2 Answers   Chetu India,


WHAT IS JOIN AND TYPES?WHAT ARE STORED PROCEDURES?

1 Answers   RBS,


What is mean by Test Plan? What details will be mention in it?

3 Answers  


what is post-mortem testing?

1 Answers   GE, Wipro,


Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

0 Answers   Siegeworks,


Tell me about the best bug you ever found

3 Answers  


How can a tester knows that,these testcases are enough for this build or there is no testcases to be written or to stop the testcases now?

3 Answers   VJIL Consulting,


Who will review the tes cases and when the riview will be done?

3 Answers  


How can data caching have a negative effect on load testing results?

0 Answers  


Categories