If for any software product, if the customers more often us
few functions, and rarely use few othere functionality.
what a tester can expect more deffects can be found, in
what area, where the functionality frequently used OR
where rarly used?
No Answer is Posted For this Question
Be the First to Post Answer
how many test cases do u need to ship a product?
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
can any one give the format of writing test cases in excel sheet.
Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
what are the possible test cases for sending an sms from mobile
what is login and login in testcases we write in testcaseid
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
How will you review test cases?
26 Answers HCL, TCS,
How many bugs have u found in your project?
Test cases on uplaoding files
12 Answers GE, HP,