Answer Posted / mogal
1. Open test Go to File menu -> Settings -> Resources ->
Associate function libraries -> Click on '+' button ->give
Function library file path -> Apply -> Ok
2.ExecuteFile ("Path with FIleName")
3. LoadFunctionLibrary("Path with FIleName")
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is stepin & stepout?
Where to use function or action?
Explain quicktest professional testing process?
How many scripts did you have?
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
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What is difference in global and action sheet in qtp?
Explain QTP using different development techniques ?
what is supply chain management?
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?
They asked by using qtp recording writing scripting
How many add-ins comes by default with quicktest professional (qtp)?
Explain the checkpoint in qtp?
How to use transactions in qtp?
How to delete an object from the object repository?