Normal Recording: Normal recording option is available in QTP that captures all the mouse movements and keyboards operations on the basis of mandatory and assistive property of the objects available in QTP .
Low Level Recording : This is the form of recording which QTP does on the basis of mouse movement using coordinate on the screen .It works even though QTP is not able to identify the objects available on the screen .
Window("Mozilla Firefox").WinObject("MozillaWindowClass").Click 607,248
Window("Mozilla Firefox").WinObject("MozillaWindowClass").Click 635,246
Window("Mozilla Firefox").WinObject("MozillaWindowClass_2").DblClick 326,292
Window("Mozilla Firefox").Activate
Helpful : When QTP is not able to identify the objects present on AUT .
Drawback : It will not work in different resolution .
Window("Windows Internet Explorer").RunAnalog "Track1"
Helpful : If we have to test a signature in AUT .
Drawback : It will not work in different resolution .
Note # We can do Analog Recording and Low Level recording only when normal recording is already started.
No comments:
Post a Comment