History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SEL-366
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Andras Hatvani
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium

Poor performance of SHTA, when AUT in separate window

Created: 14/Nov/06 04:14 AM   Updated: 02/Jul/08 08:00 AM
Component/s: MS HTA Mode, Performance/Stability
Affects Version/s: 0.8.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
WinXP Professional Version 2002 Service Pack 2
HP Compaq on Pentium D 3,20 GHz 2,00 Gb RAM
Selenium 0.8.2 snapshot build 1645


 Description  « Hide
Scenario
- Run the Selenium self-tests with AUT in separate window enabled

Expected
Execution time is not worse than that of in the one window mode.
On specified machine in the specified environment execution time is: ~1:15

Actual
Execution time is much more worse than that of in one window mode
On specified machine in the specified environment execution time is: ~3:45 - three times slower than one window mode


 All   Comments   Work Log   Change History      Sort Order:
Andras Hatvani - 14/Nov/06 10:31 AM
 Update to environment:
IE 6.0.2900.2180.xpsp.050301-1521 SP2

Test also executed on another machine with following parameters:
Windows Server 2003 R2 SP1
AMD Opteron 280 2.41 GHz 4GB RAM
IE 7.0.5730.11
Selenium 0.8.2 snapshot build 1645

Results:
Test execution in the same window: ~1 min
Test execution in separate window: ~2 min

Dan Fabulich - 14/Nov/06 11:01 AM
Unfortunately, I don't think thre's really anything we can do about this; it seems to be just really slow. (The reason it's so slow is that when an HTA file spawns a separate window, it actually launches a separate copy of IE to handle the window process... RPC slows down the whole thing, especially as the window is opening/closing.)

Andras Hatvani - 02/Jul/08 08:00 AM
With the latest nightly build of selenium-remote-control-1.0-20080702.030034-476-dist I also encounter problems, when opening a URL (not a window): Selenium waits as long as the timeout is set to and then it replies with an unsuccessful response.