0

I have a load test, but it wants to save data in a database. We're still 'getting started' and really want the results either on the screen or in a file right now.

How do I tell the load test not to write to a database and to just show me the results instead?

BanksySan
  • 27,362
  • 33
  • 117
  • 216

1 Answers1

0

In the properties of the "Run settings" set the Storage type to be None.

I do not recommend doing this. Much of the result detail is not preserved or graphed properly when not saved to the database. For the same reason I normally run test with the Timing details storage property of the "Run settings" set to All individual details.

The database is not large and the results from unwanted runs can easily be deleted. See also here and here for some notes on managing the results database.

Community
  • 1
  • 1
AdrianHHH
  • 13,492
  • 16
  • 50
  • 87