What is the differance between Bug and Defect.
Answer Posted / pankaj tiwari
Bug,Error or Defect is same but it depends on time that
what we call at that time buf, error or defect.....
According to me
When we find any bug @ code level then it's called error.
Bug- when we find any error @ UI(user interface) level or
testing level then its called bug.
Defect- when we find any error @ maintenance level then
its' called decfect.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the technology used in financial applications?
Explain the concurrency testing?
What is business validation test case?
What is the logic testing?
write test cases on file open dialog box in notepad
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.
Explain the state testing?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
write test cases for flipkart.
What is the difference between test scenarios, test cases, and test script?
how to test stand alone programs?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Do you write test plan and test case?
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
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ