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 we test the login page using jwebunit test case...
how to write system test cases for a pen
testcases for biggest of three numbers?plz give the answer
Explain the load testing?
Write a Test Case to test Can of Red Bus Booking
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
write a test cases for table,pen,electric bulb?
Is there any formula to find the number of test cases needed
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
test cases for traffic signals in a four raod junction.
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases