Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How many test cases u will write for Acceptance testing?

2178


What is the domain testing?

1148


Explain the gray box testing?

1114


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?

1352


How should I maintain the test cases and Test Log for different versions/builds of the application.

2436


Write test cases to test a browser app

1744


Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.

2534


How would you do " Keeping two folders in sync testing"

2419


Can you list down a few characteristics of a test case?

1108


Explain the domain testing?

1057


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.

2545


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2415


Write a test case for computer keyboard?

1198


write a test cases for WLAN

923


What is business validation test case?

1102