joe loyzaga
FRProject
Advanced User
Offline
Posts: 524
I live in Sydney
|
 |
« on: March 23, 2009, 04:38:56 PM » |
|
Can I run an autoit script from qtp and retrieve the entry values directly into variables?
|
|
|
|
|
Logged
|
|
|
|
|
Meir Bar-Tal
|
 |
« Reply #1 on: March 26, 2009, 12:37:46 PM » |
|
It's unclear. Do you mean to get the returned value from the AutoIt script? Or to pass parameters to the AutoIt script?
|
|
|
|
|
Logged
|
|
|
|
joe loyzaga
FRProject
Advanced User
Offline
Posts: 524
I live in Sydney
|
 |
« Reply #2 on: March 26, 2009, 02:13:49 PM » |
|
I mean say I run a script form QTP and it created some variables (Environment) then can I access those variables from Autoit? Rewriting their values?
|
|
|
|
|
Logged
|
|
|
|
|
Meir Bar-Tal
|
 |
« Reply #3 on: March 26, 2009, 10:49:31 PM » |
|
Environment is a QTP object. Perhaps there's a way, but I don't think it's worth researching. A better approach is to use the OS environment variables which are visible to all applications through the Wscript.Shell object.
|
|
|
|
|
Logged
|
|
|
|
|