For Change Password functionality--
Test Case is -- > Change Password
Test Steps/Descriptions: 1) Enter Old Password
2) Enter New Password
3) Enter Confirm Password
4) Click on Save button
Expected -- > User should login successfully.
My question is --> After 4th step tester will check/verify
that user [whose password has been changed] is login
successfully or not.
Should I have to write that steps which user will fallow to
verify user login in above test case?
What are the preconditions for above test case?
Answers were Sorted based on User's Feedback
Answer / revati
Actually I didn't get your question here. But my
understanding is here that you will just check your
expected result with your actual result. If both results
are same then test is passed o.w. its failed.
To verify user login i s completely different test case.
Preconditions would be:
It should be valid userid and password.
Correct me if I'm wrong.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / piyush joshi
hi
as i have understood this question
you want to ask that after your 4th step whether you have
to test it by login once again or not
after your forth step you have to check for the message
that the system is showing
either it will show the error message or it will show the
successfull message and you have to test for both the
conditions.
if you are doing the white box Testing then you have to
check the database by running the select command that
whether the changes have been updated in the database or
not and if you are doing the black box testing then you
have to check only the pop up message that the system is
showing.
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / ashutosh jha
always check Login window functionality with valid and
invalid credential both.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / naresh(jnsm-2)
Enter valid Email Id and Password
Compare the Expected result with Actual Result. IF the both
are same the test case is passed otherwise its failed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dipali
Precondition :
User Should know about his old password.
User should know the length of password.
After forth step user shouldn't Login Successfully.
It should Display Message -
Password should be successfully changed.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / ganesh kamble
I get u r Q.T.,
1. Till 4 th step tester should write test case for
checking its functionality whether it going along with
workflow (i.e on code basis & requirement basis).
2. After check only change password become give welecome
page or not, if give welecome page then till 4 th test
cases are pass for 'change password', else tester must
write test case for verfy user login. (becoz after changing
password it not give welecome page.)
| Is This Answer Correct ? | 1 Yes | 3 No |
Is there any difference between Web Application and Client - Server application? If yes pls explain it.
What is inspection,walk through and review ?
Wat Is Configuration management and were we store all our testcases and Test data everything related to project for testing how we come to know abt the changes made in the modules and srs plz explain me the detail process for the abve if possible were to get the tutorial for all these cvs tool
What are all the documents you are going to submit at the time of release as a testlead?
Explain a sample testing cycle?
What is an error?
Diffrence in b/w Functional and System Testing and Test Cases.
How does one do Ad-hoc Testing?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
What is the Test Case?What is the Testing?
10 Answers iSoft, Patni, Verisoft,
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.