How can we test the jobs?

Questions by yukthi   answers by yukthi

Showing Answers 1 - 2 of 2 Answers

Babu

  • Oct 11th, 2006
 

Testing of jobs can be performed at many different levels: Unit testing, SIT and UAT phases.

Testing basically involves functionality and performance tests.

Firstly data for the job needs to be created to test the functionality. By changing the data we will see whether the requirements are met by the existing code. Every iteration of code change should be accompanied by a testing iteration.

Performance tests basically involve load tests and see how well the exisiting code performance in a finite period of time. Performance tuning can be performed on sql or the job design or the basic/osh code for faster processing times.

Inaddition all job designs should include a error correction and fail over support so that the code is robust.

  Was this answer useful?  Yes

yukthi

  • Oct 12th, 2006
 

Thanxs...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions