Answer Posted / chaitu.c
User defined function is made by the user for use of that
function in any where in the script from outside.
expl: .vbs Function
Internal Functions:
this is function already defined by system internally
expl: Libarary Functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of Automation frameworks are there in UFT? Describe them.
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?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
What is text check point and text area check point?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How to create runtime property for an object?
What are the types of properties that quick test learns while recording?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
what is the latest version of QTP? Main difference between 9.2 and 10 version
how to find that tools work well with ur existing system?
How the exception handling can be done using quicktest professional?
what function you write to do database testing with the help of qtp?