What is Reusable component is QTP...Anybody can answer
it..Thanks in advance...

Answer Posted / chandrika

this is one of the type in actions.......the name itself says we can use this in other tests also and used in same test in multiple times.......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what type of automation is follwed in the project?

1489


What are some test assets and related extensions of qtp?

558


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

3618


How to associate shared object repository to test in qtp?

507


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

2270






we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1583


If created one virtual object? Next time I changed the window position will it work?

585


What is keyword view?

566


What is the XML file architecture ?

1557


Explain about the quicktest professional (qtp) automation object model?

570


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

1649


tell me abt a time when u had to go above &beyind the call of duty to get the job done

1446


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

563


What are the technics follow in writing VB script?

1536


how to write xml output check point bu useing descriptive programing .means without useing output check point

1654