how to write the test case for time and date
like TIME : 09:34:32AM
DATE : 12 MAY 1987
Answer Posted / sathish kumar tech mahindra
TIME:
09:34:32am 09 define the hours tat s bellow 12 only not
allow above 12 hours this format only for 12 hours not for
railway time.
MONTH:
34 is min MM is only 00-59 not allow above 50 like 60:
32 is a seconds tat s also in b/w 00-59 only not allowed
above 60.
date :
12 is a date,and than check the month format tat s in
numeric format r alphabetic format in the combo box r enter
the character both numeric and alphabetic.that is numeric
that allow only 1 to12 not allow bellow 1 and above 12 and
all so negative values in numeric
year:
year is in combo box tat have some past years,current
year,future year.
we can easy way to select year.
some year format only allow only two character like 01:06:88
this format only support for few application not support for
all application like history application.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
What is the domain testing?
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?
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?
write the test cases for facility module
What are the Test Cases Comes under Regression Suite?
Write a test case of login window?
Scenarios to test wireless Speaker via bluetooth
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
write test cases for flipkart.
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
what is black box system in software development in system analysis and design?
Explain transaction testing?