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 656 - 685 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
656
Hello All, Finally getting some JsUnit testing into a project. Needed it badly! I'm using JsUnit to test something that uses the self keyword. From the point...
rajanikanth_tanikella
rajanikanth_...
Offline Send Email
Jul 3, 2006
3:28 pm
657
hi i m writing a test for a method which alerts you if one condition passes and returns a boolean value.I just want to check what the boolean value returned is...
everursamit
Offline Send Email
Jul 6, 2006
3:41 pm
658
Are you familiar with the notion of mocking functions/objects? In this case the simplest thing would be to mock out your function that does the alert, and...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 6, 2006
4:14 pm
659
Thanks for ur solution actually my collegue too gave exactly the same solution.Anyways thanks for ur support we have overcome the problem. ... this case ... ...
everursamit
Offline Send Email
Jul 7, 2006
4:50 am
660
Hello, I have problems to run JSUnit tests in order to test Dojo code. It works fine in Firefox but make me an error with IE. The HTML Runner times out... Here...
Thierry Templier
templth
Offline Send Email
Jul 12, 2006
3:33 pm
661
HI everybody its my first experience with jsunit , just wated to know can the tests be run on parallel with the help of jsunit om multiple machines Regards ...
Saksena Mudit
muditsaksena1
Offline Send Email
Jul 17, 2006
4:15 pm
662
Yes; see the documentation on the JsUnit server. ... Yes; see the documentation on the JsUnit server. On 7/17/06, Saksena Mudit < muditsaksena1@... ...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 17, 2006
4:36 pm
663
... I'm not sure this is true. On Safari 2.0.4 (419.3), I ran the following: javascript:alert(new Date() === new Date()) -> false javascript:a={ts: new...
jhurshman
Offline Send Email
Jul 19, 2006
4:19 pm
664
... the ... that ... the ... my ... I'm not sure this is true. On Safari 2.0.4 (419.3), I ran the following: javascript:alert(new Date() === new Date()) ->...
Jonathan Hurshman
jhurshman
Offline Send Email
Jul 19, 2006
4:23 pm
665
Hi, I've just starting looking at JSUnit to test my Javascript and it looks great so far except I'm obvioulsy doing something wrong but have no idea what! The...
becky_b00
Offline Send Email
Jul 26, 2006
2:59 pm
666
Hi All, I have firefox 1.5.0.4 and JsUnit is not able to close the browser after a test runs. I was wondering if someone else is running into this. After a...
nfet
Offline Send Email
Jul 26, 2006
9:15 pm
667
... I'm getting this on Eclipse SDK,Version: 3.1.2,Build id: M20060118-1600. Any fix yet? Thanks, Jim...
jarigsbee
Offline Send Email
Jul 28, 2006
3:09 pm
668
... Dear Becky, Object expected error can occur when calling an undefined function. Your debug line in your helper isn't called, so probably your helper isn't...
Chris Wesseling
chris_wesseling
Offline Send Email
Jul 28, 2006
3:09 pm
669
... I found a resolution. 2.2+ requires JDK 5. I ran eclipse under that JVM and the plugin runs now. Jim...
jarigsbee
Offline Send Email
Jul 29, 2006
6:46 am
670
If you have Firefox open already, JsUnit will grab a new tab. If that happens, JsUnit doesn't have the power to close the whole browser, so the browser stays...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 31, 2006
12:50 am
671
As part of a "get something really simple running" effort to use jsUnit in the testing of Firefox, I made a change to jsUnitTestManager.js. If you set the...
Dave Liebreich
liebreich
Offline Send Email
Aug 9, 2006
11:00 pm
672
Hmm, I guess you *could* do this, but I'd think you'd be better off using the usual JsUnit server. I would think that just setting things up the standard way...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 9, 2006
11:15 pm
673
... For some reason, I forgot about the server stuff. Though adding a few lines of javascript is a lot less work than trying to install ant and junit on our...
Dave Liebreich
liebreich
Offline Send Email
Aug 10, 2006
12:26 am
674
The JsUnit server framework also gives the ability to run on multiple browsers and multiple remote machines of varying OS running multiple browsers; you...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 10, 2006
12:36 am
675
Being developers we often appreciate shortcut assignment keys to make life easier(read 'lazy' or 'more productive' depending on your point of view) Would it be...
tomekkorz
Offline Send Email
Aug 10, 2006
2:10 pm
676
... That's true. Though in my context (testing a different build of the browser for each run, rather than testing a web app through the browser), I don't...
Dave Liebreich
liebreich
Offline Send Email
Aug 10, 2006
2:11 pm
677
Dave Liebreich <dave@...> wrote on Wednesday, August 09, ... Continuously building and testing the browser itself is a rare use case. I'm not...
J. David Beutel
david_beutel
Offline Send Email
Aug 10, 2006
2:12 pm
678
Well all the files I try to write or copy in the jsunit/tests/ directory fail. I mean can't I run a successful test with the runner and then make a copy of the...
Mike
jstrider39
Offline Send Email
Aug 12, 2006
2:07 am
679
Anyone seen this error before? I'm using Firefox 1.5, and I'm running the test using the test runner. It's a really simple test, my first spin with jsunit,...
taylorbarstow
Offline Send Email
Aug 22, 2006
5:26 pm
680
I've not seen that before. My only guess is that somehow the browser is denying access to a variable because of strong security settings. Have you set your...
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 22, 2006
5:40 pm
681
Forgive me if this question was asked already, but I could not find any threads related to this. Are there any plans to create a plugs in for Visual Studio or...
ariel_working
Offline Send Email
Aug 22, 2006
11:43 pm
682
I've experienced this in IE - it was because I was referencing the testRunner via the file:// protocol and the test page via http:// - making them both...
wilhol82
Offline Send Email
Aug 23, 2006
2:58 pm
683
I'm seriously struggling to get jsunit to run from a command line on windows without the jsunit.properties file. I am using the latest 2.2 download. I have set...
wilhol82
Offline Send Email
Aug 23, 2006
3:01 pm
684
... I'm currently writing a simple MSBuild wrapper for JSUnit - if you're interested I can give you the code. Will...
wilhol82
Offline Send Email
Aug 23, 2006
3:02 pm
685
You have to serve your test script from the same server and protocol as the test runner. So if the test runner is served via http:, you can't run a test...
Keith Wansbrough
ksw_dc
Offline Send Email
Aug 23, 2006
3:07 pm
Messages 656 - 685 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