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
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 |
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 |
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 |
Answer / rajasundar
Out line:
1. Data Validity.
2. Navigation.
3. Functionality.
| Is This Answer Correct ? | 2 Yes | 1 No |
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 |
Answer / sunithayagnamurthy
hi ppp,
can u please explain clearly
| Is This Answer Correct ? | 1 Yes | 1 No |
What is alpha testing?
when developer will found bug they will store that bug in Dts 1- yes 2 - sometimes 3 - No 4 - none of these
what is crud testing ?
What is webbased application testing?
Can any one explain me what is difference between Test Methodology and Testing Techniques?
what is major challenges in Real time system testing? Explain the way of Testing for Real-Time Systems.
If a webapplication is handed over and you are requested to come out with a test strategy. what are all the key things will you include in test strategy?
Can you explain decision tables?
What is the procedure of manual testing?
in compatability and installation testings ,which one is conducted or performed on an application initially
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.
What is the difference b/w test case and scenario?