Windows Application Automated Testing

Posted on  by admin
Windows Application Automated Testing Rating: 4,2/5 8177 votes

I have some test cases to validate whether the user details are appearing when applications like (SQL Server, Bitbucket, RDC, PuTTY etc. ) are launched. I want to understand if this scenario can be automated through PowerShell.

Ajmal MoideenAjmal Moideen

1 Answer

WASP is a PowerShell snapin for Windows Automation tasks like selecting windows and controls and sending mouse and keyboard events. We have automation cmdlets like Select-Window, Select-Control, Send-Keys, Send-Click, Get-WindowPosition, Set-WindowPosition, Set-WindowActive, Remove-Window .. etc.

Our goal is to enable you to accomplish most Windows GUI Automation scripting from inside PowerShell, without resorting to specialized (and expensive) scripting tools.

Just to be clear, don't expect any 'click to record' functionality .. Windows server 32 bit download. but do expect to be able to automatically tile windows, send mouse clicks and keystrokes, and in general, automate those tasks that you would normally not be able to do from a console.

Mihail KuznesovMihail Kuznesov

Not the answer you're looking for? Browse other questions tagged powershellautomationpowershell-v2.0powershell-v3.0ui-automation or ask your own question.