Write the use cases for following
1. Comment section of Facebook
2. Instagram status Implementation
No Answer is Posted For this Question
Be the First to Post Answer
pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.
write a test case for car
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
How to generate test cases for 'replace a string' method?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
test cases for bus transport (TNSTC)
How should I maintain the test cases and Test Log for different versions/builds of the application.
What we do when the Requirements are continuously changed?
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
how to make test case for anolog voice logger?
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);