While creating test data for testing an application, where
exactly test data should be crated as in excel file or can we
crate test data in database ?
Answer Posted / mudaseer
consider test case format
trace ability matrix input action expected result actual result
here in input you have to enter the data
for example test case for atm
action
enter the amount to withdraw enter 240
input 240
expected result it should display please enter the amount in
terms of 100
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Explain the logic testing?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
I want 100 test scenario for gmail
Can you list down a few characteristics of a test case?
Explain the unit testing?
How to test a stored procedure?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
Explain the sanity testing?
What are basic types of test cases?
explain end to end scenario's for online Money transfer in Banking Domain?
write a test case flipkart login page
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Explain the functional 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
Test Case for Text Editor!