What is the differance between Bug and Defect.
Answer Posted / nainappa
bug: This is the error occured in testing environment.If
once the implemented requirement is varying with the client
requirement then tester will raise bug.
defect: This is the error found in the production
environment.After the build hasbeen moved to the
production,if client finds any of the changes in the actual
requirement,then we will consider that mismatching as defect
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the ramp testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Pls tell me test cases for pepper grinder
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
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
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
Explain the system testing?
how to test stand alone programs?
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
Explain the syntax testing?
Suppose a job should be executed for every two hours? Write test case for this?
Do you know mutation testing?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?