write a test case on web login and bank application and
client server

Answer Posted / malika

For all those idiots who were just checking the grammar and
faults in Mr. Chandra Sekhars Testcases, here is cleaned up
version. (For the kindergartners)
First of all we all came to this page to know the answer.
So, you are not as smart as Mr. Chandra Sekhar. Instead of
being so rude to him just grab the knowledge you will
certainly benefit.
Write a test case on web login and bank application and
Client-server

Enter the URL check the login page open or not
• Default focus should be on user name
• Password should be encrypted format or not
• Password should not get copy or not (Ctrl+c, mouse
right click,
edit have copy disable not work)
• Input domain testing on user name (that is boundary
value analysis)
• Input domain testing on pass word (that is boundary
value analysis)
• Properties check on buttons (that is able or
disable or not)
• Functionality check on the buttons (it work correct
or not)
• Authorization testing (that is valid or invalid
values are allow or not)
• Case Sensitive check on the login page (that is
allowed the cap or small letters)
• After the sign-out login page comes back to
previous page. Login information previously should not
appear.
• Enter into the after login page copy the URL and
click after on the logout past the URL then open should
not allow.
• Check the assignation time with respect to client
• Check the single user or multi-user
• Check the usability of the login page
• Under usability look for spelling mistakes, color
of font and size of font etc.

Is This Answer Correct ?    42 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write test cases on file open dialog box in notepad

1201


Write a test case for computer keyboard?

787


Could you pls give me sites where i can test card? mail me to

2303


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

1959


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1796






write the testcases for migrating data from one database to another database?

1908


Explain the soak testing?

692


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1542


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);

1944


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

1874


What is business validation test case?

697


Why is it that the boundary value analysis provides good test cases?

791


how to write a test procedure & test log for login system

2776


Explain the format of a requirement traceability

639


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

2250