Go to Object repos,
Highlight the dialog box,
Click on Object>Update from application.
Choose corresponding object.It will overwrite the existing properties.
If you have lot of such dialog boxes and feel it to be cumbersome to do it manually for each of them,
Write old and new values to the global sheet,
iterate a small script using GetTOProperty and SetTOProperty To update the required property
Another way would be to use 'Find and Replace' tool in Object repos(Edit).
But this is useful only if all dialog boxes will share common replaceable property which is very unlikely.But it will definitely ease you to navigate to all dialog boxes one by one by clicking 'next' and editing its property in 'test object details' when you chose to do it manually.
Highlight the dialog box,
Click on Object>Update from application.
Choose corresponding object.It will overwrite the existing properties.
If you have lot of such dialog boxes and feel it to be cumbersome to do it manually for each of them,
Write old and new values to the global sheet,
iterate a small script using GetTOProperty and SetTOProperty To update the required property
Another way would be to use 'Find and Replace' tool in Object repos(Edit).
But this is useful only if all dialog boxes will share common replaceable property which is very unlikely.But it will definitely ease you to navigate to all dialog boxes one by one by clicking 'next' and editing its property in 'test object details' when you chose to do it manually.