How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
Answer Posted / phu
You should put dynamic data by expression, e.g: Birthday = Now.AddYear(-18.1)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
1. what exactly is heuristic checklist approach for unit testing ?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What is quality center? How many built in tables does quality center have?
What is decision table testing?
Which are the standards for software test plans?
what is Test management fundamental?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Architectural structure of the insurance project?
If you're given a program that will average student grades, what kinds of inputs would you use?
9.Data – driver automation typically includes?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
How would you test a service oriented architecture (soa) web application?
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
Can you explain random/monkey testing?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?