-
Notifications
You must be signed in to change notification settings - Fork 480
Description
Hello.
I have a big issue with time of the test execution for WPF (desktop) application and TestStack.White (the newest version 0.11.0.207).
I try to execute my tests from VS2012 (project in .net 4.5 framework) on the PC (laptop) with Windows 8.1 OS (64 bits architecture).
The same tests on my collegues machines (with similar hardware configuration) takes around 10-15s. On my PC takes > 2 min.
It looks like application window is displayed and focus is applied on the text box (for example):
but then it's pending time without any actions for 5-15sec (that's strange but it's not the same time everyone execution - sometimes it's 3s sometimes 30).
Of course I tried to investigate this in Windows Task manager, but it looks fine there: CPU usege ~10-15% and Memory usage: ~45-60% during execution
I know that sometimes White is a little bit slow for the applications with many text boxes or/and other fields, but not in my situation: in my application i have something like login window (with 4 text boxes and 2 buttons) at the beggining.