when you don't have time to write test cases, what do you
do?
Answer Posted / amar
direct bug report
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Write test cases to test a browser app
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the format of a requirement traceability
Explain the integration testing?
Elaborate test plan and content availability in test plan.
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 cases for the example state name starts with A B C D E F G H I J K L Z
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
What is the logic testing?
how many test cases do u need to ship a product?
Explain the exactly meaning of test case?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Explain the branch coverage testing?