Jump to content

Please Help! Need Help To Write 5 Complex Test Cases


Megha1

Recommended Posts

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]

Link to comment
Share on other sites

[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]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...