Who will decide what the test cases you have written are correct?
Answer Posted / biswajit
test lead
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how many test cases do u need to ship a product?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Explain the monkey testing?
How to write the test cases for STP
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
Explain the unit testing?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
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.)
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
can any body help me with providing a a case for usability testing...
What are semi-random test cases?
Write the test case for a login page?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
how to write test cases for smart meter for gas and electricty
Why does the boundary value analysis provide good test cases?