Parse Resource

Support
  • Hello, if anyone knows the answer please help me.
    I have a Resource with the values A1, A2, A3, A4.
    How do I use that value once in a run, even with an error, it still runs the next value.
    Thanks.

  • @John-Wick Use the "ignore errors" function inside. If I understand the question correctly

  • It is hard to understand what you ask without source code example.
    By default you can expect such behavior with BAS scripts. In each iteration
    Bas would use one value per thread.

    When creating resource you should use option "Lines from file and "Use each line one time". And your resource TXT file should have a structure like this >

    A1
    A2
    A3
    A4

    If that is the case each thread iteration will use only one value, even in multithreaded enviroment.

  • 0 Votes
    3 Posts
    770 Views
  • 0 Votes
    3 Posts
    747 Views
  • Resources from URL return 0

    Support
    0 Votes
    1 Posts
    530 Views
  • Reuse of list (resource) items

    Support
    0 Votes
    2 Posts
    929 Views
  • 0 Votes
    2 Posts
    1153 Views