testng-team / testng-googlecode

DEPRECATED: Automatically exported from code.google.com/p/testng
0 stars 0 forks source link

Calling selenium RC's screen capture method from @AfterMethod can result in IllegalStateException #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

This posting is really just cross link to

http://groups.google.com/group/selenium-users/browse_thread/thread/f1e1a952404bd
eb

The issue is described more fully there.

------------

Per the link, I'm using:

 - testng-5.11-jdk15
 - selenium RC 1.0.3 (client,server)
 - jdk 1.6
 - Firefox 3.6
 - Linux (Red Hat Enterprise), running on a VMWare i686 VM 

Firefox 3.0.11 works just fine.

Running the same tests from Eclipse on a windows platform
  works just fine, with either version of Firefox.

Useful thoughts are appreciated.

Original issue reported on code.google.com by stevecbo...@gmail.com on 31 Mar 2010 at 10:09

GoogleCodeExporter commented 9 years ago
I'm mainly interested in determining whether there are any threading or related
issues with TestNG that might result in the (apparent) overlapping calls to
selenium's methods.

My apologies for this showing up as a defect, especially if I had the option to
choose something like "inquiry".

- Steve

Original comment by stevecbo...@gmail.com on 31 Mar 2010 at 10:28