powershell

Making test automation with PowerShell in Windows

Tags: vdi powershell windows automation |

Why to do test automation with PowerShell? I was involved in a project to implement a new Virtual Desktop Infrastructure (VDI) within a large company To ensure the environment is stable and well-functioning all the time on the same way, I made a script to test the basic functionality of the virtual desktop image. The script also measures the time it takes to complete an action, so this can be used to set a baseline for performance measurement.

Continue reading ...