shahid24
2 years agoContributor
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...
- 2 years ago
I think in VBScript it's,
Log.Message("The calculations took " & aq.Performance.Value())