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 / phu
You should put dynamic data by expression, e.g: Birthday = Now.AddYear(-18.1)
| Is This Answer Correct ? | 4 Yes | 2 No |
difference between regression testing and re testing?
Based on what doccuments do you start scripting?/ Testing?
6. what is the purpose of using automation tool qtp? and why we are using framework.
how will get a build for testing.
what is basis for testcase review?
What is Mutation testing? When it can be done?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
what is API 2.0?
Is testing just sampling???
what is the good test case and bad test case tell me with an example
What are the differences between web applications and client and server applications?
what are testing types involved in black box and white box testing...