if u want to test an application which takes a data value
between 0 and 59 and if u choose 55 ,what type of testing
it is
a) System testing
b) error guessing
c) Black box
d) None
Answer Posted / govind
Black box
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
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
what is black box system in software development in system analysis and design?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Elaborate test plan and content availability in test plan.
Explain the monkey testing?
What are all the companies are doing manual testing till now ?
Positive and Negative test cases for the speedometer?(minimum 5 each)
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
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
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
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
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
how to write test cases for smart meter for gas and electricty
Explain the state testing?