When working on a task with parameters, we suggest you use mock parameters first for testing before using the actual parameters. Using mock parameters will be easier for you and save time while writing and testing the task. Because the actual parameter that will be used later maybe contain large values such as a hundred list of data from Excel or CSV. So, you can just create the mock parameter and fill it in a few numbers of the data or values that represent the actual data. By doing this, you won't be overwhelmed by the long parameter values to be loaded and checked while testing.
top of page

若要查看作用方式,請前往您的即時網站。
Give mock parameters for testing when creating a task as a function
Give mock parameters for testing when creating a task as a function
0 則留言
Comments (0)
這篇文章不開放留言。請連絡網站負責人了解更多。
bottom of page
