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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 634 - 663 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
634
I am running JSunit with an ant script that has been automated via CruiseControl and I ran into an issue while setting it up. JSunit is running its local...
mr_onmyway
Offline Send Email
Jun 3, 2006
1:48 pm
635
In JsUnit 2.1, if you're not using the default port for the server, you need to change your "url" property to not just have "submitResults=true", but rather...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 3, 2006
2:01 pm
636
Edward, Thanks that worked with a minor tweak dropping the http:// submitResults=localhost:8090/jsunit/acceptor" as http was getting prepended to the url from...
mr_onmyway
Offline Send Email
Jun 5, 2006
2:56 pm
637
The online documentation is still for 2.1; nothing has been altered for 2.2yet....
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 5, 2006
3:13 pm
638
... No, either or both is fine. Is the order of the tags (first load jsUnitCore then my ... No. What happens if the document ... As long as the browser...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 5, 2006
3:24 pm
639
Is there anyway to turn IE / FF / Safari to operate in a headless mode so I don't have to see the popup window when running eclipse plugin? thanks in advance, ...
Justin
jrocknscooter
Offline Send Email
Jun 5, 2006
9:07 pm
640
I'm using Dojo as my Ajax framework, and it's somewhat painful to use web pages as the way to define our test cases and suites, since there's a lot of...
william_p_higgins
william_p_hi...
Offline Send Email
Jun 6, 2006
4:10 am
641
Right now, there's no good way to do that in JsUnit, but there's no reason we can't change it to allow it. Since a lot of Test Pages need to interact with...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 6, 2006
4:18 am
642
Has anyone worked on auto generation of test case based on JS code? I basically want to have code gen simplify the generation of the test cases / stubs, test...
Justin
jrocknscooter
Offline Send Email
Jun 6, 2006
5:07 am
643
... You might have a look at http://jsunit.berlios.de, this JsUnit implementation was designed for JavaScript only. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Jun 7, 2006
2:36 am
644
Some strangeness in Firefox: I use an XmlHttpRequest to contact the server during one of my tests, but instead of using my test page's location as the relative...
JakeDevine
Offline Send Email
Jun 9, 2006
1:52 am
645
If I use the browser starting scripts in /bin/*, how do I get the jsunit server to shut down the browsers (ie. invoke the /bin/*/stop-browser scripts)? -- ...
Leo Shklovskii
leothes
Offline Send Email
Jun 13, 2006
6:46 am
646
... The in-browser testrunner? What do you mean by that? Opening the testfile with the file:// protocol? IMHO Best practise would be using the...
Chris Wesseling
chris_wesseling
Offline Send Email
Jun 13, 2006
6:48 am
647
This test (part of jsUnitAssertionTests.jtml) fails on the latest Safari (2.0.3 (417.9.3)): assertObjectEquals({ts:new Date()}, {ts:new Date()}); fail(failure...
Leo Shklovskii
leothes
Offline Send Email
Jun 13, 2006
6:49 am
648
If you're using 2.2 (the alpha), then you just need to specify the stop script after the start script with a semicolon in between. For example, ...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 13, 2006
2:50 pm
649
... The real culprit here is that some browsers, like Konqueror and (as you've experienced) Safari, the 2 new Date()'s in the assertObjectEquals({ts:new...
Chris Wesseling
chris_wesseling
Offline Send Email
Jun 13, 2006
11:57 pm
650
I am trying to programmatically call JsUnit from Java classes. I have no particular purpose for doing this, but I want to find the different possibilities...
shabzev
Offline Send Email
Jun 17, 2006
7:31 pm
651
Actually, adding JsUnit tests to your JUnit suite is supported, and is precisely the intended way of running JsUnit from Java. You should extend ...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 17, 2006
8:00 pm
652
... don't have the ... specify an ... Thank you! I just put xwork.xml in my classpath and it worked. However, it wasn't packaged inside jsunit.jar (though I ...
shabzev
Offline Send Email
Jun 19, 2006
3:13 pm
653
I may be wrong but currently when running a suite from Eclipse the root path for addTestPage seems to be pointing to the JsUnit root or so it seems. This means...
Sebastian Feher
sebif
Offline Send Email
Jun 26, 2006
10:03 pm
654
... [cut] ... My MacBook arrived last week! I don't have much time yet to tinker, though. Anyway I've installed subversion and did a fresh checkout of jsunit ...
Chris Wesseling
chris_wesseling
Offline Send Email
Jun 27, 2006
9:13 pm
655
I was running the released jsunit (2.2alpha11). I haven't had a chance to get the latest SVN version. I'm guessing that there's not a difference between Intel...
Leo Shklovskii
leothes
Offline Send Email
Jun 27, 2006
11:11 pm
656
Hello All, Finally getting some JsUnit testing into a project. Needed it badly! I'm using JsUnit to test something that uses the self keyword. From the point...
rajanikanth_tanikella
rajanikanth_...
Offline Send Email
Jul 3, 2006
3:28 pm
657
hi i m writing a test for a method which alerts you if one condition passes and returns a boolean value.I just want to check what the boolean value returned is...
everursamit
Offline Send Email
Jul 6, 2006
3:41 pm
658
Are you familiar with the notion of mocking functions/objects? In this case the simplest thing would be to mock out your function that does the alert, and...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 6, 2006
4:14 pm
659
Thanks for ur solution actually my collegue too gave exactly the same solution.Anyways thanks for ur support we have overcome the problem. ... this case ... ...
everursamit
Offline Send Email
Jul 7, 2006
4:50 am
660
Hello, I have problems to run JSUnit tests in order to test Dojo code. It works fine in Firefox but make me an error with IE. The HTML Runner times out... Here...
Thierry Templier
templth
Offline Send Email
Jul 12, 2006
3:33 pm
661
HI everybody its my first experience with jsunit , just wated to know can the tests be run on parallel with the help of jsunit om multiple machines Regards ...
Saksena Mudit
muditsaksena1
Offline Send Email
Jul 17, 2006
4:15 pm
662
Yes; see the documentation on the JsUnit server. ... Yes; see the documentation on the JsUnit server. On 7/17/06, Saksena Mudit < muditsaksena1@... ...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 17, 2006
4:36 pm
663
... I'm not sure this is true. On Safari 2.0.4 (419.3), I ran the following: javascript:alert(new Date() === new Date()) -> false javascript:a={ts: new...
jhurshman
Offline Send Email
Jul 19, 2006
4:19 pm
Messages 634 - 663 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