How to Parameterize Object repository in QTP?
Answer Posted / kailash nath
1. Open Object repository manager
2. Manage Repository parameters
3. Click on "+" button
4. Add parameters
5. Click on "<#>" button against a property value to
configure the property value.
6. Save the shared OR
7. Map this OR with any action
8. Click on "Map repository parameters" under "Resources" tab
9. Select Action for which you already mapped shared OR
10. Click on "<#>" button under "Value" column
11. Click on "Parameter" radio button
12. Select parameter name and sheet name
12. Click on "OK" button
Now your parameter will be parametrized with shared OR.
cont - 9910900759
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
What is the meaning Work bench?
What is the difference between keyword view and expert view?
What is the difference between the design-time and run-time data tables?
what is vmodel?advantages and disadvantages of vmodel?
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 actually contain test report? can anybody post the test report
How to create Reusable and Multiple Actions?
Write a script to customize the test results in PDF and HTML format.
who QTP recognizes the object stored in object repository?
How to find operating system information using the qtp script?
How many add-ins comes by default with qtp?
What are the challenges u faced in testing with crm domain? How u overcome with?
Explain different type of event trigger option.