Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
Mailing-list for developers of the TestNG testing framework ([link])
Low activity, 153 members
Discussion group for Watij (pronounced wattage) - stands for Web Application Testing in Java. Watij is a Java API ...
Low activity, 672 members
The official Google Web Toolkit (GWT) developer discussion group.  GWT lets you build AJAX apps in the Java ...
High activity, 19772 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2167  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Users of the TestNG Java testing framework:  http://testng.org

 

Method dependency issues 
  Hello I have some basic questions related to method dependency. I have the following test: @Test (groups = {"jsf", "ajax", "crossbrowser"}) public class TestCrossbrowserUpdateAttr extends SeleneseTestCase { (...) @BeforeSuite(alwaysRun = true) @Test public void setUp(){ (start selenium here, open start page, etc)... more »
By Lidia  - Nov 6 - 2 new of 2 messages    

Get current suite name during @Factory method call 
  I have a group of tests that are created using an @Factory method, and are part of a larger suite that I've defined in an xml file. I'd like these tests to run against one of several environments which are at different URLs. For normal @Test methods this is not a problem because in the @BeforeSuite period of testng's lifecycle I can simply call a... more »
By Curtis W  - Nov 6 - 4 new of 4 messages    

Eclipse Plugin 5.9.0.5 problem with IInvokedMethodListener 
  This is the problem: when i use this listener that implements IInvokedMethodListener in this way in my testng.xml file <listeners> <listener class-name="com.company.testng Listener" /> </listeners> everything works fine except whith listeners that implements IInvokedMethodListener which doesn't run... more »
By Arkhantos  - Nov 6 - 1 new of 1 message    

Unexplicable exception when running tests using Eclipse plugin 
  Hi All, I am not sure this is related to TestNG. I have been getting ArrayIndexOutOfBoundsException when running my unit tests. SetUp I am using Guice modules to create an object instance in my method annotated with @BeforeMethod set up. The class that I am trying to instantiate leverages AssistedInject to inject a string passed to the constructor at run... more »
By Karthik Krishnan  - Nov 5 - 1 new of 1 message    

Attaching TestNG listeners via Annotation? 
  Is there a way to attach one or more TestNG listeners via annotations? I've been forced to create a testng.xml file just because I had to attach a listener otherwise annotations were doing just fine for me. ------------------------------ -------------- S M Humayun Software Architect, IBL Group ------------------------------ --------------... more »
By S M Humayun  - Nov 5 - 8 new of 8 messages    

Any particular reason why assertNotEquals() not in the api? 
  I'm just curious as to why there's a bunch of assertEquals but seems to be conspicuously missing assertNotEquals. It is no problem to use assertFalse in its place, so I was just wondering.
By ab.er.rant  - Nov 5 - 2 new of 2 messages    

TestNG unable to detect IInvokedMethodListener 
  Hi, I created a class that implements both IInvokedMethodListener and ITestListener: public class TestMethodListener implements IInvokedMethodListener, ITestListener And then configured it as follows: <suite...> <listeners> <listener class- name="com.iblgrp.common.core.t est.helper.TestMethodListener" />... more »
By S M Humayun  - Nov 4 - 14 new of 14 messages    

TestNG listeners from Spring Bean Factory 
  Hi, Can I some how configure TestNG to use Spring Bean Factory to instantiate listener objects? regards, Humayun.
By S M Humayun  - Nov 4 - 1 new of 1 message    

How to preserve outputdir/images between test runs 
  I'm invoking testng through ant specifying a list of test.xml to execute using xmlfileset. All tests are run from on single <testng> call. I also save screen shots of errors in outputdir/images. The problem I'm having is that the contents of outputdir/images are deleted for every test defined in xmlfileset. Only the results of the... more »
By fratus  - Nov 3 - 6 new of 6 messages    

RetryAnalyser and testng version greater than 5.8 
  Hi I am seeing that the tests that succeeded because of retry are included in the "failed" tests as well as in the "passed" tests in the IResultMap and in the testng-failed.xml file This was not happening in 5.8 version of testng. I see this in 5.9 and in 5.10. Anybody see the same? Suresh
By Suresh Daniel  - Nov 2 - 3 new of 3 messages    

1 - 10 of 2167   « Newer | Older »

XML       Send email to this group: testng-users@googlegroups.com
Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google