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.
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.
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()
Okie, Let me try this
Thanks
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.
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.
Thanks,
Im trying this method, will let u know regarding this.
Thanks Community for a lot of useful information!
Hi @thoshima , have you tried any of the suggested approaches? Has it been a success?
Subject | Author | Latest Post |
---|---|---|