ContributionsMost RecentMost LikesSolutionsRe: TestComplete 7.50 hangs when entering codeThis also happened in 7.52, as well as in version 8, beta 3.Re: TestComplete 7.50 hangs when entering codeHi. I just submitted videos on http://www.automatedqa.com/support/message The request number is M0072880. Karl.Re: Run concurrently does not seem equal to threadingThank you, this solved my problem partly. I hadn't spotted the possibility to set a start delay on the connections. However, I'd like to keep this request alive, since my original thought was to put a random delay time on each http request, and thereby having a different start delay on each call instead of each connection. Best regards, Karl. Re: Can't get milliseconds using aqConvert.DateTimeToFormatStr I need to display and use milliseconds in my tests because they are quite time-sensitive and require exact times for comparison purposes. However, I can use the Utilities object while it's available, albeit obsolete. I just thought it would be good practice to upgrade my code so it doesn't use obsolete methods. K Re: Trouble converting dates to stringNo, this is not quite resolved (running TestComplete 7.52). Now when I run the code Log.Message(aqConvert.DateTimeToFormatStr(aqDateTime.SetDateElements(1899, 12, 31), '%Y-%m-%d')); I get the following error: Unable to get a formatted string for dates earlier than 1900. However, this works OK for Log.Message(aqConvert.DateTimeToStr(aqDateTime.SetDateElements(1899, 12, 30))); Re: Problem converting float to str and vice versa using custom decimal point charHi. Yes the workaround is OK, but makes things less flexible. However, in the referenced post you say that this request will be registered in your DB as a suggestion. Any news on that? K Run concurrently does not seem equal to threadingHi. I have a HTTP load testing project with 50 virtual users, each of whom is calling the same task. Each task contains 10 connections and each connection contains 2 web requests. To make the load test more realistic and less aggressive on the web server, I tried setting a few seconds delay in the HTTP response event handler, to make each user wait a bit before continuing on to the next request. However, that seems to result in all the other users waiting for the currently running user. I would have thought that if "Run concurrently" is checked, I would get a kind of a threading effect, i.e. the other users would continue with their HTTP calls regardless of the dealying user. Is this not possible? And if so, how should I do this? Best regards, Karl. Can't get milliseconds using aqConvert.DateTimeToFormatStrThis is posted as a reminder of an unresolved issue in the newsgroups, which have become obsolete: http://www.automatedqa.com/newsgroups/d.cgi?cmd=xover&group=automatedqa.public.testcomplete&related=35323&utag= Problem converting float to str and vice versa using custom decimal point charThis is posted as a reminder of an unresolved issue in the newsgroups, which have become obsolete: http://www.automatedqa.com/newsgroups/d.cgi?cmd=xover&group=automatedqa.public.testcomplete&related=35326&utag= Trouble converting dates to stringThis is posted as a reminder of an unresolved issue in the newsgroups, which have become obsolete: http://www.automatedqa.com/newsgroups/d.cgi?cmd=xover&group=automatedqa.public.testcomplete&related=35794&utag=