Search the web
Sign In
New User? Sign Up
jsunit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 431 - 460 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
431
... I've identified the issue and attached a patch to Bug 391976 (http:// sourceforge.net/tracker/?func=add&group_id=28041&atid=391976)....
Curt Arnold
pretzllboy
Offline Send Email
Sep 3, 2005
11:08 pm
432
New to JSunit. Downloaded the JSUnit source. When I try to build to the standalone_test target, I get the following - please advice: Microsoft Windows XP...
Bruce Rosenthal
brosenth19210
Offline Send Email
Sep 5, 2005
6:58 am
433
... ... The junit task in Ant requires the location of JUnit.jar to specified with a -lib switch. I believe earlier versions may have also been able to pick...
Curt Arnold
pretzllboy
Offline Send Email
Sep 5, 2005
3:29 pm
434
Hmmm, thanks. So from this I assume: 1.) the junit.jar that comes with the jsunit distribution ( in <JSUNIT_HOME>/java/lib ) is not the same junit.jar from...
Bruce Rosenthal
brosenth19210
Offline Send Email
Sep 5, 2005
4:03 pm
435
OK. So standalone runs and the JSUnit test browser window is spawned, but the test(s) don't appear to get executed, the Acceptor ServerSocket is timed out and...
Bruce Rosenthal
brosenth19210
Offline Send Email
Sep 5, 2005
4:35 pm
436
... The proper assumption is that I gave you generic Ant advice from the hip without researching the specifics of the use of Ant and JUnit within JSUnit. I...
Curt Arnold
pretzllboy
Offline Send Email
Sep 5, 2005
7:26 pm
437
BR>> Hmmm, thanks. BR>> BR>> So from this I assume: CA>The proper assumption is that I gave you generic Ant advice from the CA>hip without researching the...
alex.vassiliev@...
ne_hoho
Offline Send Email
Sep 5, 2005
8:00 pm
438
See you down the road then, Curt. Thanks...
Bruce Rosenthal
brosenth19210
Offline Send Email
Sep 5, 2005
8:13 pm
439
Hi! I was wondering if anyone can point me to a good website where I can obtain jsunit examples? Or if you have anything that can help me learn it just email...
Maria Elisa Sanchez
brahamaputra
Offline Send Email
Oct 14, 2005
7:16 pm
440
Can someone please give me a url or document on a quick setup for JSUnit server setup on windows. I want to automate testing using JSUnit. Also, I want to...
ken_zapatec
Offline Send Email
Oct 18, 2005
8:49 pm
441
Elisa, There's examples in the JSUnit ppt presentation: http://www.edwardh.com/jsunit/talks/jsunit.ppt The documentation page...
Oa Bukowski
oabukowski
Offline Send Email
Oct 19, 2005
5:40 am
442
Hi guys, I am trying to create a simple ASP.NET <http://ASP.NET> page that will collect my jsUnit test results for various browsers. I am parsing the results...
Hristo Deshev
madmuncho
Offline Send Email
Oct 20, 2005
10:03 am
443
Hi all, I've been using jsUnit and now in Firefox (Mozilla) I get an alert "name not defined" on the second execution of a test script in a browser window. It...
natebkirby
Offline Send Email
Oct 20, 2005
4:36 pm
444
I want to chronologically run jsunit in standalone mode on my Windows XP. I am running the following command line: ant standalone_test -lib...
ken_zapatec
Offline Send Email
Oct 20, 2005
8:42 pm
445
Ken, It sounds like you're in need of a continuous build. Take a look at Anthill or CruiseControl - they do what you're looking for. - Edward...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 21, 2005
5:39 am
446
Hi All, I am having a problem with jsUnit under mozilla. The app in question uses Ajax specifically DWR. The problem is on the second execution of the tests....
Nate Kirby
natebkirby
Offline Send Email
Oct 22, 2005
8:21 pm
447
Hi, I just came across JSUNIT. I think it's a great idea, but from what I have seen, it seems like you have to have the testing functions on the same pages as...
Deo, Shantanu
sdeo
Offline Send Email
Oct 26, 2005
12:21 am
448
You could create a .js file that has the code you want to test and include it on both your server side page and your testing page. ... Pain is the fire that...
Sean McBeth
webspynner_99
Offline Send Email
Oct 26, 2005
5:03 am
449
Please provide an example of the script to run JSUNIT via the file:/// command and to test pages on a remote web page? ... what ... on ... leaving the body....
ken_zapatec
Offline Send Email
Oct 28, 2005
7:51 pm
450
Hi I'm new with JsUnit and I need to test asynchronous behavior loading pages that aren't on my local file system. I tried to take advantages with JsUnit...
vash_de_stampide
vash_de_stam...
Offline Send Email
Oct 31, 2005
3:36 pm
451
Most probably you've got the wrong uri? Could you please give us an example of what you're doing? /Stefan > To: jsunit@yahoogroups.com > From:...
Stefan Andersson
lbsa71
Offline Send Email
Nov 9, 2005
8:22 pm
452
I try to explain what I should do: I have to make some test on web pages; so I need to load on a variable the testing page; to do that I thought to behave like...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 9, 2005
10:01 pm
453
Normally, you would break out the JavaScript code you want to test into a separate .js library that you include on your web pages. This file you then also...
Stefan Andersson
lbsa71
Offline Send Email
Nov 10, 2005
7:15 am
454
Yes it is, but doesn't avoid the trouble of the window! I try to explain the better I can: what I want to test is a client-side application written in...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 10, 2005
3:16 pm
455
If I understand you correctly, I would recommend you to break out the parts of your client-side application that contains the logic you want to test (the...
Stefan Andersson
lbsa71
Offline Send Email
Nov 11, 2005
8:02 am
456
Ok, you understood what I tried, but my trouble focused on how I can set up the "dummy" page into my test page to feed application without prompting the dummy...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 11, 2005
9:12 am
457
Hi, Marco. I suggest that you 'short circuit' your web page fetching - 'mock' it (mocking means making code that looks like the thing you try to test, but it...
Stefan Andersson
lbsa71
Offline Send Email
Nov 14, 2005
9:00 am
458
I have a similar problem with XMLHTTP async testing problem. So, I changed _runTest method in jsUnitTestManager.js to check setUpPageStatus for every test...
dhwang101
Online Now Send Email
Nov 17, 2005
4:31 am
459
... There's trouble with this change: 1) If you have a setUpPage/setUpPageComplete method, it will now be run with *every* test, not just at the beginning of...
dfabulich
Online Now Send Email
Nov 30, 2005
10:26 pm
460
Since it looks like many people here have had to kludge in something to test AJAX and other asynchronous JavaScript events, I thought I'd mention one of my...
Dan Fabulich
dfabulich
Online Now Send Email
Nov 30, 2005
11:07 pm
Messages 431 - 460 of 1225   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