Re: [OpenSTA-users] Problem with missing Orders
Brought to you by:
dansut
|
From: Olaf K. <ok...@ab...> - 2007-03-07 12:57:21
|
Osoata, Christabel schrieb: > Hi All, > Can I have some help please, I have recorded 3 tests in OpenSTA, a > Login, Create Order and Logout. However if I have 35 users login in at > the same time and creating orders for 9 hours then logging out, some of > the order numbers are missing in the database, i.e. it creates orders > 1,2,3, ..... then missing out some orders then partly creates orders 12, > 13, 14. Some of the orders created are blank, I am not sure if the > prblem is with OepnSTA or my recorded scripts, any ideas why this is > happening? Christabel, the order part of OpenSTA has been thoroughly audited with industry leaders in supply chain management, therefor I doubt that any bugs remain in the order processing part... But to be honest: OpenSTA has no notion of your orders, it simply throws HTTP request at your application. Hopefully they make sense, If they make sense depends completely on you, the script and the application. As stated many times on this list, OpenSTA is generally a load generator, not a functional testing tool, though it can handle a bit of this. If you have scripted - automatic - functional tests, try to execute them in parallel to see if your application has a problem. Otherwise you should modify the script in order to check for the correct answer given by the server. See my post from Feb 16 on this list "Re: [OpenSTA-users] Transactions not submitted" for some more info. Cheers, Olaf -- No part of this message may reproduce, store itself in a retrieval system, or transmit disease, in any form, without the permissiveness of the author. |