Search the web
Sign In
New User? Sign Up
jsunit
? 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 671 - 700 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
671
As part of a "get something really simple running" effort to use jsUnit in the testing of Firefox, I made a change to jsUnitTestManager.js. If you set the...
Dave Liebreich
liebreich
Offline Send Email
Aug 9, 2006
11:00 pm
672
Hmm, I guess you *could* do this, but I'd think you'd be better off using the usual JsUnit server. I would think that just setting things up the standard way...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 9, 2006
11:15 pm
673
... For some reason, I forgot about the server stuff. Though adding a few lines of javascript is a lot less work than trying to install ant and junit on our...
Dave Liebreich
liebreich
Offline Send Email
Aug 10, 2006
12:26 am
674
The JsUnit server framework also gives the ability to run on multiple browsers and multiple remote machines of varying OS running multiple browsers; you...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 10, 2006
12:36 am
675
Being developers we often appreciate shortcut assignment keys to make life easier(read 'lazy' or 'more productive' depending on your point of view) Would it be...
tomekkorz
Offline Send Email
Aug 10, 2006
2:10 pm
676
... That's true. Though in my context (testing a different build of the browser for each run, rather than testing a web app through the browser), I don't...
Dave Liebreich
liebreich
Offline Send Email
Aug 10, 2006
2:11 pm
677
Dave Liebreich <dave@...> wrote on Wednesday, August 09, ... Continuously building and testing the browser itself is a rare use case. I'm not...
J. David Beutel
david_beutel
Offline Send Email
Aug 10, 2006
2:12 pm
678
Well all the files I try to write or copy in the jsunit/tests/ directory fail. I mean can't I run a successful test with the runner and then make a copy of the...
Mike
jstrider39
Offline Send Email
Aug 12, 2006
2:07 am
679
Anyone seen this error before? I'm using Firefox 1.5, and I'm running the test using the test runner. It's a really simple test, my first spin with jsunit,...
taylorbarstow
Offline Send Email
Aug 22, 2006
5:26 pm
680
I've not seen that before. My only guess is that somehow the browser is denying access to a variable because of strong security settings. Have you set your...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 22, 2006
5:40 pm
681
Forgive me if this question was asked already, but I could not find any threads related to this. Are there any plans to create a plugs in for Visual Studio or...
ariel_working
Offline Send Email
Aug 22, 2006
11:43 pm
682
I've experienced this in IE - it was because I was referencing the testRunner via the file:// protocol and the test page via http:// - making them both...
wilhol82
Offline Send Email
Aug 23, 2006
2:58 pm
683
I'm seriously struggling to get jsunit to run from a command line on windows without the jsunit.properties file. I am using the latest 2.2 download. I have set...
wilhol82
Offline Send Email
Aug 23, 2006
3:01 pm
684
... I'm currently writing a simple MSBuild wrapper for JSUnit - if you're interested I can give you the code. Will...
wilhol82
Offline Send Email
Aug 23, 2006
3:02 pm
685
You have to serve your test script from the same server and protocol as the test runner. So if the test runner is served via http:, you can't run a test...
Keith Wansbrough
ksw_dc
Offline Send Email
Aug 23, 2006
3:07 pm
686
Are you using ant to start your test run? The ant task sets the environment variables to the values defined in the properties in build.xml. So if you have...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 23, 2006
6:16 pm
687
No we're not using ant - our build environment uses msbuild so have written a wrapper task for JSUnit in that. The only way I can get it to work is to write...
wilhol82
Offline Send Email
Aug 24, 2006
3:16 pm
688
Hi. . . We are using JScript fairly extensively on the WScript Windows Scripting Host platform. I've been reading up on JSUnit and am really wow'ed by its...
Andy
apjewell
Offline Send Email
Aug 24, 2006
6:56 pm
689
... The site seems to be down right now, but have you tried Joerg Schaible's jsunit? It used to be at http://jsunit.berlios.de Chris...
Chris Wesseling
chris_wesseling
Offline Send Email
Aug 26, 2006
3:45 pm
690
Hi, I'm trying to get the eclipse plugin that comes with jsunit working. Under Preferences > JsUnit There's a field for setting the JsUnit installation...
ole_ersoy
Offline Send Email
Aug 27, 2006
8:42 pm
691
You should be setting it to the root directory, e.g. /usr/local/jsunit There's a known bug with the plugin. What happens when you click "Run as JsUnit Test...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 27, 2006
9:16 pm
692
Edward, Thanks for the tip. That does make sense per the instructions in the preferences dialog. I have set it correctly, and when I try to do Run As > JsUnit...
Ole Ersoy
ole_ersoy
Offline Send Email
Aug 28, 2006
12:47 am
693
Hi, has anyone used JSUnit to test xpcom components or scripts calling xpcom services? Permissions do not allow a local html file or script to access xpcom ...
futurep4st
Offline Send Email
Aug 30, 2006
4:09 pm
694
I've been looking in to this. One solution (I think) is to put your test in a local html file, and add something like const privs = 'UniversalPreferencesRead...
Dave Liebreich
liebreich
Offline Send Email
Aug 30, 2006
6:51 pm
695
Incidentally, If you wanted me to run tests on my platform I'd be more than happy to do that. Cheers, - Ole ... ...
ole_ersoy
Offline Send Email
Aug 30, 2006
11:02 pm
696
... Thanks for the response. Unfortunately still doesn't work. Although I do get the popup, I still see the messagein the JS console: Error: uncaught...
futurep4st
Offline Send Email
Aug 30, 2006
11:07 pm
697
If 1) your component does not require the entire browser to be instatiated 2) you have the entire mozilla source tree checked out and built (browser is enough)...
Dave Liebreich
liebreich
Offline Send Email
Aug 30, 2006
11:17 pm
698
Hi, I'm running the browser based test runner inside the eclipse browser widget and testing time increases by about 0.3 seconds with each run. Here are my...
ole_ersoy
Offline Send Email
Sep 11, 2006
4:16 am
699
... Hi Ole, Could it be that your code under test is using functions that are leaky under Firefox? Chris...
Chris Wesseling
chris_wesseling
Offline Send Email
Sep 11, 2006
3:37 pm
700
It's entirely possible. When I close the browser and restart the tests run fast again. I have 2 Gig ram on this machine, but since it's running inside the JVM...
Ole Ersoy
ole_ersoy
Offline Send Email
Sep 11, 2006
5:43 pm
Messages 671 - 700 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