rmnrdi
6 years agoContributor
Issues with text = <variablename> in test.
I'm having an issue where if I use Tesobj.Text = <some variable from csv> it doesn't puts an incorrect value in the box. By incorrect value, I mean a value that's in a completely different csv.
The only way I can get my tests to work is if I use Keys.
Anyone else run into this?
That's not exactly the recommended way of populating a text box. Rather than "Keys" try "SetText". However, it's odd that it's grabbing a value from a completely different CSV... could you give your code in context so we can see what's going on? It would be easier to debug if we saw more of what's happening.