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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 698 - 727 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
698
Hi, I'm running the browser based test runner inside the eclipse browser widget and testing time increases by about 0.3 seconds with each run. Here are my...
ole_ersoy
Offline Send Email
Sep 11, 2006
4:16 am
699
... Hi Ole, Could it be that your code under test is using functions that are leaky under Firefox? Chris...
Chris Wesseling
chris_wesseling
Offline Send Email
Sep 11, 2006
3:37 pm
700
It's entirely possible. When I close the browser and restart the tests run fast again. I have 2 Gig ram on this machine, but since it's running inside the JVM...
Ole Ersoy
ole_ersoy
Offline Send Email
Sep 11, 2006
5:43 pm
701
I'm not surprised that Firefox 1.0.7, as packaged with fc3, leaks a bit. A lot of resource leaks were fixed in the 1.5 releases, so I perhaps grabbing the...
Dave Liebreich
liebreich
Online Now Send Email
Sep 11, 2006
6:04 pm
702
Oh Cool - I'll give it a shot! Thanks for the tip. Cheers, - Ole ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Ole Ersoy
ole_ersoy
Offline Send Email
Sep 11, 2006
8:20 pm
703
Hi, How do I test UI widgets using JsUnit? I have java script codes which generate HTML widgets like textbox, radio, checkbox, etc dynamically, based on Ajax...
Sam
mr_sam_here
Offline Send Email
Sep 13, 2006
7:20 pm
704
You'll want to simulate a response from the server. I assume you use an XmlHttpRequest object in your code. In your test, you can use the MockXmlHttpRequest...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 13, 2006
7:35 pm
705
I use both JsUnit and Selenium for testing my applications. You may want to take a look at Selenium (www.openqa.org) and how it tests UI components. That's how...
dhwang101
Online Now Send Email
Sep 13, 2006
11:34 pm
706
As I understand, using selenium, the UI can be tested from within the browser by using a test case written in HTML. This will basically test the overall flow...
Sam
mr_sam_here
Offline Send Email
Sep 14, 2006
2:09 pm
707
Thanks Edward. Sounds good. But I don't have a "lib" folder in my JsUnit, and I don't have the jsUnitAjax.js file at all. Which version of JsUnit are you...
Sam
mr_sam_here
Offline Send Email
Sep 14, 2006
2:16 pm
708
... Try getting the subversion trunk from sourceforge. http://sourceforge.net/svn/?group_id=28041 Though it's in development, it's pretty good harnessed with...
Chris Wesseling
chris_wesseling
Offline Send Email
Sep 14, 2006
3:51 pm
709
... Well, I may have misunderstood you. In original post you said you have widget generated in response to a request. So what I meant with using some of...
dhwang101
Online Now Send Email
Sep 17, 2006
4:09 pm
710
There are 2 broad of tests that people usually write for their applications: unit and functional. JsUnit is primarily aimed at unit testing - calling ...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 17, 2006
4:51 pm
711
Hi, Anyone know if it's possible to test for image onload event's. I saw this in the samples that came with jsunit: var aVar = null; function testOnLoadFired()...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 1, 2006
2:41 am
712
I think I may have answered my own question on this. Suppose I wanted to test an asynchronous notification. The observer was notified 2 hours after the request...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 1, 2006
9:01 pm
713
Hi, Ole. Have you found solution for that?...
pakyoungrok
Offline Send Email
Oct 2, 2006
2:41 pm
714
I think it's a bug in the plugin. I sent the stack trace to Edward, but have yet to hear anything. Cheers, - Ole ... ...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 2, 2006
5:11 pm
715
I found the reason. Classpath setting was wrong. I downloaded the source and found some mismatch. open plugin.xml -> Runtime tab -> Classpath, lib/jdom.jar,...
Youngrok Pak
pakyoungrok
Offline Send Email
Oct 4, 2006
3:37 am
716
the second solution doesn't work. you may have to do what i did. i attached fixed plugin. try it....
Youngrok Pak
pakyoungrok
Offline Send Email
Oct 4, 2006
3:46 am
717
Oh Cool - Nice work! Thanks for posting back. I'll give it a shot. Thanks again, - Ole ... __________________________________________________ Do You Yahoo!? ...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 4, 2006
4:25 am
718
Hi guys, I have been using jsUnit for quite some time and I really enjoy it. It is an invaluable tool for any type of JavaScript development. I have been...
Hristo Deshev
madmuncho
Offline Send Email
Oct 10, 2006
2:59 am
719
Hi, Are you familiar with setUpPage? It might help you here. Here's a quote from the documentation at jsunit.net: JsUnit supports another kind of setUp...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 10, 2006
3:15 am
720
Hi, I'm new to jsUnit, and I'm trying to run it in XULRunner 1.8.0.4 (essentially a gecko-engine designed for standalone applications). When I open up...
Buddha Buck
buddhabuck
Online Now Send Email
Oct 10, 2006
2:45 pm
721
Awesome! Thanks Edward! I'm posting my wait function -- maybe it will be of some use to others trying to use jsUnit with Atlas: //wait for Sys.Runtime to...
Hristo Deshev
madmuncho
Offline Send Email
Oct 10, 2006
2:46 pm
722
... I can offer a workaround: you can pass the test page as a parameter to the testRunner: file:///foo/bar/jsunit/testRunner.html?testpage=file:///foo/bar/ ...
Erik Hanson
hanson_erik
Offline Send Email
Oct 12, 2006
1:51 pm
723
Hi everyone, I'm using the Eclipse plugin 1.0_alpha3 and JsUnit 2.2_alpha18. Everything works fine, but trace messages (info[rm], warn, debug) do not appear in...
ivanm000
Offline Send Email
Oct 13, 2006
12:56 am
724
Tracing is output to a window while you're running the tests manually. The traces don't get written to any persisted logs or reported to Eclipse. We're...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 13, 2006
1:27 am
725
Hi all, I am running some jsunit tests using ant which starts a Mozilla - firefox 1.5. And I realised that the build is successful if there are syntax errors...
adam dallis
d_dallis_gr
Offline Send Email
Oct 13, 2006
2:51 pm
726
If there are syntax errors that are "bad" enough such that the browser cannot parse the Test Functions, then the browser reports that there are no functions in...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 13, 2006
3:12 pm
727
For me, the following removed the Active Content blocking: Tools -> Internet Options -> Advanced. Look for Security section and check "Allow active content to...
ivanm000
Offline Send Email
Oct 14, 2006
1:20 am
Messages 698 - 727 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