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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 165 - 194 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
165
Hello, I'm using JsUnit for my testing, and it's great. However, I'm confused as to the correct usage of the "fail" function. I tried doing the following: ...
amanda_birmingham
amanda_birmi...
Offline Send Email
Apr 22, 2003
6:06 pm
166
Hi Amanda, ... Edward's JsUnit is throwing a JsUnitException instance. So you've to check in the catch statement for this type of object: try{ fail("Should...
JЖrg Schaible
joehni
Offline Send Email
Apr 22, 2003
7:45 pm
167
jsunit, -- С наилучшими пожеланиями, Alexander mailto:stankevich@......
Alexander Stankevich
a_stankevich...
Offline Send Email
May 14, 2003
1:27 pm
168
... Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo....
Greeshma Premkumar
greeshmaprem...
Offline Send Email
May 20, 2003
6:24 am
169
I am new to Unit Testing and jsunit. Is there a tutorial site where I can learn how to apply jsunit to my ASP/Jscript application to achieve unit testing. ...
suepat272000
Offline Send Email
May 27, 2003
5:29 am
170
Other than the few examples on www.jsunit.net, there is no tutorial for JsUnit yet. However, I am in the process of writing what may turn out to be a short...
Edward Hieatt
edwardhieatt
Offline Send Email
May 27, 2003
2:16 pm
171
Hello together, How does the example "Test Runner Online" work on the server http://www.edwardh.com/jsunit/ ? What or witch steps does it need for to configure...
projekt01gmbh
Offline Send Email
May 29, 2003
1:20 am
172
All you should need to do is download and unzip jsunit on a machine where it is exposed through a webserver. Then when accessing testRunner.html over HTTP,...
Edward Hieatt
edwardhieatt
Offline Send Email
May 29, 2003
2:13 am
173
We generate some fairly complex HTML using our java servlet. I'm a long term junit user, but new to jsunit. Since it looks like you have to have the jsunit...
dcorbin_work
Offline Send Email
May 29, 2003
8:55 pm
174
Yes, that's how I do it. I have a files called "testsForPageX.js", which contain a bunch of Test Functions for page X (a fragment of JavaScript). Then from...
Edward Hieatt
edwardhieatt
Offline Send Email
May 29, 2003
10:09 pm
175
Can someone offer a suggestions as to why this TestSuite (below) won't run? When I try it in the Mozilla debugger, it says <html>anonymous() in ...
dcorbin_work
Offline Send Email
Jun 3, 2003
5:21 pm
176
function testAlpha() { info("Alpha 1") setValue("criteria","levelCount","2") setValue("criteria","itemCount", "1") info("Alpha 2") } When this test runs, I get...
dcorbin_work
Offline Send Email
Jun 4, 2003
12:05 pm
177
The function is "inform", not "info". This has caused confusion a few times, so I'm going to add an "info" function to the next release. (It will just call...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 4, 2003
2:07 pm
178
Are suites not working at all for you, or is it just this particular one? What exact browser/platform are you running on? - Edward ... From: "dcorbin_work"...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 4, 2003
2:29 pm
179
It's just that one. I tried one from the tests, and it works fine. ... one? ... won't ... function" ... src="/home/dcorbin/projects/cms/Automate/target/we ...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:37 pm
180
Ah.. Thanks. ... (It will ... http://docs.yahoo.com/info/terms/...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:38 pm
181
Sorry. I forgot to say I'm using Mozilla 1.3a on Linux...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:38 pm
182
I seem to have tremendous problems with timeouts. I have a page which loads by itself just fine. But when I try to run it in the TestRunner, all I get is a...
dcorbin_work
Offline Send Email
Jun 10, 2003
1:48 pm
183
... Murphy's law. I solve it shortly after posting. The path to my .js file containing all the tests was wrong....
dcorbin_work
Offline Send Email
Jun 10, 2003
2:26 pm
184
I get this in Mozilla (4 times) whenever I run a test. I thought I could correct it by changing where certain LINK tags are written out to have a type, but it...
dcorbin_work
Offline Send Email
Jun 11, 2003
1:42 pm
185
I continue to have problems with my TestSuite, posted a week ago (or so). It just doesn't seem to run. Also, as I've tried to debug JsUnit (unsuccessfully),...
dcorbin_work
Offline Send Email
Jun 11, 2003
1:44 pm
186
Perhaps you could post an example of a test that is having problems in this way? ... From: "dcorbin_work" <david.corbin@...> To:...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 12, 2003
2:22 am
187
Could you post an example that is as small and simple as possible but that produces the problems you are having? ... From: "dcorbin_work"...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 12, 2003
2:23 am
188
It happens with tests/jsUnitAssertionTests.html from the distribution. Actually, it seems to be test-independent. ... in this ... ...
dcorbin_work
Offline Send Email
Jun 12, 2003
7:55 pm
189
I attempted to run three of JSUnit 1.3.3 self tests on recent or new versions of 8 different browsers. The tests run were: jsUnitTestSuite.html, a basic check...
Curt Arnold
pretzllboy
Offline Send Email
Jun 13, 2003
6:11 am
190
(shame!) It works. While trying to prepare the "sample test case", I ran across a few problems. 1) I had the path wrong for the TestPages 2) I had my...
dcorbin_work
Offline Send Email
Jun 13, 2003
12:42 pm
191
I've been dabbling with JsUnit enough to get TDD going on my web applciation for the client-side. I know have a framework that will work well for me, I think,...
dcorbin_work
Offline Send Email
Jun 13, 2003
1:00 pm
192
The observations of another user (not a JsUnit developer) ... I proposed adding an analog of the TestCase class while we were trying to get a resolution to...
Curt Arnold
pretzllboy
Offline Send Email
Jun 13, 2003
1:56 pm
193
Recently I added some features to JsUnit that I needed for some work I was doing. I think they're useful enough to warrant a new release soon. An early...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 13, 2003
3:07 pm
194
... I'll look for it when I have some time. Thanks. ... In JsUnit, according to the documentation, the executing one test method will effect the environment...
dcorbin_work
Offline Send Email
Jun 13, 2003
5:11 pm
Messages 165 - 194 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