Write 10 test cases for the condition P=R/I where R and I
are integer and P is floating point.
Answer Posted / vighnesh
Check with following values
R I
2 1
1 2
0 1
1 0
0 0
65535 65537
-65535 65537
65537 65535
65537 -65535
a 1
1 a
# 3
3 #
23823979234 3
3 237387328213823
3 NULL
NULL 3
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
how to write test cases for online restaurant table booking system?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
what is black box system in software development in system analysis and design?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
pls i want test cases for oss? whts the process of oss testing
I want 100 test scenario for gmail
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
How to write test cases for lift?
What is quick test professional and what test environment it supports?
how to make test case for anolog voice logger?
Write a test case of login window?
What is the syntax testing?
how many test cases do u need to ship a product?