Forum Discussion

shahid24's avatar
shahid24
Contributor
12 months ago

TestComplete aqPerformance

For the below script, in the Log.Message section, how do i enter string in to it to display a messsage like " The calculations took" +aq.Performance.Value() )? I get a run time error when trying abo...
  • rraghvani's avatar
    12 months ago

    I think in VBScript it's,

    Log.Message("The calculations took " & aq.Performance.Value())