1 Comment
Sort By
- Marsha_R
Champion Level 3
It would be something like
if myfield = a then set myfield = b
else if myfield = b then set myfield = a
else error
Related Content
- 2 years ago
- 11 years ago
- 12 years ago
Having hundreds of tests and trying to find one could be a nightmare since the find option only searches in the documents, not by the Item test's name.
This is a must when locating a batch of item test names or just one in large projects.
It would be something like
if myfield = a then set myfield = b
else if myfield = b then set myfield = a
else error