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

Explain transaction testing?

0 Answers  


test case for coffee machine?

16 Answers   TCS,


write down test cases for "x>=1"

6 Answers   Quexst,


i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)

1 Answers   Cognizant,


Who will take care of test cases and test plan?

2 Answers  






Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

0 Answers  


1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)

0 Answers  


can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that

7 Answers   Wipro,


How will you review test cases?

26 Answers   HCL, TCS,


What is the difference between System testing and System Integration testing?

4 Answers   Infosys,


How to write test scenarios for a Web application, with an example?

2 Answers  


Categories