How will you handle the situation when object is not
captured during record?
Answer Posted / allin
While recording the object is not recognised--go for low
level recording.
virtual object vizard too right. But, if u find object not
recognised by tool before start generating script.
Regards,
Ratna Rao
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is description object?
Name the properties you would use for identifying a browser and page when using descriptive programming?
how do u plan test automation?
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
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How can you close the second opened browser?
Does quicktest professional is unicode compatible?
How many types of recording facility are available in quicktest professional (qtp)?
what is the structure for the data driven framework
They asked by using qtp recording writing scripting
Define object spy ?
Generic function to search for the unique link in webtable and click on it
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
what is the latest version of QTP? Main difference between 9.2 and 10 version
How do you send email with attachment from outlook using qtp ?