简体   繁体   中英

Azure GUIX automated testing specifically for languages

I was checking the feasibilty of Automated testing using Azure GUIX using win32 simulation executable. I have checked using Inspect but could only find window title bar,close,maximise, minimise on logs

I also tried recording and play back of macro in GUIX sudio and understood that recorded file is a binary and can't be modified for automation

Please let me know a way to automate GUI.

When I checked Embedded Wizard they have extensive documntation on GUI testing

That is a great question. We have an extensive test harness in place for our own internal regression testing, but we have not yet gone through the steps needed to make this available to our users. Our test harness utilizes Python scripts to obtain each application window handle using the window name, generates events to drive the operation of each window, and compares the canvas memory md5sum with a "golden value" to verify the canvas drawing matches the expected output after each set of command events is executed. I will create a task to get this test harness published and documented for use by our users

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM