Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to pass test paramers from qc to QTP
#1
Solved: 10 Years, 9 Months ago
Hi,

I want to run a script from qc.which is installed in remote machine.while running the test from qc i want to pass an excel file from qc to qtp machine.
then qtp should take that excel file and run the script.How can I do this using scripting.
Reply
#2
Solved: 10 Years, 9 Months ago
try this:
1. store excel file in the qc
2. set qc path where you have stored excel file in folder option
3. path = pathfinder.locate(<your file name>)
4. datatable.importsheet path, sourcesheet, destinationsheet
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)