Megha1 Posted April 9, 2013 Report Posted April 9, 2013 Hello All, If any one is aware of the batch process, please help me in writing the test cases. Here are the scenarios I have: [list] [*]Design a few (at least 5) complex test cases for the following scenario: [/list][list] [*][color="#1F497D"]Need to deploy a batch program to production[/color] [*][color="#1F497D"]Batch Job must run 3 times a Day[/color] [*][color="#1F497D"]The number of Batch Job “candidates” that are picked up each time the batch job runs is configurable from 0 to 1000 through a properties file[/color] [/list] [indent=1]Any help is appreciated, this is really urgent![/indent] [indent=1]Thanks![/indent] Quote
rakkis Posted April 9, 2013 Report Posted April 9, 2013 [list] [*]Verify batch job starts on specified time [*]Verify batch job picks up 'candidates' on each run [*]verify on each run batch job reads config file to get right value of X, where x=0-1000 [*]Verify on each run, candidates are configured to X+1 [*]Verify batch job runs 3 times a day [/list] [indent=1]- Good Luck.[/indent] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.