You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Could you try the latest nuGet packages off my build server at http://teamcity.ginnivan.net (TestStack, White, 1. CI, under artifacts the NuGet and zip files are there). Login as guest.
I think this may be fixed, I hope to get the fix released within the next week. If it isn’t fixed for you, it would be good to try and resolve before releasing.
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.
The text was updated successfully, but these errors were encountered: