HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ
TELL ME THE PROCEDURE.
Answer Posted / rajendraprasad medepalle
To find webtable in webpage:
1. Use Object SPY.
2. Add Correspoing object to OR
How to get values from webtable:
You can user GetCelldate() or GetROPropterty("innertext")-
to get entire data in the webtable.
Thanks,
Rajendra
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to capture all the data of a webtable, weblist and combolist using QTP?
What is quicktest professional window?
What is the process of synchronizing qtp and aut?
Which recording modes need more memory?
How you debug your script?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What are the different properties of an web object
When to use descriptive programming?
what is clean sweep?
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
Is text area check point supports for web applications?
after click on compose mail how can we attached a file in qtp with vbscript code
Explain about the test fusion report of quicktest professional?
explain how to write vb script in qtp?when will you write own script?