1. Given the following: You have an application that
consists of three parts: a front end GUI, a middle-ware
layer where all the processing of data takes place and a
database where data is read from.

What are the areas that would be most likely to break?
What would your testing strategy for this be? Why?

2. Imagine I am handing you a wine glass and I ask you to
test it. What would your testing strategy for this be?



1. Given the following: You have an application that consists of three parts: a front end GUI, a ..

Answer / mornelithe

Looking for help with these answers, and expansion if
anyone has any ideas.

1. The area that is most likely to break is the middle-ware
layer. This layer interacts with data that comes from both
the user and the database. The middle-ware layer has to
make sure that these two layers interact successfully with
each other. This layer also has the most complex
algorithmic computations and usually the number of errors
and complexity are positively correlated. A good testing
strategy for this would be breadth based, correctness of
numerous interactions between layers and correctness of the
complex algorithms can be tested quickly and efficiently.

2. Examine the glass for cracks, blemishes, and that it is
complete.
Run your finger around the rim to check for burrs.
Set the glass down and make sure it stands on its own, and
does not move on the flat surface.
Lightly tap the glass with a metal object to make sure it
doesn’t crack and will make the correct echo noise.
Pour a liquid into the glass and make sure there are no
leaks.
Then pour the liquid out of the glass to make sure it
doesn’t run down the outside of the glass.

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Can test case contains more than 50 steps in single test case?

4 Answers  


can one defect be mapped to more than one test script in manual testing

1 Answers  


Give me a sample test case for an online purchasing system?What testings u do for the same ?

8 Answers   Flipkart, NIIT, Polaris, SQTL, TCS,


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

1 Answers  


Describe to me the difference between validation and verification.

11 Answers  


how to write test cases for sort drop down box containning 6 options in the drop down list.

3 Answers  


How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

1 Answers  


How many test cases you will execute per day?

2 Answers  


Why does the boundary value analysis provide good test cases?

1 Answers  


write a buisness scenerio on yahoo login page.

4 Answers   Hewitt,


How to write test case for this scenario. The data entry field for city shall be removed from the screen

1 Answers   SpinSci,


Do you know mutation testing?

1 Answers  


Categories