Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Q: How is load test execution affected by data source access methods?

0
Posted

Q: How is load test execution affected by data source access methods?

0

When you add data source to a Web test, you can choose from three different access options. • Sequential – If you set a data source to sequential, it uses the records from the data source in the order it reads them in. When it reaches to end of the records, it will loop back to the beginning and start again. It will continue to do this for the duration of the load test. • Random – If you select random, then a random row will be used for each test iteration. This will continue to happen for the duration of the load test. • Unique – If you select unique, the load test will access the data sequentially, but it will only execute 1 test iteration for each row in the data source regardless of what the test duration is set to. So if you have 20 rows, then the load test will execute 20 tests and then stop. For more information, see About Data Binding in Web Tests.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123