Please tell m all posiible tst cass for this-->
A password of password field will expire in 45 days.It
should send 1st reminder message to user whn 10 days are
left and
2nd reminder message when 5 days are left and 3rd reminder
mssage when 2 days are left.write all positive and negativ
test cass for this.

Answers were Sorted based on User's Feedback



Please tell m all posiible tst cass for this--> A password of password field will expire in 45 d..

Answer / sakshi

+ve 1. Check wheather it'll expire om 46 day or not.
2. Check wheather it'll expire before 45 days or not.It
should not.
3. Check the limit of password character(minimum and max.
limit).
4.Check for alphabet,numeric & special characters it's
accepting all or not.
5.check wheather it's sending 1st reminder before expiry of
10 days. lly for 2nd reminder & 3rd reminder.
6. check wheather it's sending reminder before or after the
no. of days which are specified.
7. It shouldn't send the reminder to the same user more then
once if req. is like this.

-ve
1. keep the pased field as empty & chk wheather it's
acceping or rejecting.
2. Try to give the paswd length minimum and maximum then the
specified limit.
3.Chek for the chr,num,specl char if there is any limitation
for those.

Is This Answer Correct ?    7 Yes 2 No

Please tell m all posiible tst cass for this--> A password of password field will expire in 45 d..

Answer / devesh

1.check for reminders send when 10,5 and 2 days are left
for expiration (positive + negative).
2.check for reminders send one day before and after 10,5
and 2 days are left for expiration (positive + negative).
3.check that password should expire after 45th day.
4.check that password should not expire before 45th day.
5.check that password should work on 45th day.
6.check all the validations of password (blank character,
special character etc.).
7.check that password should work if changed before 45th
day and should get expired after 45th day of its changing.
8.check that password shouldn't work if the username is
deauthinticated before 45th day.

Is This Answer Correct ?    4 Yes 0 No

Please tell m all posiible tst cass for this--> A password of password field will expire in 45 d..

Answer / preeti

1.This test case is eligible for boundary testing. I would test min,max and middle range for the specified #of days to ensure that alerts are triggered as per requirement.
2. Validate the password field (name,numeric,special characters).
3.+ve: Test for all all valid date range with the valid password.
3a:-ve Test for all all valid date range with the invalid password.
3b:-ve Check if the same last password is accepted after the expiration date.

4._ve: run above tests separately by leaving fields empty.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Explain the sanity testing?

0 Answers  


How many test cases u will write for Adhoc testing?

4 Answers  


Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?

3 Answers   Semantic Space,


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

0 Answers   IBM,


If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.

1 Answers   ABC,






Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))

1 Answers   ABC,


How will you review test cases?

26 Answers   HCL, TCS,


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad

2 Answers  


build 1 bug is raised and it was closed by developer and build 2 is released in build 2 also same bug raised what is the satus of that bug. 1>reopen 2>open 3>new 4>defered

14 Answers   Accenture,


if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin

1 Answers  


What is gray box testing?

0 Answers  


Categories