What is the differance between Bug and Defect.
Answer Posted / lakshman
Defect : if any mistake in between expected value and actual value tester can call as a defect.
Bug : if any defect in software was accepted by developer to fix tester and developer it is called bug.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write test cases for lift?
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
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
In a log in page what will be test procedure, test scenario, test description & test steps?
Explain the dynamic testing?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
What is Initial Configuration?
How to write test cases on laptop???
Explain the integration testing?
Explain the system testing?