So , finally ListedHashTree worked ! "ListedHashTree is a different implementation of the HashTree collection class. In the ListedHashTree, the order in which values are added is preserved (not to be confused with SortedHashTree, which sorts the order of the values using the compare() function). Any listing of nodes or iteration through the list of nodes of a ListedHashTree will be given in the order in which the nodes were added to the tree." as given in documentation ! :)
Thanks Sebb and Prakash :) -- View this message in context: http://jmeter.512774.n5.nabble.com/Adding-samplers-to-thread-group-tp5724140p5724177.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
