What is the differance between Bug and Defect.
Answer Posted / kc
bug: error in code or logic.
defect: we expected the result and we get another result.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you do " Keeping two folders in sync 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 quick test professional and what test environment it supports?
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?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Explain how to develop a test plan and a test case.
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Scenarios to test wireless Speaker via bluetooth
Explain the branch coverage testing?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
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 exactly meaning of test case?
What is test cases for mobile phone ?
explain end to end scenario's for online Money transfer in Banking Domain?
What are the test cases for mouse?