Forum Discussion

Omnitech's avatar
Omnitech
New Contributor
15 years ago

KeywordTests textbox parameter increments

Hello all, 

    As this forums states I am new to TestComplete so please bear with me!



I am trying to get a keys operation parameter to increment but I can't seem to get it to work, what am I missing?



Thanks for the help!





Omnitech

3 Replies

  • Omnitech's avatar
    Omnitech
    New Contributor
    Thanks for the quick response!



    I was actually hoping for a good example! I am not using a script and I don't really know my way around TC yet.



    Thanks again!
  • Its difficult to give a solution without the knowing the exact problem.



    From what you wrote I assume that you want to .keys("1") and .keys("2") and .keys("3") each time. This is very simple  - You can do that by using a variable for .keys() in a For loop.




    Not really sure if thats what you wanted. 




    Thankyou