Test execution fails after I modified variable of a ClickButton operation.
I need to modify my test that it selects button in ClickButton operation by using a variable.
When I created keyword test in Value column the value displays as "...". I want to
After I changed it to a variable and used "MappedName" value of the button from Object Spy window. I use DB Table as a variable.
I'm wondering what will happen when I change the Value using variable to let's say ToolButton5, but in the Item column it will be still ToolButton2? If it says ToolButton2 in the Item column does that mean it will always look for ToolButton2 even when the value will use as variable ToolButton5.
Then I run the test it fails, when it gets to the step where it should click on the button after I changed from "..." to the variable the error details say: "Exception. Type mismatch".
What can cause this error?