我运行一个脚本,其中我在uft脚本中传递当前时间戳,但它在文件名上失败,我可以使用带有文件名的select语句吗

我试过了

mydt = now() 
LongTime = FormatDateTime (mydt, vbShortTime) ' Full 24 hour time format
one="2122 CreateNewOrderAndCustomer_innogas fake" &" "& Year(mydt)&-Month(mydt)&-Day(mydt)&" " & LongTime &":"&second(mydt)
'Hour(mydt)&":"&Minute(mydt)&":"&second(mydt)
'msgbox one
'one=Year(mydt)&-Month(mydt)&-Day(mydt)&" " &":"&second(mydt)
'msgbox LongTime
JavaWindow("ReadyAPI 2.5.0 - SoapUI").JavaList("Number of runs to save:").Select &"one"&

谢谢你