When the 1st time I will log into the application it will
ask to change the passward.After 30 dayz the passward will
expire and the application is unaccesible.U cant alter the
server time....
How will u test it??
Answers were Sorted based on User's Feedback
Answer / ganesh
practically it is not possible to wait for 30 days to test
this scenario.Before updating to production server, make
sure it works fine in local server by testing with minimum
possibility (e.g two minutes). In this case the system
should generate auto generated password and send it to user
to log on to the application. The user can use this password
and can change the password after logged on to the application.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gopalakrishna
Firstly, we as a tester cannot wait for 30 days to test a
particilar application.
In such scenarios, we send a suggestion to the developing
Team to alter the lapse time to 1 day, so that we can open
the application, change the password and login to the
application.
Next day come back and check if the application gives a
message that the password is expired, if this happens then
the application should work for 30 days. if no then, it is
a defect.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manni132s
Mostly there are some some fields in Database which handles
date and time / registries-regitry keys / Config Files
So manipulating any of these whichever applicable to your
application you can test the scenario
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamilini
Please anybody answer dis question...it's helpful 2 all our
testers!!!
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shailesh
No coder will code the time limit of 30 days hard code.
There must be some look up table from which code will pick
up the number of days after which password must expire.
While testing, tester has to change the value in look up
table to 1 day / 2 days. If it works for 1 day, it will
work for n number of days as remaining job is with server
timer. This was such scenarios are tested.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / yeshraj singh kushwaha
If we are not allowed to change the server time so we can
use database query to change the Data and time field to 30
days back of that transaction through which user creates
his login and password.
Is This Answer Correct ? | 0 Yes | 1 No |
what is role of the tester in an organaisation and project? what is the daily work of tester?
Today an interviewer asked me if severity assigned by tester and priority is by developer then why tester assigned priority of defect in defect report ??
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
what is the diffrence between qualityassurance and system testing explain in detail with an example?
3 Answers Cap Gemini, iFlex, Mind Tree, Zenith,
what is requirement traceability matrix? Mention its format
4 Answers CTS, Zycus Infotech,
What Is risk Based testing?
what is Risk-based testing?
What is Reliability Testing
3 Answers FactSet Systems, Genpact,
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
what is endurance testing?give one example
why do u go for test bed?
What about the test case if the field only takes a certain number of characters or a minimum number?