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
what the difference between shared repository and per action repository?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Can we Test Welcome Screens and Process Images with QTP
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Explain object spy in qtp.
What is the difference between per-action and shared?
How does qtp identify the object in the application?
Explain different types of checkpoints?
What is checkpoints for qtp?
How to customize qtp?
How to interact tool & application build in QTP?
after click on compose mail how can we attached a file in qtp with vbscript code