Hi All,
I want to know how can we schedule QTP scripts.
Am using 9.5 version and in our office they want to
schedule individual scripts of QTP so that it can run
unattended during night time, Please help me how to do that.
2. what is the use of silent test run in qtp
can I schedule the scripts in Silent runner, Please explain.
3.I retrieved data from the database using output value ->
Database output value. the result of the query for eg is 5
rows, iam able to output the first row by selecting the
cols and adding it to output, but am not able to do it for
the rest of the rows.
please tell me how to do it.

Sorry for posting so many qns, am not able to find answ to
any of the above in any websites, hoping that someone would
really help me with these here, please help me.
awaiting for ur immediate revert.

Priya

Answer Posted / sudarshan hegde

Hiii ..

to get the all other rows use the following code

while objResultset.EOF <> true
' display the value of the first column
msgbox objResultset(0).value
' to move the pointer to next row
objResultset.Movenext
wend


hope this helps

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hello friends..... On which areas of an application we can not test with QTP

1553


Hi All, I need code for how to execute qtp scripts from excell sheet

1455


In qtp is it possible to check broken links of a page?

576


How will you test a stapler?

592


What is the difference between a Function and Action in QTP?

582






What is the extension of qtp local repository?

568


What is QTP and the use of QTP in TD?

591


How is UFT 11.5 version different from UFT 12.0?

602


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

566


How to export quicktest professional (qtp) results to an .xls file?

593


What is the difference between a Function and Procedure in QTP?

673


Define virtual object?

601


how u will evaluate the tool for test automation?

1361


What are the differences between quicktest professional and winrunner?

536


What are the general steps involved in the data driven framework?

548