Write the 3 TestCases to prove tht it is a softdrinkbottle
or not.
Answer Posted / sudhir khond
1)check the ingradients
2)check the label on bottle
3)check colour of the bottle
4)check the test of the contents.
5)check any known brand name on bottle.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is quick test professional and what test environment it supports?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
For how many days (or) weeks you will test a product or software?
Explain the component testing?
What is business validation test case?
What is the difference between test scenarios, test cases, and test script?
Explain the format of a requirement traceability
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Explain the integration testing?
Do you know mutation 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
Explain the static testing?
150 integration testing scenarios for gmail
write test case for button of google page?"i am feeling lucky" if button is not appear on page?