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
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 |
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 |
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 |
Explain the format of a requirement traceability
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form
Write test case for windows media player
Do you know mutation testing?
write the test cases for a+b=c?
9 Answers Aloha Technology, SAP Labs,
How to write test case on paper and pen.
What is the syntax testing?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
what will be the test case for Lift?
22 Answers Mind Tree, Satyam, Tops Security Ltd,
how to write test cases for smart meter for gas and electricty
Explain the unit testing?