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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 338 - 371 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
338
Is there a way to output trace messages into generated during standalone run XML files?...
irina_sheykhzade
irina_sheykh...
Offline Send Email
Dec 3, 2004
7:15 pm
339
Correct me if I'm wrong, but I think you're asking whether you can programmatically (that is, inside JS tests) add to the XML file that is created when you...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 4, 2004
5:23 am
340
Hi Edward, that would be exactly what I need. I want to capture all trace messages for the standalone test suite. What file it will go to is not important. ...
Irina Sheykh-Zade
irina_sheykh...
Offline Send Email
Dec 6, 2004
5:35 pm
341
Edward, I sent this to you as an email, but I will post it here as well. Has anyone written a PHP wrapper for your test framework? We are looking for a...
jc_hearn
Offline Send Email
Dec 12, 2004
10:17 pm
343
Hi - I'm not sure I completely understand your question. PHP is a serverside scripting language, and JSUnit is for testing clientside JavaScript. Are you...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 13, 2004
12:20 am
345
I can understand your confusion, but what I am looking for is fairly straight forward. We develop applications written in PHP tightly coupled with Javascript....
jc_hearn
Offline Send Email
Dec 13, 2004
5:50 am
347
How do you test a page that refers to opener?...
jc_hearn
Offline Send Email
Dec 16, 2004
6:42 pm
348
I answered my own question: 1. Run the page which generates the popup. 2. Replace the address line of the popup with the address of the test runner. 3....
jc_hearn
Offline Send Email
Dec 17, 2004
12:40 am
349
Is there any way to test a page that results from a post (form submit)?...
jc_hearn
Offline Send Email
Dec 17, 2004
12:44 am
350
JsUnit is for unit testing client-side JS. It doesn't support interaction with a server, because by nature that would mean a functional test of server ...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 20, 2004
12:22 am
351
HttpUnit is another likely candidate for testing against a server. However, by necessity, it is more a tool for functional testing than unit testing....
Larry Siden
lsiden
Offline Send Email
Dec 22, 2004
4:10 am
352
Hi, My application is sort of GUI editor. I wanted to unit test this with jsunit. I found it difficult to simulate events as I am actually dealing with...
r_slide
Offline Send Email
Dec 24, 2004
12:18 pm
353
see ruby runit. This is a testing framework which plugs into IE and can simulate all user actions. Bert ... From: r_slide [mailto:r_slide@...] Sent: Fri...
Bert vanBrakel
bertvanbrakel
Offline Send Email
Dec 24, 2004
11:48 pm
354
Hey, We are using JsUnit. And we've encountered the following error on some machines when running tests against IE 6.0, "Can't execute code from a freed...
John Horgan
JHorgan@...
Send Email
Jan 13, 2005
3:53 pm
355
I've seen this when creating a javascript object on a page, passing it to another page, and getting rid of the first page. Specifically, I have had modal...
Jason Bernstein
jdber
Offline Send Email
Jan 13, 2005
4:47 pm
356
I'm trying to get some documentation on using jsUnit, but the home page is down. Does anyone know its status?...
Michael L. Jones
mljones1947
Offline Send Email
Jan 14, 2005
4:43 pm
357
We experienced 3-4 hours of downtime this morning as we switched ISPs. Sorry for the inconvenience. I believe things should be working OK now. - Edward...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 15, 2005
5:31 am
359
Hi, How to test the java script functions in the jsp,html pages. For example, suppose we have to text boxes to enter the numeric values and on clicking a...
superprince_1983
superprince_...
Offline Send Email
Feb 3, 2005
11:22 am
360
There's two ways you can do this. One is to actually write a form on the page named form1 and test its value after calling the function. I don't like this...
David Chelimsky
dchelimsky
Offline Send Email
Feb 3, 2005
1:09 pm
361
Hi, Thank you very much. how to get familiar with javascript objects? can u provide some sites or online docs. ... on the ... don't like ... I prefer ... If...
superprince_1983
superprince_...
Offline Send Email
Feb 3, 2005
2:16 pm
362
One way to get familiar with objects is to take a look at the JsUnit code itself - we try to make it as OO as possible. In terms of mock objects, you might...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 3, 2005
4:17 pm
363
Google "javascript objects" and there's a ton. Here's one that talks about both the built in objects (DOM) and how to create your own: ...
David Chelimsky
dchelimsky
Offline Send Email
Feb 4, 2005
4:59 am
364
Try to start a JsUnit server, i've got following error, any idea? Thanks, ========================================== C:\jsunit>ant start_server Buildfile:...
rhuo221
Offline Send Email
Feb 11, 2005
5:47 am
365
I guess you are using the old version jdk. Please check your java version and make sure you are using at least jdk 1.4 to run it. rhuo221 <rhuo1@...>...
Peihuan Xu
pxu123
Offline Send Email
Feb 11, 2005
6:27 am
366
Here is my JDK/JRE/VM version: Total time: 1 second C:\jsunit>java -version java version "1.4.2_07" Java(TM) 2 Runtime Environment, Standard Edition (build...
rhuo221
Offline Send Email
Feb 11, 2005
6:50 am
367
What are people using to view the JSUnit server logs? What kind of questions are people asking of the logs? We think what we want to know is what test suits...
jc_hearn
Offline Send Email
Feb 11, 2005
10:35 pm
368
When I post a form to another page (asp), I want to run some javascript and I want to use jsunit to help with the debugging. In the htmlrunner page, you enter...
wildahunden
Online Now Send Email
Feb 16, 2005
5:25 pm
369
I'm having trouble getting jsunit to run on our (strange, proprietary, closed source) browser. It loads a test suite fine, say from "tests/testsuite.html", yet...
FourStringMother
FourStringMo...
Offline Send Email
Feb 23, 2005
8:03 pm
370
Hello, I don't know whether this kind of question came up in the past. Anyway, I new to JsUnit and I have some basic questions. Let me take an example of web...
DharaniLakshmi Govindan
haidharani
Offline Send Email
Feb 23, 2005
9:44 pm
371
JsUnit is for unit testing in-browser javascript, not for testing "walking through" web applications. Most likely you are looking for something like...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 23, 2005
9:54 pm
Messages 338 - 371 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