Auto update references to variable when variable name is changed
Right now, when you rename a variable from name "x" to "y", the (keyword)tests in which these variables are used are not updated. When run they fail with an exception. In my opinion the link should be maintained (ie. when the name is updated the code in which the variable name is used should be updated as well). Similar like now already implemented in name mapping (renaming aliases results in updating the keyword scripts, very handy!).3.7KViews16likes2CommentsProject Variables Issue
Hi, I am using the variables to autamate my testing for a dektop application. I don't know how to view the usage of those variables? Meaning that from the Project variable itself, I can view and know the exact test item that used that variable. Maybe this issue can make my work more easier and efficient. Thank youSolved1.2KViews0likes2CommentsLet the user pick a variable?
Hello, I was wondering if there is any "user-friendly" possibility to let a user pick a variable when usingone of mycustom keywords. Is it possible - for example -to get access to the built-in editor-dialog similar to the one in the pic? Thanks a lot in advance!3.4KViews1like4CommentsHow to find object and assign that object to a variable by only KeywordTests without script?
Hi All, In KeywordTests, I used Find Object operation to find the specified object, and next I want to assign this object to a variable. I don't want to use script in this case. How can I obtain this? Please help me. Thanks and regards, Hien Su.Solved1.4KViews0likes2Comments