Forum Discussion

Girl's avatar
Girl
Occasional Contributor
14 years ago

Increment Value

How can I increment value each time the test runs?

I entered string: Test1, next time I run this script I want the test to enter: Test2 and next time Test3.

What operation can I use for that?

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi,



    As a possible approach you can save the current value in the persistent project variable ('Project and Project Suite Variables' help topic) and process the saved value during the next test run.