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
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 |
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 |
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How do know the number of browsers opened?
Batch testing in howmany ways u perfrom in QTP
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
what is clean sweep?
What are the main features we have to compulsory test by using qtp in an web based application
suppose im having a string wipro123xyz i need to get the value 123 only from the string today 123 will be in the middle from tommorow it will be changing to front or back how to get the no if it changes continously?
Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
What is Description Object?
Difference between copy to action and call to action?
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
What is ‘object spy’ and what is the function of object spy in qtp?