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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1023 - 1053 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1023
This example in the power point did not work for me. To get the test to pass I had to alter the method as follows: function multiplyAndAddFive(arg1, arg2) { ...
tony_t_tubbs
Offline Send Email
Dec 14, 2007
4:56 pm
1024
Has anyone used jsunit to run tests via vmware? For example, I'm running vmware on my Mac under OS/X in order to test MS Win/IE. Can this configuration be...
seleneplatt
Offline Send Email
Dec 21, 2007
8:52 pm
1025
I am a newbie to jsunit and unit testing in general. I wonder if it is possible to use jsunit to test a JS module that sets and alters both browser cookies...
seleneplatt
Offline Send Email
Dec 21, 2007
8:53 pm
1026
... I wanted to update my post to indicate that after further reading I now know that jsunit is well-suited to instantiate multiple OS/browser combinations....
seleneplatt
Offline Send Email
Dec 21, 2007
9:03 pm
1027
JsUnit is designed to automate JavaScript, not browser behavior. It is actually impossible to activate browser behaviors from JavaScript as those things would...
Michael Avrukin
amichaela
Offline Send Email
Dec 21, 2007
10:27 pm
1028
Hello *, I searched this mailinglist and the documentation, but couldnt find a working example, that shows how to setup a JUnit Testcase, that starts a JsUnit...
markrambow
Offline Send Email
Dec 23, 2007
8:42 pm
1029
Look at the maven support for javascript that includes lanuching JsUnit tests http://mojo.codehaus.org/javascript-maven-tools/ The source code contains a...
nicolas de loof
cyberloof
Offline Send Email
Dec 24, 2007
4:41 pm
1030
Hello Nicolas, Maven seams to have an amazing support for running these tests, but the file you mentioned has of course a lot dependencies to mavens mojo. It...
markrambow
Offline Send Email
Dec 26, 2007
8:22 pm
1031
Re: message about main class not found: Move jsunit to a directory without spaces e.g. C:\jsunit. This is a bug in the plugin on Windows. Can someone fix it?...
Charles Dietrich
dietrichland
Offline Send Email
Dec 27, 2007
10:52 pm
1032
This thread can be closed...since my initial post, I've learned that it's easy to delete cookies directly thru javascript by setting the cookie with an...
seleneplatt
Offline Send Email
Dec 31, 2007
5:42 pm
1033
I remember reading not long ago that JsUnit 2.2 has implemented a solution for IE using some native browser object for finding test function names. ... From:...
dh wang
dhwang101
Offline Send Email
Jan 5, 2008
3:19 pm
1034
Hi list, is it possible to use (human readable) strings as test function names in JSunit like in the below example from crosscheck? "test: Ball should be a...
Siemen Baader
siemenbaader
Offline Send Email
Jan 6, 2008
6:14 pm
1035
... It should be. Try window["test: something"] = function() {...} But the proper way is to put human-readable text into the optional parameter to the assert...
Viktor Pracht
vp98765
Offline Send Email
Jan 6, 2008
10:34 pm
1036
... Thanks! ... Sure. But I want to describe the tested behaviour as a whole, so this is a different thing.....
Siemen Baader
siemenbaader
Offline Send Email
Jan 7, 2008
3:37 pm
1037
Hello all, I have JsUnit running beautifully in a continuous integration environment, but I'd really like to get the eclipse plugin working, so my team members...
Ross Simpson
eldoclimber
Offline Send Email
Jan 17, 2008
1:58 am
1039
The latest version (2.2.alpha containing the fix in IE that allows tests to be specified in external scripts) does not appear to report test results when using...
wilhol82
Offline Send Email
Jan 17, 2008
3:47 pm
1040
Does anyone have sample code to show how to set up JsUnit to test multiple browser/OS combinations? There is little documentation on the jsunit website nor...
seleneplatt
Offline Send Email
Jan 17, 2008
3:47 pm
1041
... You don't need any code to set up JsUnit to test multiple browser/OS combinations. You just need to edit the build.xml file that comes with JsUnit, install...
Erik Hanson
hanson_erik
Online Now Send Email
Jan 19, 2008
4:05 pm
1042
Hi, Can you please try using the latest code in SVN? Just check out the project from https://jsunit.svn.sourceforge.net/svnroot/jsunit jsunit...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 20, 2008
5:02 pm
1043
The trunk seems to have fixed the issue - thanks! I've fixed a couple of issues in the mock timeout library (i.e. fixing it for the scenario where timeouts /...
wilhol82
Offline Send Email
Jan 23, 2008
3:35 pm
1044
Sure, feel free to upload patches at http://sourceforge.net/tracker/?group_id=28041&atid=391978...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 23, 2008
3:39 pm
1045
I am trying to execute my JSUnit test from a separate web server. The idea is to have a shared web server with the JSUnit runner installed and developers...
baardvark01
Offline Send Email
Jan 30, 2008
1:09 am
1046
Sounds like it is most likely to do with cross site scripting - i think if you are serving the jsunit scripts for your test page from a different server to...
wilhol82
Offline Send Email
Jan 31, 2008
3:49 pm
1047
Hi Erik, I am finally able to get back to figuring out this jsunit stuff. Thanks for your suggestions. Still, re: multiple OS¹s ‹ I use VMWare to run...
Selene Platt
seleneplatt
Offline Send Email
Feb 1, 2008
11:04 pm
1048
... Thanks for ... different ... VMWare ... Firebug, ... You'll want to run a JsUnit server on each of those instances. In the build.xml file on each server,...
Erik Hanson
hanson_erik
Online Now Send Email
Feb 2, 2008
4:08 pm
1049
Hi does anyone know of a plugin or something for JSUnit and Bamboo? If a test fails in JSUnit I want the continuous build to know..and possibly fail. I can...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1050
Hello, does anyone know if it's possible to use the latest version of JUnit (4.x) with JSUnit 2.2 alpha? I need to upgrade my JUnit for other tests. Thx!...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1051
Hello, I've just started using jsUnit and have run into a problem comparing form values. I did find this note from 2004: ...
seleneplatt
Offline Send Email
Feb 9, 2008
1:04 am
1052
Well, two arrays (or any other non-primitive objects) in javascript aren't equal, even if they contain the same values, unless they are actually the same...
Jonathan Hurshman
jhurshman
Offline Send Email
Feb 9, 2008
3:34 am
1053
Also, note that more recent alpha versions of JsUnit contain assertArrayEquals which will do what you want. Erik...
Erik Hanson
hanson_erik
Online Now Send Email
Feb 9, 2008
7:47 pm
Messages 1023 - 1053 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