Component Maintenance Query

Q: How do I maintain my component when my application changes?

The way to maintain a component when your application changes depends on how much your application changes. This is one of the main reasons you should create a small group of components rather than one large component for your entire application. When your application changes, you can re-record part of a component. If the change is not significant, you can manually edit a component to update it.

If you have many components that contain the same test objects, it is recommended to work with shared object repositories so that you can update object information in a centralized location.

To update the information about your test object properties when object properties change, use the Update Run Mode option.

No comments: