I want to execute 1st row of the local sheet and 3rd row of
the global sheet parellely. write script to execute

Answers were Sorted based on User's Feedback



I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write scri..

Answer / digi

'Local Sheet
msgbox datatable("A",dtLocalSheet)

'Global Sheet
DataTable.SetCurrentRow("3")
msgbox datatable("A",dtGlobalSheet)

Note: pls make sure that the File->Settings :Run Tab says to
execute only 1 row

Is This Answer Correct ?    2 Yes 0 No

I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write scri..

Answer / aruna

v can execute the differny row values in diffrent excel
sheet
mention the sheet name(as it is Global,in next row for
anothr sheet1)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

What are the different recording modes and how do they work?

0 Answers  


Is it a smart choice to use QTP for backend testing?

1 Answers   CTS,


I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function

2 Answers   Amdocs,


What is throw Object?

0 Answers  


What is qtp window?

0 Answers  


Which property will you use to check the object state? (Exist)

2 Answers   Symphony,


How to use the Object spy in QTP 8.0 version?

2 Answers  


What is synchronization point in QTP?

0 Answers  


what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz

1 Answers  


Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!

3 Answers  


where do you define the objects as regular expression when u are using regular expressions.

4 Answers  


Explain object spy in qtp.

0 Answers  


Categories