could u please tell the testcases to test gmail
Answer Posted / suraj khabale
you can write your own test cases for gmail
1. Identify conditions to be tested
2. identify scenario(positive and negativ
3. write test case for each scenario.
NOte : do not get jumbled up and try to remember everything by seeing all the contents posted
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many test cases u will write for Acceptance testing?
What is the domain testing?
Explain the gray box testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How should I maintain the test cases and Test Log for different versions/builds of the application.
Write test cases to test a browser app
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
How would you do " Keeping two folders in sync testing"
Can you list down a few characteristics of a test case?
Explain the domain testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
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
Write a test case for computer keyboard?
write a test cases for WLAN
What is business validation test case?