<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>testng-users Google Group</title>
  <link>http://groups.google.com/group/testng-users</link>
  <description>Users of the TestNG Java testing framework: http://testng.org</description>
  <language>en</language>
  <item>
  <title>Re: Running Parallel with different parameter sets for each thread</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0a0632049e6baa47/88bf31194bd75b75?show_docid=88bf31194bd75b75</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://selenium-grid.seleniumhq.org/&quot;&gt;[link]&lt;/a&gt; this is the way.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0a0632049e6baa47/88bf31194bd75b75?show_docid=88bf31194bd75b75</guid>
  <author>
  konstantin.a.sa...@gmail.com
  (konstantin)
  </author>
  <pubDate>Thu, 19 Nov 2009 09:51:57 UT
</pubDate>
  </item>
  <item>
  <title>Dependency Injection support in TestNG test classes?</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/42ec67149e64c78f/552b5e5dc0be4c07?show_docid=552b5e5dc0be4c07</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m struggling to make dependency injection work with testng. I want &lt;br&gt; to inject dependencies into my test classes via spring, is this &lt;br&gt; possible? can you refer to me a simple example of doing that? whatever &lt;br&gt; I found while googling further confuses me and I wonder how others &lt;br&gt; worked their way out?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/42ec67149e64c78f/552b5e5dc0be4c07?show_docid=552b5e5dc0be4c07</guid>
  <author>
  smhuma...@gmail.com
  (S M Humayun)
  </author>
  <pubDate>Thu, 19 Nov 2009 07:35:36 UT
</pubDate>
  </item>
  <item>
  <title>[testng-users] Running Parallel with different parameter sets for each thread</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0a0632049e6baa47/2a4a50603b5d5dc3?show_docid=2a4a50603b5d5dc3</link>
  <description>
  I am creating Selenium tests that I need to run in parallel. The problem is &lt;br&gt; that I need the tests that are running concurrently to be using different &lt;br&gt; remote controls to run the tests on, which means that I need different &lt;br&gt; parameter sets for each thread. Is there any way to accomplish this? &lt;br&gt; &lt;p&gt;Thanks in advance
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0a0632049e6baa47/2a4a50603b5d5dc3?show_docid=2a4a50603b5d5dc3</guid>
  <author>
  zachary-raw...@uiowa.edu
  (zrawson)
  </author>
  <pubDate>Thu, 19 Nov 2009 04:08:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: dataprovider iterator type case exception</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/e5081c00b0a2835e?show_docid=e5081c00b0a2835e</link>
  <description>
  thanks Ceric! Yes, that fixes the exception in my code.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/e5081c00b0a2835e?show_docid=e5081c00b0a2835e</guid>
  <author>
  yesheng...@gmail.com
  (new TestNG user)
  </author>
  <pubDate>Wed, 18 Nov 2009 00:07:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] dataprovider iterator type case exception</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/809a21bce928fe98?show_docid=809a21bce928fe98</link>
  <description>
  Each object that you return from next() should be an Object[], one element &lt;br&gt; for each parameter of your test method (so in your case, an array of one &lt;br&gt; String), are you sure that&#39;s what you&#39;re doing? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ***Cédric &lt;br&gt; *
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/809a21bce928fe98?show_docid=809a21bce928fe98</guid>
  <author>
  cbe...@google.com
  (Cédric Beust ♔)
  </author>
  <pubDate>Tue, 17 Nov 2009 23:45:15 UT
</pubDate>
  </item>
  <item>
  <title>dataprovider iterator type case exception</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/b96aa657d10b0e23?show_docid=b96aa657d10b0e23</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to use the TestNG data provider to iterate data from a &lt;br&gt; data file. But I always get the following type case exception. Can &lt;br&gt; someone help in this issue? I am using TestNG 5.8/5.9. &lt;br&gt; &lt;p&gt; [testng] Exception in thread &amp;quot;main&amp;quot; java.lang.ClassCastException: &lt;br&gt; java.lang.String &lt;br&gt; [testng] at org.testng.internal.Invoker.in vokeTestMethods
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/5606c452a722b8f7/b96aa657d10b0e23?show_docid=b96aa657d10b0e23</guid>
  <author>
  yesheng...@gmail.com
  (new TestNG user)
  </author>
  <pubDate>Tue, 17 Nov 2009 23:40:21 UT
</pubDate>
  </item>
  <item>
  <title>Eclipse plugin on 3.5.1 x64 fails</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/f3eae5b5a4b5a350/21932704c8c6d5f6?show_docid=21932704c8c6d5f6</link>
  <description>
  I just installed Eclipse 3.5.1 x64 on a vista 64bit machine. Eclipse &lt;br&gt; is launched with jdk1.6.0_17_64bit JVM. I&#39;m trying to install the &lt;br&gt; TestNG plugin (ver 5.9.05 from &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://beust.com/eclipse&quot;&gt;[link]&lt;/a&gt;) for an &lt;br&gt; upcoming training session, but the plugin install fails. This thread &lt;br&gt; looked like the best bet for help. I tried the beta site at
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/f3eae5b5a4b5a350/21932704c8c6d5f6?show_docid=21932704c8c6d5f6</guid>
  <author>
  brian.thomas...@gmail.com
  (BrianT)
  </author>
  <pubDate>Tue, 17 Nov 2009 22:59:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] Re: &quot;cannot retrieve JUnit method&quot;</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/bb8662c577cf6af7?show_docid=bb8662c577cf6af7</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vitorrodrigues.com/blog/2009/07/10/debugging-ant-tasks-in-eclipse/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This link will help you to debug ant task. Just make sure that to configure &lt;br&gt; the source of jar file in Eclipse so that when the debugger starts to &lt;br&gt; execute the code inside junit jars, eclipse will load the source in IDE
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/bb8662c577cf6af7?show_docid=bb8662c577cf6af7</guid>
  <author>
  krishnan.1...@gmail.com
  (Karthik Krishnan)
  </author>
  <pubDate>Tue, 17 Nov 2009 02:01:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] Re: &quot;cannot retrieve JUnit method&quot;</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/20cfd723afad3c30?show_docid=20cfd723afad3c30</link>
  <description>
  It occurs once for each test class specified. I&#39;m not really sure how to set &lt;br&gt; up to debug the test runner, I&#39;m just calling this via the ant task. &lt;br&gt; What would the most straightforward way to do this? I use IDEA for my IDE. &lt;br&gt; 2009/11/16 Cédric Beust ♔ &amp;lt;cbe...@google.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/20cfd723afad3c30?show_docid=20cfd723afad3c30</guid>
  <author>
  ttopwe...@gmail.com
  (Todd Wells)
  </author>
  <pubDate>Mon, 16 Nov 2009 22:58:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] Re: &quot;cannot retrieve JUnit method&quot;</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/f257f52113d6384f?show_docid=f257f52113d6384f</link>
  <description>
  The exception is happening inside the JUnit runner, can you debug into this? &lt;br&gt; &lt;p&gt;Also, what class is it trying to run? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ***Cédric &lt;br&gt; *
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/f257f52113d6384f?show_docid=f257f52113d6384f</guid>
  <author>
  cbe...@google.com
  (Cédric Beust ♔)
  </author>
  <pubDate>Mon, 16 Nov 2009 22:47:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] &quot;cannot retrieve JUnit method&quot;</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/a69d915dbb08b30c?show_docid=a69d915dbb08b30c</link>
  <description>
  Any ideas on this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/0be775a4811bf8f1/a69d915dbb08b30c?show_docid=a69d915dbb08b30c</guid>
  <author>
  ttopwe...@gmail.com
  (Todd Wells)
  </author>
  <pubDate>Mon, 16 Nov 2009 22:44:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] Re: Eclipse template?</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/486668df1572dd6c?show_docid=486668df1572dd6c</link>
  <description>
  Yes, definitely not optimal... &lt;br&gt; A template would also help beginners with the common mistake of using &lt;br&gt; @BeforeTest instead of @BeforeMethod...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/486668df1572dd6c?show_docid=486668df1572dd6c</guid>
  <author>
  cbe...@google.com
  (Cédric Beust ♔)
  </author>
  <pubDate>Mon, 16 Nov 2009 21:37:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Eclipse template?</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/0bef69d4f378b1d1?show_docid=0bef69d4f378b1d1</link>
  <description>
  It was. I was actually looking for a basic template (with imports and &lt;br&gt; a Before/After Test skeleton) which I could then extend because I have &lt;br&gt; boilerplate in a lot of my tests for Before/After methods. &lt;br&gt; &lt;p&gt;Right now I create the template as JUnit then use the TestNG plugin to &lt;br&gt; convert it....;(
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/0bef69d4f378b1d1?show_docid=0bef69d4f378b1d1</guid>
  <author>
  steven.s.elli...@gmail.com
  (selliott)
  </author>
  <pubDate>Mon, 16 Nov 2009 21:34:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [testng-users] Eclipse template?</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/a1b326148f9a4eb9?show_docid=a1b326148f9a4eb9</link>
  <description>
  I never really implemented this because I didn&#39;t think that a template would &lt;br&gt; be that useful, but I&#39;m open to the idea. I&#39;m thinking such a template &lt;br&gt; would contain a few imports and a class with one empty @BeforeMethod and one &lt;br&gt; @Test method. &lt;br&gt; Is that what you had in mind?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/a1b326148f9a4eb9?show_docid=a1b326148f9a4eb9</guid>
  <author>
  cbe...@google.com
  (Cédric Beust ♔)
  </author>
  <pubDate>Mon, 16 Nov 2009 21:06:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Eclipse template?</title>
  <link>http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/a52e2e628c34d679?show_docid=a52e2e628c34d679</link>
  <description>
  Thanks Kartik for the reply. Maybe I wasn&#39;t very good at explaining &lt;br&gt; what I meant by a template. The templates I am referring to appear &lt;br&gt; when you right click to create a New Java class or Enum or Interface &lt;br&gt; or... The result of the action is that a preconfigured template will &lt;br&gt; appear in the editor with the package and name you have given it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/testng-users/browse_thread/thread/f48cce130fe272ca/a52e2e628c34d679?show_docid=a52e2e628c34d679</guid>
  <author>
  steven.s.elli...@gmail.com
  (selliott)
  </author>
  <pubDate>Mon, 16 Nov 2009 20:56:27 UT
</pubDate>
  </item>
  </channel>
</rss>
