Answer Posted / chellam k
VBS files contains all the reusable functions which we are
using in our scripts.
we can store our funtions in a notepad or editor plus and
save it using .vbs file extention.
In QTO go to test setting -->resources--> add ur funtions
and save ur script.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ‘object spy’ and what is the function of object spy in qtp?
If I change the property value at runtime is it effect is object repository?
Explain about the test fusion report of quicktest professional?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Explain about business process component? types and usage?
How can you identify the browser and its information using QTP script?
Where to use Property Let, Property Get, Property Set in UFT
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What is the differences between image check point and bit map check point?
Mention what are the different types of recording modes in qtp? Which will be used when?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Can you list some technologies that support qtp?
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
what is clean sweep?
Explain how qtp identifies object?