How to searching particular word on particular window/screen using Testcomplete.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to searching particular word on particular window/screen using Testcomplete.
Hi All,
I came up with one more query.
My Query:
I have a Desktop Application and in one particular screen i want to search for a particular word using Testcomplete.
Could any one please help me on how to search for particular word in particular screen using Testcomplete script Mode.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have a specific location that you can get the alias of you can grab the wText or value of it then just
s = Aliases.java.MainWindow.null_layeredPane.ContentPane.SwingObject("JEditorPane","",0).wText
if "MyText" in s:
Dostuff()
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okie, Let me try this
Thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Identify the object that contains the property you need. For example, an Edit that has the property wText.
Then map your object and test its property's value within your test.
Use the object spy first to find the wanted object.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi thoshima
Here You have the best solution for searching text on the screen with testComplete:
Let me know If You need any more help with this method.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
Im trying this method, will let u know regarding this.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Community for a lot of useful information!
Hi @thoshima , have you tried any of the suggested approaches? Has it been a success?
Sonya Mihaljova
Community and Education Specialist
