Write 10 test cases for the condition P=R/I where R and I
are integer and P is floating point.
Answer Posted / minal bhungani
Check the R/I result with BVA of R: 1) highest boundary value
2) lowest boundary val
3) middle value
Same as for I which contain 3 test cases
Check the operation by setting I=0 and R=0 alternatively
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is transaction testing?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Explain the dynamic testing?
write the testcases for migrating data from one database to another database?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
what is the technology used in financial applications?
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
can any body help me with providing a a case for usability testing...
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Explain the branch coverage 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
What is ramp testing?
write the test cases for facility module
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking