Amazon Interview Question for Testing / Quality Assurances






Comment hidden because of low score. Click to expand.
2
of 2 vote

Functional:

1. Verify login works for correct input
2. Verify login fails for incorrect username
3. verify login fails for incorrect password
4. veirfy login fails for both incorrect username&pwd
5. Verify error message for incorrect login


Security:
1. Verify pwd is not displayed directly
2. Verify pwd cannot be copied from or pasted to the textbox

User Interface :
1. Verify if the text boxes for username and password allow text to be entered
2. Verify that the text entered in the text box for username and pwd fits in the text box
3. Verify if the button for login is clickable when bothe username & pwd textboxes are filled

Performance:

1. Verify if the login validation occurs in appropriate times and timeout if it takes too long

Stress/Load:
1. Verify performance of the validation by performing multiple logins simultaneously

Usability:
1. Verify controls adequately inform what is expected of the user
2. Verify error messages are understandable

- Sree January 24, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Sree, thanks for a good reply

- rh March 05, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Good Reply. Thanks

- Anonymous November 25, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

would be perfect if u also use different data sets..like numercs, spl chars etc.

- Hari August 06, 2012 | Flag
Comment hidden because of low score. Click to expand.
1
of 1 vote

Adding to the Security part, check if the Login Sanitizes the text to catch for SQL injections etc.

- Icarus May 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

We can also add Compatibility Test Cases...
1. Testing using various browsers like FireFox, Chrome, IE, Safari
2. Testing in different environments like mobile browser, desktop, tablet

- Priyab February 10, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Hi...you can test a login feauture using valid and invalid data.

- chandra December 14, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

with the above TC, session expiration, new session creation, trying to login the application with more than one test accounts at the same time, cross scripting, encryption of the data can also be tested

- Amjath November 07, 2012 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More