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 |
how to test stand alone programs?
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,
when you don't have time to write test cases, what do you do?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Pls can any 1 temme the test cases for an online banking proj. like account transaction summary, deposit module, savings module
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
Write tast case for a+b=c?
Write test cases for 8+4?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
What is the syntax testing?