Writing Test cases based on the understanding of the UX
document
how to write test cases for online restaurant table booking system?
Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)
How to write test cases ?
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?
Redbus- possible scenarios start the testcases accordingly. Please share me templates
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
How can we write integration and regresion test cases based on scenario ?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
How to write test data for login module?
Dear Friends, please send me some links where i will get all type of web driver programs.
test cases for restaurant billing system????????
What is mean by Equal Partitioning