Forum Discussion

kavansays's avatar
kavansays
Contributor
9 years ago
Solved

How to update application field in Testedapp through code/script

Please suggest how to update application field in testedapp through code ?    All other parameters are specified in the testcomplete help but no specification for applications field.  
  • HKosova's avatar
    9 years ago
    ' VBScript

    Set params = TestedApps.INDMS_QA.Params.SimpleParams params.FilePath = "E:\NewFolder\" params.FileName = "new_file_name.bat"