Forum Discussion

ilko01's avatar
ilko01
New Contributor
3 days ago

Need to retrieve the TestedApp version

I have several versions of the TestedApps for my TestComplete tests. Some tests create files, which later I may need to analyze. The files created with different versions of the TestedApps must be op...
  • JDR2500's avatar
    2 days ago

    We get our application version like you are describing from the running process like this:

    Set Project.Variables.s_gpProgramVersionNum = Sys.Process("<Your process name here>").FileVersionInfo

    After that we log it in the TC log.