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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 305 - 334 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
305
I've been playing with JSUnit to see if I can deploy a single server with all of my JSUnit tests and code. I want to deploy several other servers (with the...
alexvollmer
Offline Send Email
Sep 22, 2004
6:59 pm
306
What you're trying to do is entirely possible. One issue may be that your remote machines aren't submitting to the right URL. Can you try to see whether...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 22, 2004
7:43 pm
307
That sounds quite promising, but I'm not quite sure what the full URL should be specfied in the 'submitResults' on the os/browser servers? I tried pointing it...
alexvollmer
Offline Send Email
Sep 22, 2004
8:18 pm
308
The full URL should look like "http://mainhost:8080/acceptor". That's the value of submitresults in the URL property of the remote machines. That is, the...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 22, 2004
9:22 pm
309
Sorry, it should be http://mainhost:8080/jsunit/acceptor....
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 22, 2004
9:30 pm
310
It looks like the 'http://' bit is prepended to the 'submitResults' value so I ended up just setting it like '...submitResults=main:8080/jsunit/acceptor'. ...
alexvollmer
Offline Send Email
Sep 24, 2004
5:12 pm
311
I'm having another problem with distributed tests. Now I can get my browser boxes talking back to the 'acceptor' servlet but the browsers just sit there after...
alexvollmer
Offline Send Email
Sep 27, 2004
8:48 pm
312
Sounds like the browsers still aren't really submitting to the main server. What evidence is there that they really do? If you watch the main server's JsUnit...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 27, 2004
10:18 pm
313
does anyone have or know of a tool for checking JSUnit coverage (like clover)? UJ...
unclejanos
Offline Send Email
Sep 30, 2004
11:18 am
314
Compuware (Numega) DevPartner Studio can do this in IE-only. There is a "Web Script Coverage" utility that you run, which opens IE. Then you run your jsUnit...
Lobello Jeffrey
jeff_lobello
Online Now Send Email
Oct 1, 2004
11:38 am
315
I'm just wondering if this is possible. I have a web application with javascript that I need to test. When it loads up it will load a bunch of objects and a...
sambosingh
Offline Send Email
Oct 7, 2004
9:26 pm
316
Whenever I try to run a test in IE, it generates a javascript error "Permission denied", Line 356. I am assuming that this refers to line 356 of JsUnitCore.js...
lsiden
Offline Send Email
Oct 21, 2004
2:47 pm
317
I wonder if you're running over HTTP with your test HTML and JS files deployed on a different domain from your JSUnit installation. If so, you need to change...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 21, 2004
4:54 pm
318
Hi , I am new in this jsunit tests, I wonder if there are other website besided the one to download the jscript framework, i need some very basic examples of...
Ann Smith
july_wong81
Offline Send Email
Oct 21, 2004
10:10 pm
319
There is the JSunit web site put up by Edward - http://www.edwardh.com/jsunit/ There are examples here: http://www.edwardh.com/jsunit/examples/example1.html To...
Early, Justin
jrocknscooter
Offline Send Email
Oct 21, 2004
10:18 pm
320
Thanks for the response, Edward, but both the HTML under test and the JS files are being read off my local file system under the "file:..." protocol....
Larry Siden
lsiden
Offline Send Email
Oct 22, 2004
12:16 am
321
Hmm. Is it possible that your code really is doing something that causes a Permission denied error? If you like, you could send me the code (or enough of it...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 22, 2004
1:04 am
322
Thanks for your reply Justin, I think I understand better now... but tell me something. So in the case that I wanted to check not email input but other input...
Ann Smith
july_wong81
Offline Send Email
Oct 22, 2004
2:49 am
323
I've already hacked my jsUnit about to give myself a checkbox on the main window to stop jsunit from catching thrown errors - the next step will be to get it...
unclejanos
Offline Send Email
Oct 22, 2004
8:02 am
324
I tried sending this previously from my gmail account, but wasn't able to post as I had subscribed from a different account. Here is my reply again. Any help...
Larry Siden
lsiden
Offline Send Email
Oct 25, 2004
3:26 pm
325
Guess what? It turns out that the reason my tests wouldn't run under IE is because I had to define exposeTestFunctionNames(). This appears to be counter to...
Larry Siden
lsiden
Offline Send Email
Oct 25, 2004
9:50 pm
326
My apologies: I should have read the last paragraph: <quote>Of course, test pages can include any other .js library files and can contain any other functions....
Larry Siden
lsiden
Offline Send Email
Oct 25, 2004
9:53 pm
327
Hi, Edward: I started a jsunit server on remote machine. On my local jsunit I changed "remoteMachineURLs" value=http://remoteMachineIP:8080 in build.xml and...
feng_genius
Offline Send Email
Nov 12, 2004
5:30 am
328
Hi, Edward: I've made it clear why I can't do distributed test. Now it is ok. Thanks. ... message ... connect". ... Error404....
feng_genius
Offline Send Email
Nov 12, 2004
6:16 am
329
Hi, First of all, jsunit rocks. Having the ability to run my javascript tests when I run my junit tests via ant makes javascript much more usable in an agile...
David Chelimsky
dchelimsky
Offline Send Email
Nov 25, 2004
10:07 pm
330
I haven't heard of this problem before. After the second browser runs the tests, you say it hangs. Is it hanging before or after it submits the results?...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 27, 2004
1:52 am
331
The XML results page is what remains and the junit test just stops at that point - it never finishes. _____ From: Edward Hieatt [mailto:edward@...] ...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:17 am
332
Here's junit's output: test-jsunit: [junit] 22:19:54.449 EVENT Checking Resource aliases [junit] 22:19:54.499 EVENT Starting Jetty/4.2.x [junit] 22:19:54.509...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:24 am
333
OK. I'm aware of a problem where Mozilla browsers don't always get closed after they submit results on certain OSs. I've not heard of the JUnit test then not...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 27, 2004
4:33 am
334
Good news/bad news. It worked just fine. I cd'd to the jsunit directory, modified build.xml to include both browsers, ran "ant standalone_test" and both...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:49 am
Messages 305 - 334 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