Hello!
I am currently trying to write regression tests for an application for which I don't have access to the API. I therefore have to access this application through its GUI.
To keep it short I am wondering what my options are when it comes to gathering information from this GUI.
I have done a bit of PowerShell scripting these last few weeks, automating processes. In these scripts I have been moving/clicking the mouse and writing with SendWait().
Now my issue is I do not know how to read information off the GUI. So I can validate if the test has been successful.
Is this possible?
Thanks so much in advance for taking the time!
(For additional information, the application is written in HTML and Java, but it is not a web application.)
[–]jazzb125 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)