difference Between LowLevel and Normal Recording Modes?
Answers were Sorted based on User's Feedback
Answer / sudhakar
1. Normal Recording is also called as context senditive
record. It is used for recording the actions performed on
the standard GUI objects.
2. Low Level Recording is used to record atleast some
minimum operations on the non supported environments.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naren
Low-Level Recording:Is useful if the exact coordinates of
the object are important for ur test.
Normal recording:Is useful when the recording operations
that cannot be recorded at the level of an object.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Apart from above points:
Low level record is used to record the session even the
object is not recognized by the QTP
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nadeem sharif uddin
Normal Level Is Object Context Level ; where QTP recognize
object with Physical Description Of only interacted object.
Low-Level Recording?enables you to record on any object in
your application, whether or not QuickTest recognizes the
specific object or the specific operation. This mode
records at the object level and records all run-time
objects as Window or WinObject test objects. Use low-level
recording for recording in an environment or on an object
not recognized by QuickTest. You can also use low-level
recording if the exact coordinates of the object are
important for your test or component.
Is This Answer Correct ? | 0 Yes | 0 No |
How to call .vbs functions in QTP? plz Explain indetail
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
we have 5 default properties we want add more Default property in Object Repository how to add the property
hello, i was install Q.T.P.8.2 in windows xp version .when i am running my programs all the desktop icons are disappear why so. please guide me anybody how can i come out side this problem.
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
Diff b/n image n bitmap checkpoints?
Hi All, I need code for how to execute qtp scripts from excell sheet
What is XML checkpoint in QTP. How we can use in Web Based application
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
What is a quick test professional?
Where the text version of script file located in file system?