Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12402 - 12431 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12402
Ji Jenny, Your code test looks perfect... so am not sure why it should not work, unless ofcourse the cookie you are seraching does not exist in the resp obj, I...
Cecilia Crasto
octivianac
Offline Send Email
Dec 2, 2004
12:41 am
12403
Thanks so much! It worked perfectly! The documentation and examples are not easy to follow on their web site. Do you recommend anywhere else I can get more...
jenny_jingwang
Offline Send Email
Dec 2, 2004
12:42 am
12404
I am attempting to construct a test suite that has a common component referenced and used from within tests in the suite, which is set-up once. The 'common'...
mark_l_salter
Offline Send Email
Dec 2, 2004
12:42 am
12405
Could I ask one more question? If I use jwebunit test instead of HttpUnit, I guess I need to call the assertCookiePresent("GUID") function in WebTestCase...
jenny_jingwang
Offline Send Email
Dec 2, 2004
12:42 am
12406
merhaba, Junit yahoo groups ta isminizi gordum; ben junit ile JSP ve servletler icin unit testleri yazmak istiyorum.. Ancak bunlarla ilgili cok az ornek...
paranoid android
paranoic7
Offline Send Email
Dec 2, 2004
12:43 am
12407
OK, so I played around a bit and was able to get VirtualMock and jMock working with my tests. I used the AspectWerkz offline mode for testing; looking through...
wellman_daniel
Offline Send Email
Dec 2, 2004
12:43 am
12408
hi friends, Here is a sample code Using JSP <%@ page import='java.sql.*, javax.sql.*, javax.naming.*' %><%Context ic = new InitialContext();DataSource ds =...
g d
mougli213
Offline Send Email
Dec 2, 2004
12:46 am
12409
... Yes, get that code out of the jsp and into a class that you can test. Use your jsp's for presentation only. ... Robert S. Koss, Ph.D. Senior Consultant ...
Bob Koss
koss@...
Send Email
Dec 2, 2004
1:20 am
12410
... I would make it a public, class-level field of the one-time setup class. ... If the method is going to be class-level, then the field it writes to also has...
J. B. Rainsberger
nails762
Offline Send Email
Dec 2, 2004
1:29 am
12411
... First, I can't read the code because it's not formatted very well. But beyond that, what do you want to test? What are you afraid might fail? Ignore how to...
J. B. Rainsberger
nails762
Offline Send Email
Dec 2, 2004
1:30 am
12412
Hi , Is it possible to use junit to test jsp pages.I am using struts framework and j2ee as middle tier .I guess junit cannot be used independently (without ...
kavitha kandababu
kavitha_geo
Offline Send Email
Dec 2, 2004
4:26 pm
12413
... Why is your Action class loading a Form bean for a JSP? Doesn't Struts do that for you automatically? Struts provides the Form object as a parameter to the...
J. B. Rainsberger
nails762
Offline Send Email
Dec 2, 2004
5:55 pm
12414
Hi all, We are using HttpUnit (through jWebUnit) to smoke-test our Web based application. Currently we are having a problem with a page assigning a location to...
Yagiz Erkan
yagizerkan@...
Send Email
Dec 2, 2004
8:04 pm
12415
... Make a test case that I can run which reproduces the problem and file a bug report <http://sourceforge.net/tracker/?group_id=6550&atid=106550>...
Russell Gold
russgold
Offline Send Email
Dec 2, 2004
10:17 pm
12416
On Thu, 2 Dec 2004 07:56:09 +0000 (GMT), kavitha kandababu ... It can be used with HttpUnit to test pages....
Russell Gold
russgold
Offline Send Email
Dec 2, 2004
10:18 pm
12417
c = new Connection("remoteIP"); ... Thanks Joe. After rereading my question and your answer, I did arrive at a working solution of placing the reused class...
mark_l_salter
Offline Send Email
Dec 4, 2004
12:04 am
12418
Hello, I would like to know if there is a mechanism to segregate test case results based on some version. e.g I have test functions which were added in...
ramandeep340
Offline Send Email
Dec 4, 2004
12:04 am
12419
Hi All, I am currently in the process of choosing a testing framework for testing our web application. I am inclined to use either HtmlUnit or jWebUnit, but ...
srinivas muthyala
j2eespecialist
Offline Send Email
Dec 4, 2004
12:04 am
12420
Hi, I think maybe you wrote some validation code for the input parameters in the ActionForm, and you want to test these validation method? If it is true, I...
Leon Pu
leon_xf_pu
Offline Send Email
Dec 4, 2004
12:04 am
12421
Hi Srinivas, I am not similiar with HtmlUnit and jWebUnit, but I think HttpUnit is a good choice to test your java writen web application. Leon srinivas...
Leon Pu
leon_xf_pu
Offline Send Email
Dec 4, 2004
4:45 pm
12422
Leon, Srini, jWebUnit is a wrapper around httpunit, which makes it more junit like to write testscripts for your webapplications. I'd say give both HTMLUnit ...
Martijn Dashorst
martijn_dash...
Offline Send Email
Dec 4, 2004
8:40 pm
12423
... I'm glad you found a solution, but just as a note, the tests run in single-threaded mode, so it might just be that they're running quickly. This can be a...
J. B. Rainsberger
nails762
Offline Send Email
Dec 4, 2004
10:47 pm
12424
... I have mostly used HtmlUnit, and I rather like it. It is easy to use HtmlUnit to test web pages, even without serving them from a web server, which I...
J. B. Rainsberger
nails762
Offline Send Email
Dec 5, 2004
4:12 am
12425
... I don't understand "different versions of test suites". If you mean different versions of the same class, then you can't run those tests simultaneously,...
J. B. Rainsberger
nails762
Offline Send Email
Dec 5, 2004
4:14 am
12426
X P D A Y T O R O N T O 2005 http://www.xpday.info February 19, 2005 Are you looking for an opportunity to learn about Extreme Programming, but unsure about...
J. B. Rainsberger
nails762
Offline Send Email
Dec 5, 2004
5:19 pm
12427
Hello, folks: I have a question for anyone who does or has done plug-in development for Eclipse. I have noticed that when I run my plug-in tests in Run mode, I...
J. B. Rainsberger
nails762
Offline Send Email
Dec 5, 2004
5:41 pm
12428
J. B. Rainsberger Sun, 05 Dec 2004 12:41:19 -0500 ... We run tests in both modes. Some things to look @ 0 What error messages are you getting? (Running with ...
Thomas L Roche
tlroche
Offline Send Email
Dec 5, 2004
11:23 pm
12429
... If you really need a separation, you can always put new functions into separate suites. I have never seen the need. Why do you want to separate them?...
Russell Gold
russgold
Offline Send Email
Dec 6, 2004
12:14 am
12430
We're using jWebUnit to create automated smoke tests. The tests run various scenarios verifying that the pages display without any server errors, with the...
Yagiz Erkan
yagizerkan@...
Send Email
Dec 6, 2004
9:29 am
12431
I want to know how JUnit framework will handle exceptions when a test case is a Thread, and running a bunch of test cases, one test case throws exception or...
Siva Krishna Kumar B
bskk76
Offline Send Email
Dec 6, 2004
8:12 pm
Messages 12402 - 12431 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help