Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

5003


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2418


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1892


Explain the dynamic testing?

1132


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3802


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

3084


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2849


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1499


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2896


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

9110


how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2566


What is the difference between test scenarios, test cases, and test script?

1227


Explain transaction testing?

1058


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3547


Explain the glass box testing?

1075