Amazon Interview Question for Testing / Quality Assurances






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

Check if Dialog box is not resizable.
Check if the user is able to click / operate through in background with dialog box open
Check whether the parent window is disabled when the dialog box is active.
Check whether the inputs/parameters taken by dialog gox is correctly reflected
Check whether the user can initiate the same event twice, i.e. clicking twice before the dialog box opens.
Check whether the control goes back to parent window on closure of the dialog box.
Check whether the button text are correctly placed
Check for localization of content in the dialog box for alignment, width, height etc.

- Asheesh August 08, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Good answer. Thank you.

- Raghunath March 22, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Non Functional
-------------------
1.Message in Dialog box should make sense.

Functional
-------------
1. Dilog box is having close and minimize button? they are working properly or not?
2. It shud have OK button? And after pressing OK dialog box is closing or not?

- Anonymous October 06, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

dialouge box not having minimize,maximize and close buttons.

Thank u.

- srilatha November 23, 2010 | Flag
Comment hidden because of low score. Click to expand.
1
of 1 vote

Non-Functional:
- is box the right size, color, shape, etc.?
- does box appear/disappear in the right amount of time?
- does box appear each time it is called? - reliability
- is the content displayed as expected?

Functional:
- do all of the correct buttons show up (such as next/previous, ok, cancel, show/hide details min/max/close, etc.)?
- do all of the buttons do the correct work?
- does the box return a value when a button is clicked, and is the value for each button correct?

- aswietlicki January 08, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Thank you

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

Perfect Answer. Thanks

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

Another Important Functional Test Case..

Does this Dialog box appearing on the event which it is supposed to be showed up.

More test cases required based oin the type of Dialog Box (modal or modeless )

- Sravan September 22, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Open (trigger the event that pops up) the dialog box and close the dialog box repeatedly as fast you can. Make use of an automation script if possible.
Notice if there is something weird happening with the system when this happens.

- Siddhesh January 29, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Non-Functional
1.Check dialouge box size,shape, width, colour.
2.All buttons are present or not. eg:- OK,

Functional
2. All buttons are working properly.
3.open & close button are working properly.

- s.chaudhari84 October 18, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Non Functional

--> Check on different screen size , to check if the dailog box is auto adjusting
--> Check on different OS

- Gaurav Khurana April 21, 2014 | 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