Need to set a checkpoint’s value within business component logic
♥ 0 |
I have a test that needs to verify that the application is properly displaying the current system date. The programmers developed this window such that the control takes on the name of the value (e.g. "Thursday, November 4, 2010"). I have logic in my business component that formats a variable with the expected string, but can’t see how to assign this to the value that the checkpoint uses. It looks like the options are constant, component parameter, local parameter, data table, environment, or random number. I tried using local parameter, setting the parameter’s name to "local_date_parameter" and then assigning local_date_parameter = strExpectedValue Can you please offer me some guidance on how to achieve my desired result? Thanks!
Marked as spam
|