There is web page with the webtable,this contains some
data, how do you manipulate the data.

Answer Posted / khemlal sinha

there are two ways you can use to Get the Data from webtable

1. Use getcelldata method to get the cell data row and
column.
2. If you want to see difference in expected and actual
result then use Table checkpoint.

If you can specify your question clearly then i answer you
in better way

-Khem


Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please any one can explain the keyword driven framework. with gmail example.

1629


Tell some commonly used Excel VBA functions?

605


Why bpt?

598


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 will you find the current time of the remote machine using QTP script?

601






Explain the concept of object repository and how QTP recognizes objects?

555


What is the meaning Work bench?

1770


What is quick test pro? What is a quick test professional?

557


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1733


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3019


What is output value? How many types of output values are there in qtp?

582


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

711


What is the syntax to call one action in another?

557


iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

1605


I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?

621