Hi, When I try to set showTestFrame or autorun in the query string as below I'm getting the following error: jsunit\build.xml:75: The reference to entity...
Is there any way to test for things like alerts or changing the document.location.href ? We have a lot of javascript that navigates the user around or pops up...
function test_my_code_displays_alert_message() { // replace original alert() function with your own var original_alert = window.alert; window.alert =...
Thanks Don, I'll give this a shot. Micah Don McCaughey wrote: function test_my_code_ displays_ alert_message( ) { // replace original alert() function with...
All, I've been trying to create a nice list/set of links that'll make running my JSUnit suites easer. I'd like to have the set of links in one frame (or a div)...
I just joined the jsunit newsgroup and tried to use the search box, but it doesn't seem to work very well. Searching for 'function' brought up 2 results....
Recently we upgraded a pretty old version of JSUnit to trunk so we could use it with FF3. Ever since then the standalone test does not seem to convert its...
... JsUnit doesn't produce xml that CC can understand. You could try using ant and run an xslt conversion, or edit the outputted xml with another script. I...
I am currently attempting to setup continuous integration, using ant and StandaloneTest. I was wondering if my approach was correct, or if indeed there is a ...
Hi, Does anyone use version 1.3 in internet explorer? It looks like the Function_glue() method in JsUtil.js does not work. I keep getting errors when i try to...
The output format has changed a few times since the last "official" release of JSUnit. Depending on your version of JSUnit, one of the below XSLT transforms ...
Does anyone have a suggestion for testing JavaScript in the context of XULRunner 1.9. It seems likely that the problem with JSUnit 2.2 and FireFox 3.0 would...
I am running cruisecontrol in my localmachine with a sample jsunit standalone-test. It is giving " C:\Program Files\Internet Explorer\iexplore.exe timed out...
I set the timeout for 70 secs but its still timing out. Do you know if I am missing something here. Cruisecontrol runs as window service. Any setting I have to...
Try invoking cruisecontrol from the command line rather than as a service. I seem to remember a similar work-around for getting it to run Watir (a Ruby-based...
At the SourceForge site, the only download listed seems to be 2.2Alpha from 2006 March. * https://sourceforge.net/project/showfiles.php?group_id=28041 ...
Hi I'm just trying to do the same : JsUnit + ant + CruiseControl, with a few differences : 1. + 2. I don't write any program to build the final test suite. I ...
Hello I'm trying to figure out how to integrate JsUnit with CruiseControl (which is basically a cyclic process that builds a project in the background). So...
Hi, it looks like the 'closeBrowsersAfterTestRuns' property is set to true by default, and actually it works as expected when I put directly the binary...
It looks like you're trying to put a '&' in an XML attribute : if not too late, try to encode the ampersand (if too late, anyway this is for the record) : ...
Hi Anybody ever tried to use virtual machines (vmware, qemu, pearpc,...) to act as testing clients ? This way we could have all possible combinations of OS and...
Kind of. We've been doing this with Selenium Core since March this year. I've setup 4 VMware machines: - one Linux-machine with a custom made web app (test...
Ran across this Hotfix which seems to explain why you can't launch JsUnit on IE7 with query parameters. The description says Windows Vista, but hotfix is...
Sorry it took me so long to respond to this, but your XSL file worked wonderfully. I made a slight change so that the ID actually shows which browser the test...