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

Answers were Sorted based on User's Feedback



Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office the..

Answer / nanda

use the automation object model...

Set qtApp = CreateObject("QuickTest.Application") ' Create
the Application object

qtApp.Launch

qtApp.Visible = True ' Make the QuickTest application
visible


qtApp.TDConnection.Connect "<Quality Center
Path>", "<Domain>", "<Project>", "<UserName>", "<Password>",
False ' Connect to Quality Center

' Prepare the RunResultsOptions object

Set qtRunResultsOptions = CreateObject
("QuickTest.RunResultsOptions") ' Create the Run Results
Options object

qtRunResultsOptions.ResultsLocation = "Root\Version 6.0
\Phase 3\Automated Tests\4.1 Chart Managed in Java\4.1
StructuredTextEditor\4.1 StructuredTextEditor" ' Set a
temporary results location in test lab.
'qtApp.TDTestSet = "Root\QTP Demo\4.1 Chart Managed in
Java\4.1 StructuredTextEditor\4.1 StructuredTextEditor_TP"
Dim Test_path

Test_path = "[QualityCenter] Subject\Automated
Tests\Application\Release 6.0.0\Login\A_User_Login_Existing"
Test_path1 = "[QualityCenter] Subject\Automated
Tests\Application\Release 6.0.0\Login\A_User_Logout"

'Dim qtApp
Dim qtTest
'Set qtApp = CreateObject("QuickTest.Application")
'qtApp.Launch
'qtApp.Visible = True
qtApp.Options.Run.RunMode = "Normal"
qtApp.Options.Run.ViewResults = False
qtApp.Open Test_path, True
Set qtTest = qtApp.Test
'qtTest.Run


qtTest.Run qtRunResultsOptions ' Run the test

qtApp.Open Test_path, True
qtTest.Run qtRunResultsOptions ' Run the test

'qtTest.Close
'qtApp.quit
Set qtTest = Nothing


i think the above script will use for u. here i have
given the test path and results path according to my
quality center. please change those according ur needs.

and put above script in vbs file and schedule the vbs
file by using windows tasks scheduler.

if u r confused , send a mail to below id. i will send
with detail steps with screenshots .

my ID is: nanda.dreddy@gmail.com

Is This Answer Correct ?    3 Yes 1 No

Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office the..

Answer / 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

Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office the..

Answer / daizy

Hi,
1) You can schedule scripts in QualityCenter. In your
company if either QC or TD is used, upload your scripts to
QC and set the timings for execution. It will be executed
at the scheduled time.

2) No idea about silent runner

Is This Answer Correct ?    2 Yes 4 No

Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office the..

Answer / varun

There is a tool called TestBatcher.exe in which there is the
functionality for scheduling the test script which u have
automated throug QTP.. i m not able attached that tool but
if u give ur email-id i can attached with that mail making
the testbatcher.exe as testbatcher.doc

Is This Answer Correct ?    0 Yes 2 No

Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office the..

Answer / raviqe

Hi Varun,

Can you please share testbatcher.exe as testbatcher.doc and
send a copy to rkkuruganthy@gmail.com

Thanks
Ravi

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

how to merge object repositories?

5 Answers  


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

0 Answers  


Explain the check points in QTP?

2 Answers  


Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again

5 Answers  


how to disable the pop ups through QTP using a script

0 Answers  






How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

0 Answers  


descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button

0 Answers   DigiTech,


Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?

1 Answers   CTS,


what is mean by output parameters? I need full description with example. tell me any one please

1 Answers  


Difference between image checkpoint and bitmap checkpoint

2 Answers  


how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know

3 Answers  


How can you exit from an action?

0 Answers  


Categories