Forum Discussion
jsc
12 years agoRegular Contributor
Hi Tanya.
thank you, I did not find this when I checked!
There are 2 entries in Description.tcLog that change the name of the log file:
1) <Prp name="start time" type="D" value="41972.6141027083"/>
2) <Prp name="root logdata name" type="S" value="Version: master.1244 (123 errors)"/>
I already changed the second one but the first one cannot really be manipulated as far as I see. The float value is converted to a datetime value by TestComplete so the best I could do is clear the decimals. That results in just a date-value. At least this is shorter than date+time.
Best regards,
Joachim
thank you, I did not find this when I checked!
There are 2 entries in Description.tcLog that change the name of the log file:
1) <Prp name="start time" type="D" value="41972.6141027083"/>
2) <Prp name="root logdata name" type="S" value="Version: master.1244 (123 errors)"/>
I already changed the second one but the first one cannot really be manipulated as far as I see. The float value is converted to a datetime value by TestComplete so the best I could do is clear the decimals. That results in just a date-value. At least this is shorter than date+time.
Best regards,
Joachim