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 / sbm

may be it is none becounse i think it is equivalence
partitioning

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1928


write test cases on file open dialog box in notepad

1189


Do you know mutation testing?

690


write test cases for hospitality management system

2021


Can anybody help me out to write test cases for booking train ticket online???

5252






What is the syntax testing?

685


how to write test cases for smart meter for gas and electricty

2438


write the testcases for migrating data from one database to another database?

1892


What are all the companies are doing manual testing till now ?

1527


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

1825


Explain the sanity testing?

681


Explain the monkey testing?

661


Why is it that the boundary value analysis provides good test cases?

769


Positive and Negative test cases for the speedometer?(minimum 5 each)

2368


What are the test cases for mouse?

844