i have seen a tester pressing tab and checking whether the
password field accept white spaces in between the letters.
And another thing is special character acceptence.U should
not allow any User to have passwords with special characters
(few exceptions are there.Check it out!!)
* Ensure that total number of chrecters are with in the
range.
* The copy option should not be provided.
* ensure that not to accept white spaces.
* spelcial cheractor are alowed.
When ever the user presses tab key after entering the
password the program has to check all these scenarios---
1) The password entered should be with in the range
specified. (say >6 & <12 characters)
2) No white spaces.
3) Password should contain atleast one Capital letter and
one Digit.
4) No special characters should be used.
5) Most importantly password should not match with the
username. (( for security reasons ))
1)The password should not appear in the URL once you press
enter after entering the password, it sometimes gets into
the URL
2) Minimum length of the password is adhered to
3)Maximum length(limit of characters) of the password is
adhered to
4)Copy/Paste function should not work for the password field
5) Password should not accept white spaces
6) Password should not accept special characters
7) With username entered but not the password, a validation
pop up should appear that "you need to enter the password)
Cant remember more but there can be more..........
Scenario:
--------
-- You are a project manager in a large software house of
375 staff in total. The company has been running for 5
years. The company has been CMM assessed at level 3. The
company has many external clients for whom it develops a
wide range of business applications.
-- Most of the company‘s applications are developed in
Java. The waterfall lifecycle development model is normally
used in developments.
-- The company has historically suffered from the type of
problems that are common in the software industry. In
particular systems have been delivered not always to user
requirements and containing faults. The managing director
of the company is very keen for improvements to be made in
these areas.
-- You are in charge of a project team of 8 developers, 2
requirements engineers and 3 testers. Your team is just
about to start a new development.
System to Develop :( Exact Question )
-------------------------------------
-- Your team is about to start to develop a novel vehicle
navigation system for physically impaired drivers. The
navigation system not only identifies the correct route for
the driver in the normal way, but also controls the
steering wheel to navigate the car to the destination
identified by the driver.
-- A basic statement of requirements has been received from
the customer and budget and timescales have been formalised
into a contract.
Requires TASK to write :
------------------------
-- You must write a short report (maximum of 1 page) for
the managing director of your company outlining how you
propose to ensure that this project improves on previous
projects in terms of delivering to user requirements and
without faults. Your report must include how you propose to
show improvement on these issues to your managing director.
Also please tell me how should I choose the best software
model when given scenarios like these ...?