Write the 3 TestCases to prove tht it is a softdrinkbottle
or not.
Answer Posted / nish
1.check if it has any name mentioned as Soft drink on the
bottle.
2.check the contins and the flovor of the bottle
3.make sure that the color and floavor and quantatty
mentioned or same .
4.check if it contains any chemicals .
5.Check the expiry period and try to check if has some
smell before the expiry period.
6.check its effect when it is in Cold storage and hot
storage .
7.check if the bottle has properly sealed or not .
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How should I maintain the test cases and Test Log for different versions/builds of the application.
write test cases on file open dialog box in notepad
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
What are the test cases for mouse?
Explain the state testing?
Define some of the attributes of a test case?
I need GUI test case for home page?
How many test cases u will write for Acceptance testing?
How would you do " Keeping two folders in sync testing"
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Could you pls give me sites where i can test card? mail me to
How to test Webservices and how can we write test cases for that
For how many days (or) weeks you will test a product or software?
What are basic types of test cases?
Explain transaction testing?