Can u call winRunner scripts from QTP?
Answers were Sorted based on User's Feedback
Answer / maha lakshmi
yes,we can call the winrunner from QTP
In QTP 8.2 version
there is a menu bar
insert - call to winrunner-test
it will be open the winrunner script.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasavi juvvadi
Yes We can Call the Win Runner scripts from QTP using
follwing function:
TSLTest.RunTestEx from the Expert view or Call to Win
Runner test Dialog box
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / venkatraj.b
ya we can call,
TSLTEST.RUNTEST TESTPATH TESTSET(parameters)
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / deeps
V can call TSL test in Winrunner from QTP by using RunTest
method.This is supported to Winrunner 7.01 version or later.
But its recomended to use newer RunTestEx method when using
Winrunner 7.6 or later.
here is the syntax for both RunTest and RunTestEx methods:
TSLTest.RunTest testpath,testset [,parameters]
testpath--->path of winrunner test
testset--->the testset in Qualitycenter where the testruns
are executed.This parameter can be ignored if teststes r
not stored in QC.
Parameters---->optional
TSLTest.RunTestEx testpath,runminimized,close app
[parameters]
testpath---path of winrunnertest (string)
runminimized-->indicates whether to open or minimize the
winrunner during test run (boolean)
closeapp-->indiactes whether to close winrunner when test
run ends.(boolean)
Is This Answer Correct ? | 2 Yes | 2 No |
What the differences are and best practical application of each.
How can you find Local Host Name by Using QTP?
How to handle Dynamic Arrays?
What are the differences between quicktest professional (qtp) and winrunner?
Plz explain about Virtual object? What is the situation u r using , explain with example?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
How did you resolve conflicts present in Object Repository?
Is it possible to change the property value at runtime? How it is possible?
QTP is used better in which type of application Web based application or desktop application
what is test data
How can we log a defect in Testdirector from Q.T.P ?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"