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?
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 |
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
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?
What are semi-random test cases?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
write test case for coin-box telephone
what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
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.
How to write test case for this scenario. The data entry field for city shall be removed from the screen
regression testing falls under white box or black box testing?
how we test the login page using jwebunit test case...
write a test case for student admission form