Answer Posted / prabhakar
I think as we are writing test cases by taking requirements
in to consideration, just we need to think what is required
to write a test case. Test case should contain 1) test case
id,2)TC description 3)input,4)expected results actual
results.to write a test case for test case we need to
consider all above. to write test case for any thing we
need to know main functionality of that application.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
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 explain security testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Positive and Negative test cases for the speedometer?(minimum 5 each)
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.
can one defect be mapped to more than one test script in manual testing
What is gray box testing?
How to write test cases for lift?
Do you know mutation testing?
Explain the smoke testing?
For how many days (or) weeks you will test a product or software?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...