Saturday 10 February 2018

Best practice for BluePrism.

1. Always handle exception  in "Main page" While making multiple  sub process and calling that process in "Main Page".

2. Always put the sub pages in same  blocks which have the chances of throwing same exception or might be possible different in case you forget to specify errors in sub process then use only one "Recovery" inside the same block, "Resume and Exception stage" could be outside the block.

3. Use blocks with different colours to differentiate  your "input, output, global and local dataitems" for better understanding.

4. While spying web elements from web pages always uncheck the link or url of the page from properties window in "Application Moduller", because it could be possible that your Url get change.

5. Always try to ignore writing logics inside the "Object", keep "Object" as simple as possible.

6. Keep "Error" count to "0". Use button next to "Reset" button in menu bar.

These  are all small tips that make your life easy while developing Bots.

No comments:

Post a Comment