Forum Discussion

DeMichaelis's avatar
DeMichaelis
New Contributor
5 years ago
Solved

Grid doesnt refresh / show searched item

Hello, sorry i am a total beginner in TestComplete and i am not really a developer.   I have a problem with my Desktop-Test.   i am searching for a word and the grid automatically shows the...
  • AlexKaras's avatar
    5 years ago

    Hi,

     

    My guess is that your test was recorded using .SetText() to enter the text.

    Try to replace .SetText() with .Keys() method and check if it helps.