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 155 - 184 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
155
... This is what I've done: We only have to support IE 5.5+ so I used xmlHttp to do a request to a servlet that would wait for a specified amount of time. It...
Shellman, Joel
joelshellman
Offline Send Email
Mar 3, 2003
4:53 pm
156
I checked with the moderator and he mentioned it would be okay for me to post this. We would like someone specifically with jsUnit experience so I thought it...
joelshellman <joelshe...
joelshellman
Offline Send Email
Mar 4, 2003
12:36 am
157
I played a little bit trying to get the Palm WebBrowser 2.0 simulator to run JSUnit, but didn't have much success. I'll also try the Internet Explorer 5.5 for...
Curt Arnold
pretzllboy
Offline Send Email
Mar 8, 2003
6:56 am
158
1. There is a problem on line 293 of JsUnitCore.js that raises an exception when displaying the test files in the browser. The following change will avoid the...
Curt Arnold
pretzllboy
Offline Send Email
Mar 14, 2003
6:42 am
159
... Yes, I've seen that cause problems and intended to submit this for the next release. if (top && top.xbDEBUG && top.xbDEBUG.on && top.testManager) ... The...
Bob Clary
bobclary2
Offline Send Email
Mar 14, 2003
12:55 pm
160
All, Has anyone tried testing client-side VbScript using JsUnit? I have created a simple class in VbScript: <script language="VBScript"> Class...
Turpin, Jay
jay_turpin
Offline Send Email
Mar 14, 2003
4:11 pm
161
... I've only tested with PDA simulators. I believe the browser on the Palm simulator has a 306x276 pixel content area. The Win CE emulator can be configured...
Curt Arnold
pretzllboy
Offline Send Email
Mar 15, 2003
3:34 pm
162
... Looks tolerable on the Palm simulator. However, the Palm simulator still does not apparently do anything when you press Run....
Curt Arnold
pretzllboy
Offline Send Email
Mar 18, 2003
6:27 am
163
Hello everyone, I tried to use JSUnit in Mozilla 1.3 to test a library I wrote. I got the JSUnit program setup, and it finds the page, but no unit tests. I...
Stephan Richter
strichter
Online Now Send Email
Mar 30, 2003
1:38 am
164
A follow up: I figured out that Mozilla can only handle one script element per page (why? I dunno). Therefore, if I place scripts before the test scripts code,...
Stephan Richter
strichter
Online Now Send Email
Mar 30, 2003
3:07 am
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
Messages 155 - 184 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