Search code examples
hp-uft

HP-UFT : How affect an Object to a parameter?


I want affect an object to an UFT parameter, for execute a test with it in Input, something like that :

Set objData = objOnglet.UsedRange
Parameter("test") = objData 
RunAction "fact_AC_InitEcxel", oneIteration, Parameter("test")

Someone has an idea ?


Solution

  • It cannot be done. You cannot pass objects through the Parameter.Value property.