for example, we have old password,confirmed password, new
password followed by submit button. what are the test cases
written for that?
Answer Posted / 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 |
Post New Answer View All Answers
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
how deployment phase of SDLC differs in product based and in service based company ?
What is internationalization testing (i18n testing)?
how can you test the web environment for security testing?
write test case for linked in sign up page ?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
What is a bug triage?
Can you explain the pdca cycle and where testing fits in?
what is sanity test (or) build test?
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
how is market for testing in banglore,chennai,pune,delhi?
What are similarities of Agile and Scrum?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?