Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Execution for WPF application is very slow (VS 2012 + Win 8.1). #200

Closed
barni08 opened this issue Jan 17, 2014 · 2 comments
Closed

Comments

@barni08
Copy link

barni08 commented Jan 17, 2014

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.

@JakeGinnivan
Copy link
Member

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.

Cheers,
Jake

@JakeGinnivan
Copy link
Member

Others have reported this is fixed. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants