user278618
user278618

Reputation: 20252

Selenium RC slower on Windows 7 than on XP?

I've got two systems, one with Windows XP and another with 7, both running Firefox 3.6, the same version of Selenium RC and the newest nunit.

When I run tests on 7, it is executed extremely slowly (I mean walking by textbox and setting its values), but when I execute this script on Windows XP it is extremely fast.

Do you have the same experience? Do you know what the problem might be?

Upvotes: 1

Views: 584

Answers (1)

Dan at Demand
Dan at Demand

Reputation: 3369

We run all our tests in Windows 7, so I can't accurately compare it to execution on Windows XP, but I would not describe what we are seeing as executing "extremely slowly". The slowest part of any of our tests is waiting for our staging environment to respond, everything else seems pretty fast. Hope that helps.

Upvotes: 1

Related Questions