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 954 - 983 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
954
Hello, Some folks on the Maven users' list have been discussing creating a plugin that has everything needed for agile development in JS. One of the things ...
Harlan Iverson
loopyfx
Online Now Send Email
Oct 1, 2007
8:44 pm
955
Here is what I'd like to do: I am running JSUnit 2.1. Still running (JDK 1.4.2 - don't laugh;) I'd like to be able to have a remote Windows box running JSUnit...
reemz11
Offline Send Email
Oct 2, 2007
1:11 am
956
Hi, This is a very typical and well-supported use of JsUnit. Apologies for the lack of documentation - we're currently working on revamping the website, which...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 2, 2007
3:09 am
957
Thanks for the info. What do I need to enable on the machine running the tests so that the remote server can communicate with it? Do I have to also start a...
Qazi, Karim
reemz11
Offline Send Email
Oct 2, 2007
3:34 pm
958
Here is what I have found with both JSUnit 2.1 & 2.2 in relation to my use case. 1. With 2.1 it does not spawn a server instance on the machine running the...
reemz11
Offline Send Email
Oct 3, 2007
3:16 am
959
What I am trying to say is how does the remote JSUnit server request the tests from the build server? ... the remote server can communicate with it? Do I have...
reemz11
Offline Send Email
Oct 3, 2007
3:17 am
960
Sorry you're having trouble getting started. Here are the basics: A. Start a JsUnitServer on each of the machines on which you want the tests to run....
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 3, 2007
3:30 am
961
I actually did the steps (A, B & C) you outlined before I wrote the last post comparing the differences I found between 2.2 & 2.1 JSUnit versions. 1. I...
reemz11
Offline Send Email
Oct 3, 2007
3:54 am
962
I wouldn't bother with 2.1 (it's very old) - stick with 2.2. OK, you're farther along than I thought. It does sound like the problem is that you haven't...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 3, 2007
3:58 am
963
Doesn't JSUnit 2.2 automatically use the directory relative to where the tests are run from. For example in my testing I am running everything from where I...
reemz11
Offline Send Email
Oct 3, 2007
2:38 pm
964
I also could see (since my timeout was 120secs) that manually requesting the test page I set in the testPage query string param would actually return...
reemz11
Offline Send Email
Oct 3, 2007
2:38 pm
965
Sounds like at this point you have enough information to configure things - there must just be something wrong in your configuration....
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 3, 2007
3:36 pm
966
Still, do I have to manually set the resourceBase if I run the build from the base dir? ... From: jsunit@yahoogroups.com <jsunit@yahoogroups.com> To:...
Qazi, Karim
reemz11
Offline Send Email
Oct 3, 2007
7:28 pm
967
I ran more tests today and could not get my tests to run. At this point I don't know what I am doing wrong... It appears that the test runner makes the...
reemz11
Offline Send Email
Oct 4, 2007
3:50 am
968
No, the resourceBase defaults to the working directory....
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 6, 2007
1:57 pm
969
I'm not clear on exactly where things are breaking down. Does the browser on the remote machine start up? Does it successfully open the Test Runner by...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 6, 2007
1:58 pm
970
The browser opens up on the remote machine and trys to run the tests located on the build machine HOWEVER it seems like the remote server can't find the tests....
Qazi, Karim
reemz11
Offline Send Email
Oct 6, 2007
7:10 pm
971
... located on the build machine HOWEVER it seems like the remote server can't find the tests. The reason i say this is because the browser on the remote...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 6, 2007
7:16 pm
972
Times out trying to load the tests. ... From: jsunit@yahoogroups.com <jsunit@yahoogroups.com> To: jsunit@yahoogroups.com <jsunit@yahoogroups.com> Sent: Sat Oct...
Qazi, Karim
reemz11
Offline Send Email
Oct 7, 2007
9:37 pm
973
Hi, I just switched to the latest version of jsunit and noticed that dojo no longer loads when the script element is included in the header like this: <head> ...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 8, 2007
12:16 am
974
Hi, Please scratch the previous message. I think the issues is still there. I'm trying to load dojo before setUp is called. Currently it seems like setup is...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 8, 2007
12:16 am
975
im using JSunit with Mevan for automate unit testing of javaScript and i wrote two subclass StandaloneTest class in net.jsunit. can anyone help me to change my...
sanjeewanan
Online Now Send Email
Oct 8, 2007
8:22 pm
976
My best solution (which I don't think is good) to date has been to download jsunit using an antrun task, and use the unziped libs in my class path for running...
Harlan Iverson
loopyfx
Online Now Send Email
Oct 9, 2007
3:30 am
977
I have an implementation of this working myself. This is the dependency chain from my pom: <dependency> <groupId>net.jsunit</groupId> ...
Ross Simpson
eldoclimber
Offline Send Email
Oct 9, 2007
5:59 am
978
Thanks, that's really helpful and encouraging to know that somebody's done it. When you are able, you should talk with Nicolas De Loof from the Maven list; he...
Harlan Iverson
loopyfx
Online Now Send Email
Oct 9, 2007
7:54 am
979
Hi, i've been setting up my jsunit tests to run on a remote machine, and like the thread of late I've started banging my head against the wall Since I now have...
michaeljgtnet
Offline Send Email
Oct 9, 2007
6:30 pm
980
Hi, im trying to automate jsunit test suite in mevan build. so i used StandaloneTest class and JSUnitApp is extending from it and set url and browsernames in...
sanjeewanan
Online Now Send Email
Oct 9, 2007
6:30 pm
981
... Hi, i used this method and set url and browserfilenames useing system.property method, but its not executing my testpage. also no any error message and...
sanjeewanan
Online Now Send Email
Oct 9, 2007
6:30 pm
982
hello. I have a remote test setup working. and so long as i only use one browser it's great :) but i want to use more than one browser :( I have my server...
michaeljgtnet
Offline Send Email
Oct 9, 2007
6:31 pm
983
The key to fixing this issue is to use the "client" IP & Port in your client configuration URL and not the server IP & Port. Once I started using my client IP...
reemz11
Offline Send Email
Oct 10, 2007
3:11 am
Messages 954 - 983 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