Answer Posted / rajapages
Hi buddies,
All u ppl have mentioned above is correct. In addition to
that, one of the main purpose of writing Test case is a
proof document of tester whether he/she covered all the
functionalities against the requirements.
Plz correct me, if i'm wrong.
Thanks,
Van Helsing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is business validation test case?
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.)
Explain the format of a requirement traceability
Explain the unit testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
test cases for bus transport (TNSTC)
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?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
can one defect be mapped to more than one test script in manual 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
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
What is use case testing?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
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
Explain the component testing?