how to retrieve data from the data table (from a particular
cell)

Answer Posted / nitin sharma

Function isparameterexist(sheetname,parametername)
on error resume next
if isparameterexist=true
err.clear
set param=datatable.getparameter("parametername").getsheet("sheetname")
if err.number<>0 then
isparameterexist=false
End IF
End Function

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

1712


Explain qtp(quick test professional)?

582


Explain how you can find the absolute value of the number in qtp?

645


How you know that a test case is a regression test case

3059


Which functionalities of QTP used in banking project?

1924






How many tabs are available in debug viewer pane?

649


Explain different types of checkpoints?

562


Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.

1521


Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.

1391


Explain actions in qtp ?

557


What is an optional step in qtp ?

636


How will you test a keyboard?

601


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1404


What ate the Technologies supported by QTP?

648


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1740