What is object & properties (in QTP)
Answer Posted / ramu@sunnys
actions to be performed on the object
any object have some properties like x native
class,text,visible,enable etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How many scripts did you have?
How to carry out bit map check points in QTP
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Explain how you can find the absolute value of the number in qtp?
How to write business scripts using object repository with different scenarios
What is the use of ordinal identifier in qtp?
If created one virtual object? Next time I changed the window position will it work?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Where to use Property Let, Property Get, Property Set in UFT
What are the two types of repositories available, explain them?
Can you write a script to check if the folder exists or not?
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 define array in qtp?
Generic function to search for the unique link in webtable and click on it
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?