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

Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

1501


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1726


How do you synchronization point through DP?

599


which type of testing process are you following in ur company? how to recognize a qtp page?

1403


hou can we use vb script in qtp could u tell me breafly

1737






What is the basic concept of qtp?

580


Explain the concept of how quicktest professional identifies object?

534


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1608


How will you report the bug and explain the defect tracking sheet you handled?

2554


how to download mercury qtp9.2 ny internet ?

2964


can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process

1285


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1579


When and why to use descriptive programming?

607


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2491


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1802