<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/testng-users</id>
  <title type="text">testng-users Google Group</title>
  <subtitle type="text">
  Users of the TestNG Java testing framework: http://testng.org
  </subtitle>
  <link href="/group/testng-users/feed/atom_v1_0_msgs.xml" rel="self" title="testng-users feed"/>
  <updated>2009-11-26T16:55:38Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-26T16:55:38Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/3586acc47e1f5687?show_docid=3586acc47e1f5687</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/3586acc47e1f5687?show_docid=3586acc47e1f5687"/>
  <title type="text">Re: [testng-users] dependency on a dataprovider</title>
  <summary type="html" xml:space="preserve">
  2009/11/26 François Reynaud &amp;lt;francois.reyn...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;Oh I see... Yes, this makes sense, let me look into it. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ***Cédric &lt;br&gt; *
  </summary>
  </entry>
  <entry>
  <author>
  <name>François Reynaud</name>
  <email>francois.reyn...@gmail.com</email>
  </author>
  <updated>2009-11-26T16:53:21Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/c817a89046cfee9a?show_docid=c817a89046cfee9a</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/c817a89046cfee9a?show_docid=c817a89046cfee9a"/>
  <title type="text">Re: [testng-users] dependency on a dataprovider</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;I don&#39;t have a problem with the ordering :) I have a problem with method2 &lt;br&gt; being called. &lt;br&gt; I might not have the same understanding of the dependency. For me, method2 &lt;br&gt; depends on method1 means run 2 only if 1 is a success. &lt;br&gt; &lt;p&gt;In this scenario, method1 is 50% passed, with successrate not specified, so
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-26T16:42:31Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/e239ffc4512941f4?show_docid=e239ffc4512941f4</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/e239ffc4512941f4?show_docid=e239ffc4512941f4"/>
  <title type="text">Re: [testng-users] dependency on a dataprovider</title>
  <summary type="html" xml:space="preserve">
  Hi Francois, &lt;br&gt; &lt;p&gt;I can&#39;t reproduce the problem. I tried both sequential (parallel=&amp;quot;false&amp;quot;) &lt;br&gt; and parallel (parallel=&amp;quot;true&amp;quot;) and I also tried with and without the &lt;br&gt; exception, but in all cases, method1() is always invoked with all its &lt;br&gt; dataprovider parameters before method2() gets invoked: &lt;br&gt; &lt;p&gt;method1:ok
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-26T16:28:56Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/1b96b521d1866d97?show_docid=1b96b521d1866d97</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/1b96b521d1866d97?show_docid=1b96b521d1866d97"/>
  <title type="text">Re: [testng-users] Re: New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Good to hear! &lt;br&gt; &lt;p&gt;That&#39;s really odd, I can&#39;t think of any reason why my recent additions would &lt;br&gt; cause that. Can you double check that you are using the correct &lt;br&gt; compatibility mode (i.e. if you&#39;re using JDK5 style annotations, that the &lt;br&gt; plug-in is not trying to find JavaDoc annotations?). &lt;br&gt; &lt;p&gt;And yes, I will try to update the plug-in to 5.11.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex</name>
  <email>alexspurl...@gmail.com</email>
  </author>
  <updated>2009-11-26T16:12:14Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/b45c61d8b4f230dc?show_docid=b45c61d8b4f230dc</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/b45c61d8b4f230dc?show_docid=b45c61d8b4f230dc"/>
  <title type="text">Re: New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;In fact, it turns out that it was because I was trying to run the test &lt;br&gt; with the Eclipse plugin which used it&#39;s own version of the library. &lt;br&gt; Running from the command line it behaves exactly as expected! :) &lt;br&gt; &lt;p&gt;It looks like the new library is not compatible with the current &lt;br&gt; version of the Eclipse plugin. I&#39;ve tried to replace the plugin&#39;s jars
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-26T16:07:00Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/630b89418e55a41b?show_docid=630b89418e55a41b</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/630b89418e55a41b?show_docid=630b89418e55a41b"/>
  <title type="text">Re: [testng-users] dependency on a dataprovider</title>
  <summary type="html" xml:space="preserve">
  Hi Francois, &lt;br&gt; &lt;p&gt;It&#39;s quite possible that I didn&#39;t think of supporting this particular &lt;br&gt; scenario. I&#39;ll investigate and I&#39;ll get back to you... &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ***Cédric &lt;br&gt; * &lt;br&gt; &lt;p&gt;2009/11/26 François Reynaud &amp;lt;francois.reyn...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>François Reynaud</name>
  <email>francois.reyn...@gmail.com</email>
  </author>
  <updated>2009-11-26T11:11:07Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/f15c726433f5cb5b?show_docid=f15c726433f5cb5b</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/725641b2dc04ac59/f15c726433f5cb5b?show_docid=f15c726433f5cb5b"/>
  <title type="text">dependency on a dataprovider</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;I have some issues with dependencies + dataproviders. Please let me know if &lt;br&gt; I&#39;m using testng properly. &lt;br&gt; &lt;p&gt; @DataProvider(name = &amp;quot;data&amp;quot;) &lt;br&gt; public Object[][] dp() { &lt;br&gt; return new Object[][] { { &amp;quot;ok&amp;quot; }, { &amp;quot;not ok&amp;quot; }, }; &lt;br&gt; } &lt;br&gt; &lt;p&gt; @Test(groups = { &amp;quot;a&amp;quot; }, dataProvider = &amp;quot;data&amp;quot;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>François Reynaud</name>
  <email>francois.reyn...@gmail.com</email>
  </author>
  <updated>2009-11-26T10:59:44Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/45f1cc15e641da59?show_docid=45f1cc15e641da59</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/45f1cc15e641da59?show_docid=45f1cc15e641da59"/>
  <title type="text">Re: [testng-users] Re: New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;really cool feature. that&#39;s exactly the one I needed for my slow tests. It &lt;br&gt; works perfectly for me. &lt;br&gt; &lt;p&gt;thanks &lt;br&gt; François &lt;br&gt; &lt;p&gt;2009/11/25 Cédric Beust ♔ &amp;lt;cbe...@google.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-25T17:37:48Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/588b9f04a36da9ef?show_docid=588b9f04a36da9ef</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/588b9f04a36da9ef?show_docid=588b9f04a36da9ef"/>
  <title type="text">Re: [testng-users] Re: New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Hi Alex, &lt;br&gt; &lt;p&gt;It seems to be working for me: &lt;br&gt; &lt;p&gt;a2 thread:9 &lt;br&gt; a1 thread:8 &lt;br&gt; c1 thread:10 &lt;br&gt; b1 thread:8 &lt;br&gt; b2 thread:10 &lt;br&gt; c2 thread:9 &lt;br&gt; &lt;p&gt;a1 and a2 get run first, and when they are done, either of b1, b2, c1, c2 &lt;br&gt; can be run. As you can see from this run, B and C are indeed run in &lt;br&gt; parallel (c1 in thread 10, b1 in thread 8, then b2 in thread 10 and c2 in
  </summary>
  </entry>
  <entry>
  <author>
  <name>anil raju</name>
  <email>anillr...@gmail.com</email>
  </author>
  <updated>2009-11-25T08:27:57Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/84bf0cddb7b1721b?show_docid=84bf0cddb7b1721b</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/84bf0cddb7b1721b?show_docid=84bf0cddb7b1721b"/>
  <title type="text">Re: [testng-users] Re: order of execution of tests</title>
  <summary type="html" xml:space="preserve">
  As a part of our test framework we have multiple test files and some &lt;br&gt; of the workflows demand to include the tests of a particular suite &lt;br&gt; into another one and also ensure that the tests of the included suite &lt;br&gt; files are run in the sequence of inclusion. &lt;br&gt; &lt;p&gt;On looking up what i see is that the suite-files tag can have multiple
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex</name>
  <email>alexspurl...@gmail.com</email>
  </author>
  <updated>2009-11-25T09:35:33Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/2859a1a3eb9285c4?show_docid=2859a1a3eb9285c4</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/2859a1a3eb9285c4?show_docid=2859a1a3eb9285c4"/>
  <title type="text">Re: New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;This is really great, this would really be very useful for us and I &lt;br&gt; look forward to using the feature on our test suite. &lt;br&gt; &lt;p&gt;However, after downloading the latest beta I cannot seem to get the &lt;br&gt; feature to work. I&#39;ve created 3 different tests in their own &lt;br&gt; individual classes and groups:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Harihara Vinayakaram</name>
  <email>hvr...@gmail.com</email>
  </author>
  <updated>2009-11-25T07:35:33Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/d48571ccade3ce15?show_docid=d48571ccade3ce15</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/d48571ccade3ce15?show_docid=d48571ccade3ce15"/>
  <title type="text">Re: [testng-users] Re: order of execution of tests</title>
  <summary type="html" xml:space="preserve">
  Technically the order of tests in testng.xml can change. But for now in a &lt;br&gt; sequential flow this works . So you can write your testng.xml as &lt;br&gt; &lt;p&gt;&amp;lt;test .... &amp;gt; &lt;br&gt; &amp;lt;include name=&amp;quot;A&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;/test&amp;gt; &lt;br&gt; &amp;lt;test ...&amp;gt; &lt;br&gt; &amp;lt;include name=&amp;quot;B&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;/test&amp;gt; &lt;br&gt; &lt;p&gt;and you can pass the appropriate testng.xml to your TestNG ant task
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shantaram</name>
  <email>svwaingan...@gmail.com</email>
  </author>
  <updated>2009-11-25T07:04:29Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/ec3cd69e0f907718?show_docid=ec3cd69e0f907718</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/c9839aba92057207/ec3cd69e0f907718?show_docid=ec3cd69e0f907718"/>
  <title type="text">Re: [testng-users] Re: order of execution of tests</title>
  <summary type="html" xml:space="preserve">
  Please suggest how i can implement the following requirement. &lt;br&gt; I have 3 @test methods A,B and C testing three tasks. &lt;br&gt; &lt;p&gt;I want to test multiple test flows &lt;br&gt; eg &lt;br&gt; test 1 - run A -&amp;gt; run B -&amp;gt; run C &lt;br&gt; test 2 - run A -&amp;gt; run C -&amp;gt; run B &lt;br&gt; test 3 - run B -&amp;gt; run C -&amp;gt; run A &lt;br&gt; &lt;p&gt;I want to write many such flows &lt;br&gt; I dont mind writing an xml for each flow but i should be able to do it
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cédric Beust ♔</name>
  <email>cbe...@google.com</email>
  </author>
  <updated>2009-11-25T00:45:21Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/09d2117627afa39b?show_docid=09d2117627afa39b</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/5520cc36f80a18e0/09d2117627afa39b?show_docid=09d2117627afa39b"/>
  <title type="text">New feature: multithreaded dependent methods</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; &lt;p&gt;I just finished implementing a feature that&#39;s been on my mind for a while: &lt;br&gt; allowing dependent methods to be run in separate threads. &lt;br&gt; &lt;p&gt;Currently, all the dependent methods (a method that depends on another one &lt;br&gt; or a method that&#39;s depended upon) are always run in the same thread in order
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex</name>
  <email>alexspurl...@gmail.com</email>
  </author>
  <updated>2009-11-24T19:13:46Z</updated>
  <id>http://groups.google.com/group/testng-users/browse_thread/thread/c9c50e739da34644/93638c9bcdf67962?show_docid=93638c9bcdf67962</id>
  <link href="http://groups.google.com/group/testng-users/browse_thread/thread/c9c50e739da34644/93638c9bcdf67962?show_docid=93638c9bcdf67962"/>
  <title type="text">Feature suggestion: Configuring the default value of the ignoreMissingDependencies parameter</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; &lt;p&gt;I&#39;ve raised a ticket for a potential new TestNG feature: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jira.opensymphony.com/browse/TESTNG-350&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;In summary: The ignoreMissingDependencies parameter is very useful &lt;br&gt; when you want to run tests standalone and ignore their dependencies &lt;br&gt; for that run. However, it is more a parameter of that individual test
  </summary>
  </entry>
</feed>
