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 891 - 920 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
891
Hi there, I'm currently working on a logging API in Javascript which I need to test. My API has three methods: logToConsole - this method logs to the Firefox...
fmrseanoshea
Offline Send Email
Jun 1, 2007
2:45 pm
892
Running jsunit on opera causes a problem, simply because it does not support file:/// It should be file:// In getDocumentProtocol function of...
maxva1979
Offline Send Email
Jun 5, 2007
2:07 pm
893
Hi, Opera should work fine in JsUnit. You mention some details in the code, but what problem are you coming across when you actually try to use JsUnit? -...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 5, 2007
2:15 pm
894
Hi, We need to run our unit tests from a real web server as they rely on certain document.domain settings. Is it possible to configure the eclipse plugin to...
Patrick Myles
patrick_t_myles
Offline Send Email
Jun 5, 2007
4:01 pm
895
I created a project in Eclipse imported my java scripts and test pages into it, tried to Run the test page as JsUnit test page but it seems to throw a lot of...
ABHINAV AGRAWAL
abhinav_ag19
Offline Send Email
Jun 7, 2007
6:28 pm
896
It looks like you entered the location of testRunner, rather than of your browser binary, in the JsUnit preferences. You need to enter a browser path (e.g....
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 7, 2007
6:35 pm
897
Thanks you are right. Now after I pointed it to the browser it just opens the browser with testRunner and I need to manually give the path of the page I need...
ABHINAV AGRAWAL
abhinav_ag19
Offline Send Email
Jun 7, 2007
8:57 pm
898
... You shouldn't need to do anything after launching the test - it should just pop up the browser, run the test, close the browser, and report the results in...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 7, 2007
9:08 pm
899
Ok. Lets take it this way. I try the tests provided with JsUnit this time. Run them as JsUnit tests the browser opens and the console in eclipse shows...
ABHINAV AGRAWAL
abhinav_ag19
Offline Send Email
Jun 8, 2007
12:12 am
900
What eaxctly is meant by " Usually your tests and code are in your source tree and the point at JsUnit somewhere. " Yes I know tried the test pages from...
ABHINAV AGRAWAL
abhinav_ag19
Offline Send Email
Jun 8, 2007
12:13 am
901
Sorry, I didn't mean to confuse things. It sounded from your post that you were under the impression that your tests and code needed to live inside the jsunit...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 8, 2007
12:20 am
902
I just downloaded jsunit and unzipped. I started testRunner and found that I am having difficulty in running my first test. First I am missing the Browse...
sangirardict
Offline Send Email
Jun 8, 2007
4:41 am
903
I am attaching my a simple .html file can you please look into it and tell if if sumthing is missing. as the testRunner is not even able to find this file. ...
ABHINAV AGRAWAL
abhinav_ag19
Offline Send Email
Jun 8, 2007
8:56 pm
904
Just starting with JSUnit, I think I'm misunderstanding how something works. I have machine A which I'm kicking off a distributed_test from, and a machine B...
dale.betterton
Offline Send Email
Jun 11, 2007
5:03 pm
905
Your problem is more than likely because of IE7. It ignores your parameter string (everything after the ?) I had this same problem with the stand alone test....
java71@...
ajtc1701
Offline Send Email
Jun 11, 2007
6:25 pm
906
Well, for me when I run my test page as a JsUnit Test page. it triggers the browser and browser "does NOT" say anything like opening the test page etc. It...
Abhinav Agrawal
abhinav_ag19
Offline Send Email
Jun 18, 2007
12:50 am
907
Can you post the URL that the browser opens on when you launch the test runner from Eclipse?...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 19, 2007
4:01 am
908
Hey the codes I mailed previously worked for me with Firefox but failed in IE7 ________________________________ From: jsunit@yahoogroups.com...
Abhinav Agrawal
abhinav_ag19
Offline Send Email
Jun 24, 2007
3:30 pm
909
I can attach the contents of the javascript and html page calculate.js function calculate(a,b,c) { d = (a+b) * c; return d; } calculate(10,1,3); ...
Abhinav Agrawal
abhinav_ag19
Offline Send Email
Jun 24, 2007
3:31 pm
910
If it's timing out, it means that the path to jsUnitCore.js in the test page is incorrect....
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 26, 2007
3:16 am
911
I can't get IE to close with jsunit property closeBrowsersAfterTestRuns=true...
Justin
jrocknscooter
Offline Send Email
Jul 18, 2007
10:11 am
912
jsUnit, great tool. thx I have found that as the eclipse plugin uses the external browser it is has some annoying behaviours, at least for quickly running...
r2914c
Offline Send Email
Jul 18, 2007
10:12 am
913
s = (""+window.location).replace("file:///C:…",'localhost'); if (s.indexOf("cacheBuster")<0) window.location = `http://localhost/jsunit/testRunner.html? ...
r2914c
Offline Send Email
Jul 18, 2007
10:12 am
914
Hi to all, I am testing simple javascript example using jsunit.I have not seen any bar. What to write in "Enter the file name of test page to be run" in...
manderewp singh
er_mandeep_b...
Offline Send Email
Jul 18, 2007
10:13 am
915
Hello, I have exactly the same problem with Safari! Does anybody know an answer to that problem? Thanks! ... ...
christoph_steinwachs
christoph_st...
Offline Send Email
Jul 18, 2007
10:13 am
916
Does anybody know why the test example of jsunit "jsUnitTestLoadStaff.hmtl" fails in IE 7? Thanks in advance!...
christoph_steinwachs
christoph_st...
Offline Send Email
Jul 18, 2007
10:14 am
917
Hello everyone. I have run into an issue trying to run the standalone server. I invoke it through the command "ant standalone_test", which results in a ...
ixchael
Offline Send Email
Jul 25, 2007
4:16 pm
918
... That means you're trying to run code compiled for Java 5 (JDK 1.5) under a JDK 1.4 virtual machine. -- ... * George Dinwiddie *...
George Dinwiddie
gdinwiddie
Offline Send Email
Jul 25, 2007
5:02 pm
919
Yeah, I found out later that the version used to compile it was 1.5. I opened the jar file in a ZIP editor and looked in the manifest file. The funny thing is,...
ixchael
Offline Send Email
Jul 26, 2007
3:06 pm
920
Hi, I struggled with the same problem for a while, and finally came up with a solution. Safari seems to use the file scheme instead of the http scheme for...
Ross Simpson
eldoclimber
Offline Send Email
Jul 28, 2007
9:34 am
Messages 891 - 920 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