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 1072 - 1101 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1072
According to this link http://www.jsunit.net/documentation/testSuites.html I need to point the testRunner.html to an HTML where I compile the list of TestPages...
carlos_aguayo2002
carlos_aguay...
Offline Send Email
Mar 4, 2008
4:58 am
1073
you could generate a TestSuite.html page using some bash magic something like (not perfect, but you get the point; if anyone can come up with the correct bash...
timander37
Offline Send Email
Mar 4, 2008
3:05 pm
1074
This Maven 2 integration with JSUnit 1.3 is pretty fancy. But how do I run these tests in a debugger? I know Rhino *has* a debugger, but it's not obvious how...
Dan Fabulich
dfabulich
Online Now Send Email
Mar 7, 2008
4:58 pm
1075
... Here's an update on the problems with Firefox 3 Beta support: 1. There appears to be what some consider a bug in Firefox 3 in which JS access across frames...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 8, 2008
4:38 pm
1076
Hi Dan, ... Simply create an AllTest.js that includes the same sources in same sequence and run it outside of Maven in the debugger. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Mar 11, 2008
1:32 am
1077
Good Morning, we are working in a project making a cross Browser javascript architecture, and we are using jsUnit in all the browsers supported to implement...
adfernandez.atsistemas
adfernandez....
Offline Send Email
Mar 27, 2008
2:24 pm
1078
... Hello Antonio, ... in ... we ... I had the same problem. The following patch works for me. Hope it solves your case, too. You may have to remove linebreaks...
hubert.kauker
Offline Send Email
Mar 28, 2008
12:07 am
1079
As you all know the assert* and fail methods throw an exception in order to tell the test runner that there is a problem. This means we can't do things like...
Dennis Byrne
dennisbyrne@...
Send Email
Apr 3, 2008
2:18 am
1080
Thank you Hubert, it works perfectly! Antonio D. ... 5.5 ... but ... the...
adfernandez.atsistemas
adfernandez....
Offline Send Email
Apr 4, 2008
1:55 pm
1081
Hi, When I'm running a distributed test, the server closes the browsers, but Opera always starts with a "Welcome to Opera" dialog, so waiting for user action....
nverdo
Offline Send Email
Apr 12, 2008
10:36 pm
1082
... I dealt with this a few years back by figuring out where Opera was noting that it hadn't been closed normally, and then arranging to convince it otherwise...
Dave Smith
dwsmtnview
Offline Send Email
Apr 13, 2008
11:33 pm
1083
He Dave, Thanks for your reply. In the meantime I did find something on this topic, indeed having to do with the operas ini file: ...
nverdo
Offline Send Email
Apr 15, 2008
1:43 pm
1084
I have the same config for Linux(firefox2), Mac(firefox2) and Windows(firefox2, IE6) except for where the browsers and and ports are defined. The...
kristianras
Offline Send Email
Apr 23, 2008
2:54 pm
1085
... Anyone? ... Solved the Firefox part... Just make sure you run the jsunit server in Admin mode... and tell Firefox not to remember last open ...
kristianras
Offline Send Email
Apr 24, 2008
2:46 pm
1086
Hi, Ive been trying to get JSUnit to test a Mozilla Firefox Extension. JavaScript is not my strong point so I am not sure how to solve my problem. Right now I...
skyphenjt
Offline Send Email
Apr 30, 2008
2:34 am
1087
Sorry if this question has been answered a million times, but: The documentation suggests that I should be able to do something like http://pastebin.dp.cx/117...
zapo86r
Offline Send Email
May 1, 2008
2:51 pm
1088
Hi folks, I'm embarking on a large Javascript project and so I thought it would be wise to set some unit tests up before I start. I've never used unit tests...
maktheyak
Offline Send Email
May 2, 2008
2:39 pm
1089
... You definitely should be able to call functions that are declared in external JS files. That's how I (and probably everyone) uses JsUnit. It's hard to...
Erik Hanson
hanson_erik
Online Now Send Email
May 4, 2008
11:00 pm
1090
... Yes, that test will always pass. It seems to be there to alter the contents of the page to test that the contents of the page get restored between test...
Erik Hanson
hanson_erik
Online Now Send Email
May 4, 2008
11:00 pm
1091
I need to create coverage output from my tests. I've used JSCoverage(http://siliconforks.com/jscoverage/) witch is nice but, I want my output in XML. Hopefully...
kristianras
Offline Send Email
May 5, 2008
2:33 pm
1092
Greetings, I am in search of javascript unit testing tools and noticed that there are two jsunit projects which appear to be disjoint? Is this list for one,...
kathyvs
Offline Send Email
May 7, 2008
6:11 am
1093
... http://wiki.openqa.org/display/SRC/Selenium+RC+and+JsUnit HTH, Tim...
Tim Beadle
timbeadle
Offline Send Email
May 12, 2008
2:43 pm
1094
I am new to unit testing and jsunit. I am trying some very simple tests, and I have run into the problem that despite jsunit not guaranteeing any order to the...
Jay
the_hurkle
Offline Send Email
May 16, 2008
8:02 pm
1095
Does it fail because it returns an invalid number or is it because its returning null?, you havn't included the actual failure message, (but from the code...
alan flaherty
alanflaherty
Offline Send Email
May 18, 2008
4:09 pm
1096
Hi, I would like to specify the DISPLAY property to browser processes so that I can use JsUnit from within a CI build on a headless unix box. With 2.2, I see...
Harlan Iverson
loopyfx
Online Now Send Email
May 19, 2008
2:38 pm
1097
... One way would be to specify a shell script instead of a browser name in the "browserFileNames" property. The shell script could set the DISPLAY property. ...
Erik Hanson
hanson_erik
Online Now Send Email
May 21, 2008
2:20 pm
1098
... Thanks, that worked. Just for future record on the list, this is the script I wrote: #!/bin/sh DISPLAY=:0 /usr/bin/firefox $@ Another option I just came up...
Harlan Iverson
loopyfx
Online Now Send Email
May 21, 2008
4:13 pm
1099
Is there a way to capture the results that are submitted to acceptor servlet by maven surefire reports plugin and display them as a part of maven site...
Asit Shukla
catchasit
Offline Send Email
May 30, 2008
4:54 pm
1100
hi Sanjeewanan, I saw many of your posts in the group, I am also having a tough time integrating jsunits with maven. Actually i have jsunit tests running ...
Asit Shukla
catchasit
Offline Send Email
May 30, 2008
4:54 pm
1101
Just to be clear on this: JsUnit doesn't guarantee the order that tests run in, but that doesn't mean that the order that is used is not determined for a given...
Edward Hieatt
edwardhieatt
Offline Send Email
May 31, 2008
4:19 pm
Messages 1072 - 1101 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