jsunit
Getting JSUnit, Ant & Hudson working
I\'m trying to get my JSUnit tests to run on Hudson. But the browser keeps timing out: [junit] INFO: Launching Internet Explorer on http://localhost/jsunit/testRunner.html?testPage=localhost/jsunit/[详细]
2023-04-08 14:54 分类:问答avoid / capture / verify a Javascript alert when testing a method that displays one with qunit
I\'m just starting using Qunit and would like to know whether is there a way to capture/verify/omit alerts, For example:[详细]
2023-03-17 17:39 分类:问答jsUnit and build.xml
So I want a build.xml file that I can invoke from Hudson to run my jsUnit tests. However, the build.xml file has a few things that it needs to ... I guess run the unit tests. One of things it needs ar[详细]
2023-03-01 22:32 分类:问答How to test ajax with jsunit?
Did anybody write tests for ajax with jsunit? I don\'t now how to test asynchronous functions. Could you please show me some examples?开发者_如何学编程[详细]
2023-02-19 16:44 分类:问答Wrapping JsUnit in JUnit
I\'m required to use JSUnit in my Spring-MVC project. It seems that I could write some test pages, include some of my js files, write some tests, and load up my pages with the testRunner. Fine.[详细]
2023-01-30 04:57 分类:问答JSunit usability
Is JSunit really a direct port of Junit to Javascript? So 开发者_开发问答I have heard, but I am wondering why my company is not using it. My company has lots of smart minds, so If we are not using it[详细]
2023-01-02 08:38 分类:问答Must JsUnit Cases Reside Under the Same Directory as JsUnit?
I have installed JsUnit and a test case as follows: /home/chernevik/Programming/JavaScript/jsunit /home/chernevik/Programming/JavaScript/jsunit/testRunner.html[详细]
2022-12-23 00:35 分类:问答Error using JsUnit with Hudson
I\'ve just started using the JsUnit plugin with Hudson.The JsUnit tests are passing, but when the JsUnit plugin runs against the test output it\'s creating this error:[详细]
2022-12-21 06:23 分类:问答any new firefox 3.5.X security improvements that'd prevent access "chrome://" uri paths in markup?
A little context: I\'m trying to build and run the un开发者_Python百科it tests for the source of the Selenium IDE plugin.Everything builds correctly (through maven commands, et al) and the unit tests[详细]
2022-12-19 06:51 分类:问答