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
How many ways is to parameterize the value?
What is keyword view?
How to create a standard checkpoint ?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
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?
When using descriptive programming?
how can we do the frame work in qtp
What is the registration process and examination fees?
How you can replace string in qtp?
Does quicktest professional is unicode compatible?
how to prepared for first for the first interview?
Where to use function or action?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How to get the particular property value?
What are the Disadvantages of shared object repository?