Answer Posted / murthy
There are different phases we can do in testing.
1) Functional testing: first i will take water bottle and
its cap separately and check weather they are designed
according to the requirement specified or not.i.e., the
shape, height, design,color of the bottle and the design of
the cap.
if everything is designed according to the requirement then
i will continue.
2) Integration testing: Now, in integration testing i will
take both Bottle and cap, then attach them i.e., i will
screw the cap to the bottle. now i check weather the is
fitted perfectly to bottle or not. i will check how the
combination looks like.
3)System testing: Now in system testing, will pour water
into the bottle and ensure it is not leaking and having the
specified quantity of water. i will keep the cap to bottle
and test that water should not leak after fitting the cap.
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
Can anybody help me out to write test cases for booking train ticket online???
Test a file replication service that copies files from one net location to another
Explain the concept of semi-random test cases?
150 integration testing scenarios for gmail
Define some of the attributes of a test case?
how to write test cases for online restaurant table booking system?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Could you pls give me sites where i can test card? mail me to
Please guide me for Add new user test cases
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
Write test cases for 8+4?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the acceptance testing?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
Explain transaction testing?