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 451 - 484 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
451
Most probably you've got the wrong uri? Could you please give us an example of what you're doing? /Stefan > To: jsunit@yahoogroups.com > From:...
Stefan Andersson
lbsa71
Offline Send Email
Nov 9, 2005
8:22 pm
452
I try to explain what I should do: I have to make some test on web pages; so I need to load on a variable the testing page; to do that I thought to behave like...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 9, 2005
10:01 pm
453
Normally, you would break out the JavaScript code you want to test into a separate .js library that you include on your web pages. This file you then also...
Stefan Andersson
lbsa71
Offline Send Email
Nov 10, 2005
7:15 am
454
Yes it is, but doesn't avoid the trouble of the window! I try to explain the better I can: what I want to test is a client-side application written in...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 10, 2005
3:16 pm
455
If I understand you correctly, I would recommend you to break out the parts of your client-side application that contains the logic you want to test (the...
Stefan Andersson
lbsa71
Offline Send Email
Nov 11, 2005
8:02 am
456
Ok, you understood what I tried, but my trouble focused on how I can set up the "dummy" page into my test page to feed application without prompting the dummy...
vash_de_stampide
vash_de_stam...
Offline Send Email
Nov 11, 2005
9:12 am
457
Hi, Marco. I suggest that you 'short circuit' your web page fetching - 'mock' it (mocking means making code that looks like the thing you try to test, but it...
Stefan Andersson
lbsa71
Offline Send Email
Nov 14, 2005
9:00 am
458
I have a similar problem with XMLHTTP async testing problem. So, I changed _runTest method in jsUnitTestManager.js to check setUpPageStatus for every test...
dhwang101
Offline Send Email
Nov 17, 2005
4:31 am
459
... There's trouble with this change: 1) If you have a setUpPage/setUpPageComplete method, it will now be run with *every* test, not just at the beginning of...
dfabulich
Online Now Send Email
Nov 30, 2005
10:26 pm
460
Since it looks like many people here have had to kludge in something to test AJAX and other asynchronous JavaScript events, I thought I'd mention one of my...
Dan Fabulich
dfabulich
Online Now Send Email
Nov 30, 2005
11:07 pm
461
Hi, I use eclipse as my primary IDE, mostly because of unit testing plugins for python, php, and ruby.... I just like being able to just write the test without...
James Carr
cloud_strife...
Offline Send Email
Dec 1, 2005
6:40 pm
462
... There's something that looks like an eclipse plugin (or the start of one?) in the CVS repository... but I have no idea if it works or if you'd want to use...
Dan Fabulich
dfabulich
Online Now Send Email
Dec 7, 2005
3:44 am
463
... The "solution" I listed turns out not to really be a solution at all on most browsers. The reason why JavaScript has no native synchronous sleep()...
Dan Fabulich
dfabulich
Online Now Send Email
Dec 16, 2005
8:15 am
464
Yes, I don't really care if setUpPage() runs everytime or not. I'm not using isDataLoaded() You're right, The setUpPage timeout will fire eventually if ...
dhwang101
Offline Send Email
Dec 21, 2005
3:15 am
465
... I meant the "isDataLoaded" function from your e-mail here: http://groups.yahoo.com/group/jsunit/message/458 That's the function you wrote that does the...
Dan Fabulich
dfabulich
Online Now Send Email
Dec 22, 2005
9:45 pm
466
hm.. You're right. :) I forgot what I wrote. I'm going to change my test so I don't use isDataLoaded(). Instead, I will update the setUpPageStatus in a...
dhwang101
Offline Send Email
Dec 23, 2005
1:32 am
468
Hi, We are using JSUnit in our overnight unit test procedure, testing a reasonably complex piece of client code, and found that some changes were necessary in...
Keith Wansbrough
ksw_dc
Offline Send Email
Jan 4, 2006
2:58 pm
469
Hello all, A JsUnit Eclipse plugin is currently in development; in fact, an alpha version is getting near completion. One thing we need in order to release is...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 9, 2006
10:30 pm
472
This is spam right?...
Brendan Baldwin
imbrendanbal...
Offline Send Email
Jan 17, 2006
2:22 pm
473
Nah.. he's an insightful young man giving us great insight on the "science" of call centers. ;)...
James Carr
cloud_strife...
Offline Send Email
Jan 17, 2006
2:53 pm
474
Yes, it's spam. Whenever this happens, I delete the message and bounce the "member" off of the list....
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 17, 2006
4:03 pm
476
... I am new at JsUnit. I notice that in the test folder there is a .vup file and a .wsf file (the .wsf file would work on the command line)...
mozillanerd
Offline Send Email
Jan 25, 2006
10:55 pm
477
1. I have a problem with the client-side; if I execute tests in the onload event using var=new HTMLTestRunner(new StringWriter());runner.start("--classic"), as...
mozillanerd
Offline Send Email
Jan 25, 2006
11:44 pm
478
Hello, ... first I must point out, that there are two JsUnit libraries, one from Edward Hieatt and one from me. Edward's is much more appropriate for Java...
Jörg Schaible
joehni
Offline Send Email
Jan 26, 2006
6:50 pm
479
... I am quite sure, the original poster is referring Edward's JsUnit here. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Jan 26, 2006
7:44 pm
480
... from Edward ... scripts, ... tests (I ... test pure ... a lot ... JsUnit. ... JavaScript ... form of a ... must ... and you ... create the ... Scripting ...
mozillanerd
Offline Send Email
Jan 27, 2006
5:04 am
481
If you are really just starting out I would suggest investigating selenium. http://www.openqa.org/selenium/ Nate ... From: mozillanerd To:...
Nate Kirby
natebkirby
Offline Send Email
Jan 27, 2006
4:24 pm
482
I have started using JSunit for testing very recently. Instead of invoking the test runner from a local file, I put my jsunit folder and all my test files in a...
Shankar Chandrasekaran
chand_shanka...
Offline Send Email
Jan 27, 2006
6:37 pm
483
... selenium. http://www.openqa.org/selenium/ ... side and server side use of JsU ... in the ... engine ... pages. I have ... JavaScript ... server-side ... ...
mozillanerd
Offline Send Email
Jan 28, 2006
8:58 am
484
Hi, ... It is quite easy. See my description below and have a look at the class hierarchy - this should make things clear. First of all my JsUnit is quite a...
Jörg Schaible
joehni
Offline Send Email
Jan 29, 2006
3:37 pm
Messages 451 - 484 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