1) Normal Rescording Mode or Context Sensitive Recording mode
This is the recording we are used mainly. Its recording for click the
button,enter value in Edit box, Select the item from list box.
2) Low Level Recording Mode
IF QTP doesnot recognize the test environment then its automatically turns
into the Low level recording mode.
That means if we want have the Terminal Emulator Add-in in our QTP, But if we
try to record the our QTP on Terminal Emulator, that time its automatically
turns into the low-level recording mode.
For web based Add-in for Edit Box under class = WebEdit
For window based Add-in for Edit Box under class = WinEdit
so each an every Addin have different Classes for every object. But if we
dont have the Add-In for our recording then its trurns into Low level
Recording. So that time QTP have one below two object class
-> Window
-> winobject
but the Record and Playback concepts are may failed for low level Recording.
Because the low level recording is performed by Postion of the object. So if
any difference in the object Postion between Recording mode and Run mode, its
get fails.
3) Analog Recording Mode
Recording for painting and drag events like mouse drag events.And record any
digital signature made on the application.
Steps: Select Analy Recording mode button after normal recoding, we see th
tow options ike
i) Record relative to the screen - whatever we can made mouse operation on
windows, its may recorded.
ii) Record relative to the following window - we can select the only on
window which we want to capture the mouse operation only on this window, that
may recorded.
The Analog recordings are saved as Tracks
No comments:
Post a Comment