Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
this is ok.. how are you referencing the property in your test?
The problem is that the mode is set to "step", which means that the value is increased every time the teststep is run (in any of the threads of your loadtest), what is happening that the property is being used more than once before any of the threads executes the teststep to increment the value. If you set the mode the "read" you should get unique values but need to make sure that the property is only read once for each fixed value you want to use.
Does that make sense?
regards!
/Ole
eviware.com
this is ok.. how are you referencing the property in your test?
The problem is that the mode is set to "step", which means that the value is increased every time the teststep is run (in any of the threads of your loadtest), what is happening that the property is being used more than once before any of the threads executes the teststep to increment the value. If you set the mode the "read" you should get unique values but need to make sure that the property is only read once for each fixed value you want to use.
Does that make sense?
regards!
/Ole
eviware.com