Forum Discussion

larryx's avatar
larryx
Frequent Contributor
12 years ago

[Rs]two test steps pick up the same row dataSource in thread

Hello,
I have a test case include multi-testStep. My approach:
In the same thread (in load test), different test steps (include xml request and groovy script) need to pick up the same row from dataSource file within the same thread. Is there any setting I can control this?
The related question will be: how to make different test steps pick up the different rows from dataSource file within the same thread?
Please Help Me!
-Larry

12 Replies

  • larryx's avatar
    larryx
    Frequent Contributor
    Temil,
    I partially agree with you. There is no reason it was caused by groovy script bcoz XML step is prior to groovy step in the test case. However, I doubt it was project application issue and would confirm with dev/admin team.
    Thanks,
    Larry
  • larryx's avatar
    larryx
    Frequent Contributor
    Finally, I got chance to access app and digged into the the issue with app dev/admin. The reason was caused by the bad app data, so some of the requests were not be fully processed and sent responses. Thanks.
    Larry