Write the 3 TestCases to prove tht it is a softdrinkbottle
or not.
Answer Posted / k b
1. Check the label and ensure that it is labeled as a softdrink or soda.
2. Shake the bottle to check for fizz. Any softdrink or soda will have fizz as it contains carbonated water.
3. Ensure that it is non-alcoholic or the alcohol content is less than 0.5% of the volume.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is it that the boundary value analysis provides good test cases?
How to write email id in world wide web
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
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
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Test a file replication service that copies files from one net location to another
What are semi-random test cases?
Explain the exactly meaning of test case?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Explain the glass box testing?