05-03-2010, 04:58 PM
Having one action per test case may lead to maintenance issue in the future if enhancements occur in the application and no. of test cases keep growing. Its always better to create modules encapsulating logical test cases together and create vbs files instead of actions. Actions should be just used to call different vbs files based on a logical choice.