can any one give the format of writing test cases in excel
sheet.
Answer Posted / kx esporlas
Test Case ID
Test Case Name
Test Case Description
Test Data ID
Step
Step Description
Expected Result
Actual Result
Test Case Status
Date Executed
JIRA Defect IDs / Comments
Priority
Candidate for Automation?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the smoke 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
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is the logic testing?
Explain the unit testing?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
How to write test cases on laptop???
What are basic types of test cases?
I want 100 test scenario for gmail
how to test stand alone programs?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Write the test case for a login page?
Explain the functional testing?
In a log in page what will be test procedure, test scenario, test description & test steps?