Grid doesnt refresh / show searched item
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 correct item in the window when i begin to type.
When i record this steps everything works fine. But when i run this Test the entered word doesnt refresh the grid in the bottom. So no item can be selected because no item is showed in the grid or the old wrong item is showed.
i added waiting time and more tabs but nothing helped.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thats exactly what i was looking for!
Now it works!
Thank you for the quick supprot!
Have a nice day!
