Best Practices for CCF Development
Hi,
I have been working on CCF. Main task been automation on web based application with in CCF.
Most of the automation are action based.
Step 1: Fire action, store action in global variable
Step 2: initiate action, and on documentcomplete based on global variable complete action
Step 3: reset the global variable.
Due to large number of action, LOC have increased and debugging is difficult.
Can we have some guide lines, best practice for development of such automation for web based application in CCF.
Also, exception handling is also an issue, due to un predicatiable behaviour of hosted web application.
Basically looking to de-couple actions for hosted application, so that they and not dependant on each other and can be easily tested and integrated, while doing through excpetional handling.
Regards

