RE: what are two types of script recording in rational robot?
There are two modes of recording.. One is Object Oriented mode of recording
Other is Low level mode of recording .
Object Oriented Recording is used to capture the user activity as well as properties of object present in the application. Low level recording mode is used to capture the mouse movement. when we perform a low level recording it will generate a binary file called '001'. the binary files contains the x and y co ordinates of the mouse movements. it cannot be edited.
In order to toggle between the two modes of recording the shortcut key is Ctrl+Shift+R.