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...

Write all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?

Answer Posted / homram

if it is alist box

POSITIVE TEST CASES:
enter the valid date ,month, year
NEGITIVE TEST CASES
enter the invalid date and valid month and valid year
enter the valid date and valid month and invalid year
enter the valid date and invalid month and valid year
enter the valid date and invalid month and invalid year
enter the invalid date and invalid month and invalid year
enter the invalid date and valid month and invalid year

ifit is edit box then
same as above testcase and add some more test case

enter the invalid blank space and valid month invalid
blanck space
enter the invalid blank space and invalid blank space and
invalid blank space
enter the zeros in date and invalid blank space and zeros
in year.
enter alphabetic,alphanumeric data in the field.
enter special characters.
enter decimal point.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a test case for computer keyboard?

1217


Explain the concept of semi-random test cases?

1217


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);

2437


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

2164


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1959


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?

2155


Write test cases to test a browser app

1767


# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

2536


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.

2564


What are semi-random test cases?

1304


how to write test cases for online restaurant table booking system?

10966


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2477


write the testcases for migrating data from one database to another database?

2597


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2985


What is test cases for mobile phone ?

1310