You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(4) |
Jul
(2) |
Aug
(5) |
Sep
(15) |
Oct
(11) |
Nov
(8) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(8) |
Feb
(28) |
Mar
(15) |
Apr
(8) |
May
(15) |
Jun
(21) |
Jul
(10) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Suresh K. <sur...@gm...> - 2014-07-24 12:25:20
|
How to send executed suite report through email.
Steps done:
SET
SAHI_EXT_CLASS_PATH=%SAHI_USERDATA_DIR%\extlib\mail\mail.jar;%SAHI_USERDATA_DIR%\extlib\mail\activation.jar;%SAHI_HOME%\lib\ant-sahi.jar;
Code:
function sendEmail($emailSubject, $emailBody) {
var $host = "smtp.gmail.com";
var $port = 465;
var $username = "ab...@gm...";
var $password = "11111";
var $isSSL = true; // set to true if you use SSL
var $mailer = new Packages.net.sf.sahi.ant.Mailer($host, $port,
$username, $password, $isSSL);
var $from = "ab...@gm...";
var $to = "ab...@gm...";
$mailer.send($from, $to, $emailSubject, $emailBody);
}
sendEmail("Mail from Sahi", "All izz well");
function onScriptEnd(){
var $status = _scriptStatus(); // "FAILURE" or "SUCCESS"
var $scriptName = _scriptName();
var $scriptPath = _scriptPath(); // Script name with full file path
sendEmail($status + ": " + $scriptName, "Script: " + $scriptPath +
"\nStatus: " + $status);
}
*Error:ERROR[1 ms] [05:39:03.948] *
*TypeError: [JavaPackage net.sf.sahi.ant.Mailer] is not a function, it is
object.*
|
|
From: abijith <abi...@gm...> - 2013-07-21 05:47:23
|
http://rannochandtummel.co.uk/ipolpg/xlyhao.ognqdedvxkatjkxqtp |
|
From: parimah M. <pa...@ho...> - 2010-04-08 16:21:31
|
HiI installed Sahi and started it. Opened IE (version 7) and clicked on tools-internet options - Connection - Lan setting, checked marked used proxy server.. clicked Advanced HTTP = localhost, Port = 9999 OK.When I goto the page that I want to record and do CTRL+ALT + double click do not get the SAHI controller... but if I open FireFox and CTRL+ALT+ double click I do get it...Am I doing something wrong? is the key combination for opening sahi controller different for IE? does it work with IE?ThanksParimah _________________________________________________________________ The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5 |
|
From: Nigel H. <nj...@ba...> - 2010-04-06 12:23:22
|
On 01/04/10 18:26, Narayan Raman wrote:
>>> Hi Nigel,
>>>
>>> apt-get install sun-java6-jdk
>>> should mostly get it. You may want to check on the Debian forums
>>> about it.
>> Yes that install, thanks.
>>
>> The build fails now with this:
>>
>> ...
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.issue.IssueFormatterTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.issue.IssueReporterTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.079
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.issue.JiraIssueCreatorTest
>> [junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0.403
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testLogout(net.sf.sahi.issue.JiraIssueCreatorTest): Caused an ERROR
>> [junit] net.sf.cglib.core.DebuggingClassWriter$1
>> [junit] java.lang.NoClassDefFoundError:
>> net.sf.cglib.core.DebuggingClassWriter$1
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
>>
>> [junit] at
>> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
>>
>> [junit] at
>> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
>>
>> [junit] at
>> net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
>> [junit] at
>> net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
>> [junit] at
>> net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
>> [junit] at
>> net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
>> [junit] at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:48)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:37)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:26)
>> [junit] at
>> org.jmock.cglib.MockObjectTestCase.newCoreMock(MockObjectTestCase.java:33)
>>
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:57)
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:45)
>> [junit] at
>> net.sf.sahi.issue.JiraIssueCreatorTest.setUp(JiraIssueCreatorTest.java:47)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:37)
>> [junit] Caused by: java.lang.ClassNotFoundException:
>> net.sf.cglib.asm.util.TraceClassVisitor not found in
>> gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/njh/src/sahi/branches/sahi_rhino_controller2/classes/,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/ant/ant-testutil.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/test/jmock-1.1.0.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/test/jmock-cglib-1.1.0.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/xmlrpc/xmlrpc-common-3.0.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/xmlrpc/xmlrpc-client-3.0.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/xmlrpc/ws-commons-util-1.0.1.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/apc/commons-codec-1.3.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/test/cglib-nodep-2.1_3.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/test/junit.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/test/log4j.jar,file:/home/njh/src/sahi/branches/sahi_rhino_controller2/extlib/rhino/js.jar,file:/usr/share/ant/lib/ant-launcher.jar,file:/usr/share/ant/lib/ant.jar,file:/usr/share/ant/lib/ant-junit.jar],
>> parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
>> [junit] at java.net.URLClassLoader.findClass(libgcj.so.10)
>> [junit] at java.lang.ClassLoader.loadClass(libgcj.so.10)
>> [junit] at java.lang.ClassLoader.loadClass(libgcj.so.10)
>> [junit] at java.lang.Class.forName(libgcj.so.10)
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testInitializeXmlRpcClient(net.sf.sahi.issue.JiraIssueCreatorTest):
>> Caused an ERROR
>> [junit] net.sf.cglib.proxy.Enhancer
>> [junit] java.lang.NoClassDefFoundError: net.sf.cglib.proxy.Enhancer
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:48)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:37)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:26)
>> [junit] at
>> org.jmock.cglib.MockObjectTestCase.newCoreMock(MockObjectTestCase.java:33)
>>
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:57)
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:45)
>> [junit] at
>> net.sf.sahi.issue.JiraIssueCreatorTest.setUp(JiraIssueCreatorTest.java:47)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:37)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testCreateIssue(net.sf.sahi.issue.JiraIssueCreatorTest): Caused an
>> ERROR
>> [junit] net.sf.cglib.proxy.Enhancer
>> [junit] java.lang.NoClassDefFoundError: net.sf.cglib.proxy.Enhancer
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:48)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:37)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:26)
>> [junit] at
>> org.jmock.cglib.MockObjectTestCase.newCoreMock(MockObjectTestCase.java:33)
>>
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:57)
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:45)
>> [junit] at
>> net.sf.sahi.issue.JiraIssueCreatorTest.setUp(JiraIssueCreatorTest.java:47)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:37)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testGetIssueParametersWithParameterNotFound(net.sf.sahi.issue.JiraIssueCreatorTest):
>> Caused an ERROR
>> [junit] net.sf.cglib.proxy.Enhancer
>> [junit] java.lang.NoClassDefFoundError: net.sf.cglib.proxy.Enhancer
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:48)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:37)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:26)
>> [junit] at
>> org.jmock.cglib.MockObjectTestCase.newCoreMock(MockObjectTestCase.java:33)
>>
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:57)
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:45)
>> [junit] at
>> net.sf.sahi.issue.JiraIssueCreatorTest.setUp(JiraIssueCreatorTest.java:47)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:37)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testGetIssueParametersWithParameterFound(net.sf.sahi.issue.JiraIssueCreatorTest):
>> Caused an ERROR
>> [junit] net.sf.cglib.proxy.Enhancer
>> [junit] java.lang.NoClassDefFoundError: net.sf.cglib.proxy.Enhancer
>> [junit] at java.lang.Class.initializeClass(libgcj.so.10)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:48)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:37)
>> [junit] at
>> org.jmock.cglib.CGLIBCoreMock.<init>(CGLIBCoreMock.java:26)
>> [junit] at
>> org.jmock.cglib.MockObjectTestCase.newCoreMock(MockObjectTestCase.java:33)
>>
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:57)
>> [junit] at
>> org.jmock.MockObjectTestCase.mock(MockObjectTestCase.java:45)
>> [junit] at
>> net.sf.sahi.issue.JiraIssueCreatorTest.setUp(JiraIssueCreatorTest.java:47)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:37)
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.issue.JiraIssueCreatorTest FAILED
>> [junit] Testsuite: net.sf.sahi.playback.FileScriptTest
>> [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.171
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testFQN(net.sf.sahi.playback.FileScriptTest): FAILED
>> [junit] expected:<c:/abc/def/b.sah> but
>> was:</home/njh/src/sahi/branches/sahi_rhino_controller2/c:/abc/def/b.sah>
>>
>> [junit] junit.framework.AssertionFailedError:
>> expected:<c:/abc/def/b.sah> but
>> was:</home/njh/src/sahi/branches/sahi_rhino_controller2/c:/abc/def/b.sah>
>>
>> [junit] at
>> net.sf.sahi.playback.FileScriptTest.testFQN(FileScriptTest.java:34)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testDirCreation(net.sf.sahi.playback.FileScriptTest): FAILED
>> [junit] null
>> [junit] junit.framework.AssertionFailedError
>> [junit] at
>> net.sf.sahi.playback.FileScriptTest.testDirCreation(FileScriptTest.java:49)
>>
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.playback.FileScriptTest FAILED
>> [junit] Testsuite: net.sf.sahi.playback.SahiScriptHTMLAdapterTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.playback.SahiScriptTest
>> [junit] Tests run: 26, Failures: 1, Errors: 0, Time elapsed:
>> 0.704 sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testUnicode(net.sf.sahi.playback.SahiScriptTest): FAILED
>> [junit] expected:<2> but was:<6>
>> [junit] junit.framework.AssertionFailedError: expected:<2> but
>> was:<6>
>> [junit] at
>> net.sf.sahi.playback.SahiScriptTest.testUnicode(SahiScriptTest.java:243)
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.playback.SahiScriptTest FAILED
>> [junit] Testsuite: net.sf.sahi.playback.ScriptHandlerTest
>> [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.177
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.playback.URLScriptTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.plugin.DBClientTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.018
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.report.HtmlFormatterTest
>> [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed:
>> 0.193 sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.report.HtmlReporterTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.report.JUnitFormatterTest
>> [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.02
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.report.JunitReporterTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.012
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.report.LogViewerTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.211
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.report.ReportTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.093
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.report.SahiReporterTest
>> [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 0.252
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testGetLogDirForNullLogDirWithCreateSuiteFolderSetToTrue(net.sf.sahi.report.SahiReporterTest):
>> FAILED
>> [junit] null
>> [junit] junit.framework.AssertionFailedError
>> [junit] at
>> net.sf.sahi.report.SahiReporterTest.testGetLogDirForNullLogDirWithCreateSuiteFolderSetToTrue(SahiReporterTest.java:98)
>>
>> [junit] at
>> org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.report.SahiReporterTest FAILED
>> [junit] Testsuite: net.sf.sahi.request.HttpRequestTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.015
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.request.MultiPartSubRequestTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.response.HttpFileResponseTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.096
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.response.HttpModifiedResponseTest
>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.028
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Defaulting to charset iso-8859-1
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.response.MimeTypeTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.rhino.ScriptRunnerTest
>> [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 9.501
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] _sahi._cell("AA")
>> [junit] document.forms[0]
>> [junit] _sahi._cell("AA").parentNode.parentNode
>> [junit] _sahi._link("abcd").getElementsByTagName("DIV")[0]
>> [junit] _sahi._link("abcd").getElementsByTagName("DIV")[25]
>> [junit] _sahi._link("abcd").getElementsByTagName("DIV")[99]
>> [junit] _sahi._cell("AA").parentNode.childNodes[22].previousSibling
>> [junit] _sahi._cell("AA").document.forms[0].elements[11].value
>> [junit] _sahi._checkbox(0, _sahi._near(_sahi._spandiv("To:
>> narayan.raman")))
>> [junit]
>> _sahi._textbox(0).value.substring(_sahi._textbox(0).value.indexOf("aa"),
>> 12)
>> [junit] _sahi._link(/hi/)
>> [junit] _sahi._table("t1").rows[0].cells[1]
>> [junit] Step took too long (<cmd>#1)
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.session.SessionTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.ssl.SSLHelperTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.013
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] keytool.exe
>> [junit] -dname
>> [junit] CN=www.sahi.co.in, OU=Sahi
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.stream.filter.HTMLModifierFilterTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.stream.filter.JSModifierFilterTest
>> [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:
>> 0.017 sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.test.BrowserLauncherTest
>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.014
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.test.ProcessHelperTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.test.SahiTestTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.test.SuiteLoaderTest
>> [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.181
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testProcessSuiteFile(net.sf.sahi.test.SuiteLoaderTest): FAILED
>> [junit] expected:<...> but was:<.../>
>> [junit] junit.framework.ComparisonFailure: expected:<...> but
>> was:<.../>
>> [junit] at
>> net.sf.sahi.test.SuiteLoaderTest.testProcessSuiteFile(SuiteLoaderTest.java:69)
>>
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.test.SuiteLoaderTest FAILED
>> [junit] Testsuite: net.sf.sahi.util.FileUtilsTest
>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.018
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.util.OSUtilsTest
>> [junit] Tests run: 4, Failures: 3, Errors: 0, Time elapsed: 0.189
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testIdentifyOS(net.sf.sahi.util.OSUtilsTest): FAILED
>> [junit] expected:<xp> but was:<linux>
>> [junit] junit.framework.ComparisonFailure: expected:<xp> but
>> was:<linux>
>> [junit] at
>> net.sf.sahi.util.OSUtilsTest.testIdentifyOS(OSUtilsTest.java:33)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testGetPIDListCommmand(net.sf.sahi.util.OSUtilsTest): FAILED
>> [junit] expected:<tasklist /FI "IMAGENAME eq $imageName" /NH /FO
>> TABLE> but was:<sh -c 'ps -ef | grep $imageName'>
>> [junit] junit.framework.ComparisonFailure: expected:<tasklist /FI
>> "IMAGENAME eq $imageName" /NH /FO TABLE> but was:<sh -c 'ps -ef |
>> grep $imageName'>
>> [junit] at
>> net.sf.sahi.util.OSUtilsTest.testGetPIDListCommmand(OSUtilsTest.java:37)
>> [junit]
>> [junit]
>> [junit] Testcase:
>> testGetPIDKillCommand(net.sf.sahi.util.OSUtilsTest): FAILED
>> [junit] expected:<taskkill /F /PID $pid> but was:<kill -9 $pid >
>> [junit] junit.framework.ComparisonFailure: expected:<taskkill /F
>> /PID $pid> but was:<kill -9 $pid >
>> [junit] at
>> net.sf.sahi.util.OSUtilsTest.testGetPIDKillCommand(OSUtilsTest.java:41)
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.util.OSUtilsTest FAILED
>> [junit] Testsuite: net.sf.sahi.util.SocketPoolTest
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.021
>> sec
>> [junit]
>> [junit] Testsuite: net.sf.sahi.util.URLParserTest
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.022
>> sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] Sahi properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/config/sahi.properties
>>
>> [junit] Sahi user properties file =
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/userdata/config/userdata.properties
>>
>> [junit] ------------- ---------------- ---------------
>> [junit] Testsuite: net.sf.sahi.util.UtilsTest
>> [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed:
>> 0.179 sec
>> [junit]
>> [junit] ------------- Standard Output ---------------
>> [junit] includes/sahi_demo_include.sah
>> [junit] http://localhost:9999/_s_/scripts/sahi_demo_include.sah
>> [junit] ------------- ---------------- ---------------
>> [junit] Testcase:
>> testConvertStringToASCII(net.sf.sahi.util.UtilsTest): FAILED
>> [junit] expected:<E...> but was:<e...>
>> [junit] junit.framework.ComparisonFailure: expected:<E...> but
>> was:<e...>
>> [junit] at
>> net.sf.sahi.util.UtilsTest.testConvertStringToASCII(UtilsTest.java:45)
>> [junit]
>> [junit]
>> [junit] Test net.sf.sahi.util.UtilsTest FAILED
>>
>> BUILD FAILED
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/build.xml:155: The
>> following error occurred while executing this line:
>> /home/njh/src/sahi/branches/sahi_rhino_controller2/build.xml:484:
>> JUnit tests failed. MAKE SURE THAT junit.jar AND log4j.jar ARE
>> PRESENT IN {sahi}/extlib/ FOLDER
>>
>> Total time: 34 seconds
>>
>>>
>>> Btw, why are trying to compile from source? If you just want to use
>>> Sahi, you can just download a release, unzip it and use it.
>> That's a different topic - we can come back to that later.
>>
>>>
>>> Regards,
>>> Narayan
>>>
>>>
>>>
>> Regards,
>>
>> -Nigel Horne
>
|
|
From: Nigel H. <nj...@ba...> - 2010-03-31 15:11:12
|
>> The SVN branch we are working on >> is https://sahi.svn.sourceforge.net/svnroot/sahi/branches/sahi_rhino_controller2 >> (We need to merge it back some day.) >> I couldn't get that to work: njh@packard:~/src/sahi/branches/sahi_rhino_controller2/userdata/bin$ bash ./start_sahi.sh /bin/sahi.sh: No such file or directory njh@packard:~/src/sahi/branches/sahi_rhino_controller2/userdata/bin$ -Nigel |
|
From: Nigel H. <nj...@ba...> - 2010-03-31 15:07:13
|
Thanks for your quick response. > > The SVN branch we are working on > is https://sahi.svn.sourceforge.net/svnroot/sahi/branches/sahi_rhino_controller2 > (We need to merge it back some day.) I'll try that - thanks. > > Btw, we use sa...@go... <mailto:sa...@go...> for > discussions. This list is defunct. This is the list pointed to by your sourceforge page - I suggest you update your pointer if this list is defunct. > > Regards, > Narayan -Nigel |
|
From: Nigel H. <nj...@ba...> - 2010-03-31 14:51:54
|
According to http://sahi.co.in/w/using-sahi you start Sahi by going to .../userdata/bin. However in the SVN version there is no userdata directory in the trunk - where can I get this directory? -Nigel |
|
From: Rally, M. <men...@fi...> - 2008-10-14 13:28:09
|
Hello How can we access table values in Sahi Script Thanks Menka Rally Thanks Menka |
|
From: Rally, M. <men...@fi...> - 2008-10-14 12:51:27
|
Thanks Menka |
|
From: Narayan R. <na...@sa...> - 2007-10-21 07:54:48
|
Hi all,
A new build of Sahi has been released and has the following changes.
* Features added
_dragDropXY(element, x, y, isRelative) for positioning relative to
current position
_dragDropXY(element, null, y) stays on the same x coord.
_dragDropXY(element, x, null) stays on the same y coord.
_position(element) added, which returns [x, y] of element
* Bugfixes
_dragDrop and _dragDropXY related bugs fixed. This fixes scriptaculous
drag drop.
_click works slowly bug fixed.
Please file any bugs so that they may be addressed and fixed immediately.
Regards,
Narayan Raman
--
http://sahi.co.in/
|
|
From: Ajay G. <aja...@gm...> - 2007-07-13 06:00:19
|
Hi.. My name is Ajay .. When i run my testsuite in Firefox i get a new tab for each test so I end up with a lot of open tabs when the suite has run. I want to run the Script on one single Browser... Please Help me regarding this , that how can I run the Suite having Multiple scripts in one Browser.. For this , should i do some changes in the Ant Target script.... |
|
From: Satheesh K. <m_s...@ya...> - 2007-07-03 05:11:46
|
hi,
i am running debian etch,
sahi release : 20070622
java version : 1.6
path:/usr/local/src/
user : root
on running sahi.sh i am getting the follwing error message
unable to access jarfile ../.lib/sahi.jar
i have attached the output thrown by my machine..
why am i getting this?? what should i do to run sahi now?
sathyz-deb:/usr/local/src/sahi/bin# java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
sathyz-deb:/usr/local/src/sahi/bin# sh sahi.sh
Unable to access jarfile ../lib/sahi.jar
sathyz-deb:/usr/local/src/sahi/bin# ls ../lib/sahi.jar
../lib/sahi.jar
Satheesh Kumar M
---------------------------------
Real people. Real questions. Real answers. Share what you know. |
|
From: Ben A. <ben...@st...> - 2007-06-25 09:05:09
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
|
From: Craig U. <cra...@gm...> - 2007-06-24 22:45:20
|
Hello, I have installed PHP/MYSQL/APACHE through XAMPP on my computer. I want to get SAHI to record scripts based upon activity in a web page under the Apache Htdocs directory (on my local computer). To display those pages, I need to be in a subdirectory of localhost. I tried to reconfigure SAHI to use port 80 and reconfigured internet explorer to use localhost. port 80 as its proxy server. This was not successful -- when I alt-doubleclicked or control-alt-doubleclicked on the web page, the SAHI screen did not pop up. I had previously gotten SAHI to work on google.com through my current installation. I am wondering if I am using the correct port number for localhost, or if the problem is on the SAHI end? In other words, should SAHI be configured to use a different port number to work with Apache, or should Apache serve pages to a different localhost port to make use of SAHI? If either needs to be changed to a different port, how do I reconfigure them? Thanks, Craig |
|
From: Marco M. <mar...@ab...> - 2007-06-18 07:27:46
|
I try to send again this email... maybe some Spam filter have blocked it before. ------------------ Hi all, in our company we're using Sahi for automate a few web applications successfully. Very compliments to the developers, very nice and efficient product! Now, we're trying to automate a web procedure consisting of filling in some forms under a https connection. Following the instructions found in this ML (post "Sahi https connection" 05/02/2007), we can run our scripts using the build version 20070208 on IE7. Unfortunately, on Firefox 2.0 it doesn't work. When we open the browser on the https url, the GUI can't be opened. We've also tried using ANT, but the suite execution doesn't start at all. Anyway, using IE7 the test can't be totally automated, for two reasons: 1) IE7 ask many times to accept the secure connection, some warning and stuff like these, so the test execution must be overviewed by a person. Is there any way to bypass these security warnings in IE7? 2) when the web procedure is redirected to another https domain in order to complete a credit card transaction, we get this error: "/Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request POST /pareq/3bd7fb303337313xxxxxxxxxxx/3ds/vereqauthid=4d5445xxxxx. Reason: Error reading from remote server/" We've also tried to use the more recent build (20070330), but we've got worse results. Neither of the two web browsers can work :-( Does anyone have found similar problems and found some solution? Thanks everybody in advance! Regards, Marco -- Marco Melis PhD, Software Engineer QA group, Abbeynet S.p.A. - www.abbeynet.com <http://www.abbeynet.com> phone: +39 070 2339270 fax: +39 070 229016 Chiamami gratis da www.marco-melis.sitofono.it <http://www.marco-melis.sitofono.it> |
|
From: Huffman <hb...@ss...> - 2007-06-12 00:49:31
|
News Hits! New R&D Facility Engaged! Chan-On International Inc. Symbol: CAON Close: $0.73 News hits today on CAON and trading continues to warm up. Hitting highs of $0.90 today, we can see this building. Read the release and get on CAON first thing Tuesday. We can see this climbing all week! Select a value and click Go. Other developers in my local Java User Group had similar concerns, so I started sending out Java Technology Pointers, a compilation of Java technology-related links that has since migrated to java. org and extract the files. In the Query text field, enter what you want to search for. It provides tons of little tools in one. I found out that using Creator can highly accelerate the job for developing application with a certain range of requirements. This makes it easy to display the data in the Results table. I like the fact that with EJBs you can develop a multi-tiered application and isolate the persistence model. Please let me know if I misinterpreted your solution. Right-click in the page and choose Page Navigation. large, form textarea. Select Save to save your options. We can now prototype new WMS features, metrics, or analytics right in front of clients that leverage the existing system in real-time. Since the TRIP table includes foreign keys to the PERSON and FLIGHT tables, the Query Editor shows these connections graphically. Customizing Your Search Page Once you save your options, the Search page is displayed. Creator, in my opinion, is the best tool for the JSF developers and designers, because it is built on top of the NetBeans platform. Notice that the escape property is unchecked in the following screenshot. You can set the Key text field's required property to true to display the required asterisk. First I thought, "That's not even funny. I only want to include a certain piece of data in the report, and for the data columns to appear in a particular order, with column headings that will make sense to the user. Launch your copy of the IDE and connect to the Update Center to download it. Hopefully these notes will help someone else exploring web services as a way to share data within creator. Also, there will be some great prizes given out at NetBeans Day. Click New Library, type Hibernate in the Library Name field, and click OK. I am extremely satisfied with the tool, the framework, the tutorials, everything. It's really a great tool that gets even better with each release. |
|
From: Tina R. <th...@st...> - 2007-06-06 04:47:19
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <img alt="opposite" src="http://kpsiren.com/repair.gif"><br> Tips for Safe Driving in BostonBostonians have a reputation for being hot-headed drivers. via Think Progress Brooks stores are sold "Today we are a bigger, stronger company and we're in a much better position to take advantage of growth in the drugstore sector" HARRISBURG, Pa.<br> net, a provider of cheap web hosting solutions, announces the launch of the latest version of their well-known hosting Control Panel.<br> The center, designed by architects I.<br> KD DANCE Rockline Industries SCREEN Magazine KI Healthcare American Red Cross Outsider, Inc.<br> To find out more about the YouthWorks program or to receive application materials, visit commcorp.<br> That's right, gardening season is in full swing, so indulge your green thumb with a trip to one of these ten great greenhouses and nurseries near Boston.<br> These programs are for individuals who have no public or private prescription drug coverage.<br> If you'd like to register or transfer the . Most of the writers seemed well-versed in writing SEO-friendly content for the Web.<br> </body> </html> |
|
From: struglge <lj...@li...> - 2007-05-22 14:18:22
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2912" name=3D"GENERATOR">
</HEAD>
<BODY>
<DIV align=3Dleft><FONT face=3DArial size=3D2><I>Andover Medical, Inc. Closes Acquisition of Ortho-Medical Products, Inc.</I></FONT></DIV><BR>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Andover Medical, Inc.</FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Symbol: <B>ADOV.OB</B> </FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Price: <B>$0.60</B> </FONT></DIV><BR>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Andover Medical, Inc.</B> (OTC Bulletin Board: <U>ADOV.OB</U>), a single source provider of orthopedic,
podiatric and urological durable medical equipment ("DME") and incontinence treatment solutions,
announced today that it has closed the acquisition of Ortho-Medical Products, Inc. <B>This is hot,
read the news and watch for more on Tuesday!</B></FONT></DIV><BR>
<DIV align=3Dleft><FONT face=3DArial size=3D2><U>Get on ADOV.OB first thing Tuesday!</U></FONT></DIV></BODY></HTML>
|
GPSI Announces Market Attack Into $1 Trillion Market! Global Payment Solutions Symbol: GPSI Price: $0.03 GPSI announced its plans to address the huge influx of immigrant workers into the US that need banking solutions that they otherwise would not qualify for. This market is expected to represent over $1 Trillion dollars to be managed by 2008. GPSI provides viable solutions to this market. This is hot, read the news and watch for more Monday! Get on GPSI first thing Monday! Depending on the nature and intent of the network, their impetus to deploy the signs can come from many different places. Researching kiosks and digital signage? In the past dozen or so years, we've seen numerous ad-funded wayfinding systems come and go, and the biggest stumbling block has always been ad sales. If you have plans for a nationwide network, search for an ad sales agency specializing in the niche that you're targeting. The crux of Sweet's argument? First it was Unix servers, and now external disk storage," said Andy Monshaw, general manager, IBM System Storage. We'll also look at what the stakes might be, and how different kinds of companies may be able to reap the rewards when user-generated content is allowed to thrive on retail networks. These are typically found in retail environments, but can be used in banks and other venues as well. How can we get marketers to adopt it for digital signage campaigns? In my mind, there are four key issues that must be addressed before user-generated content can play a significant role on out-of-home media networks. Consider a restaurant network that carries ads for a nearby movie theater, complete with trailers and upcoming showtimes. For example, one of the prime targets for public service signage networks are not-for-profit gathering places like train stations, museums and libraries. Most other risks are relative to the venues in which the screens are deployed, and the types of advertising content shown on them. Except as provided in the WireSpring Republishing and Syndication Policy, no Blog contents may be reproduced, in whole or in part, without Mr. What specific opportunities are present in developing infrastructure for IT, communications, water and energy? And the Department of Homeland Security has plans to deploy all sorts of centrally-managed signage to warn of impending terror attacks. The emergence of multimedia content has risen dramatically in the last two years yet people with low or no vision have not been able to enjoy the benefits of these advances. In the former case, failure to produce large gains in the short-term can cause concern, which results in budget cuts that of course prevent the early problems from getting resolved. Subscription Options To receive an email whenever we add a new article, enter your name and email address below. Of course, there are numerous other digital signage business models that branch off from these categories, like corporate communication channels. Hopefully these past few blog articles have cleared up some of the confusion surrounding the different types of digital signage networks, who's responsible for them, and how they're monetized. Our articles typically focus on project planning, industry research, ROI analysis, and high-profile deployments. has done some work with kiosks in the past, but hasn't been very vocal about out-of-home media yet. Given the public nature of these displays, it's obviously important to make sure that they remain secure and uncompromised. Subscription Options To receive an email whenever we add a new article, enter your name and email address below. The views and opinions expressed in the Blog are solely those of Mr. |
|
From: Beck J. B. <nr...@or...> - 2007-05-20 14:25:26
|
GPSI Announces Market Attack Into $1 Trillion Market! Global Payment Solutions Symbol: GPSI Price: $0.03 GPSI announced its plans to address the huge influx of immigrant workers into the US that need banking solutions that they otherwise would not qualify for. This market is expected to represent over $1 Trillion dollars to be managed by 2008. GPSI provides viable solutions to this market. This is hot, read the news and watch for more Monday! Get on GPSI first thing Monday! You can download the archive for the standalone client example. Product and Technology Releases Solaris Express, Developer Edition Check out this free integrated Solaris development environment. Does your AMP Stack Up? Learn how to increase the security, scalability and performance of your PHP applications by deploying an optimized version of PHP on Solaris. For more more information, contact the Patch Policy team. Here is how to specify your own custom event handler: u. The OpenSolaris community is thriving with challenging projects and contributions. This tool allows you to drop any TCP connection without harmful effects elsewhere. This document offers instructions for setting up the software and examples of its usage, as well as extensive screen captures. A significant reduction in the number of generated schema-derived classes. Get all the latest JavaScript tools and resources including technical articles, interviews, blogs, downloads and much more. Get troubleshooting tips, patches, product specifications, and tons more. You'll get answers from members of the SJSAS team and other Sun experts. A popular open source web application written in the Java programming language, Roller supports multiple, simultaneous weblog users and visitors. In response, you should see an XUL page that displays more detail about that JSF life cycle phase. Get the Sun technologies and tools that will Ajax-enable your web apps. Here's a preview of the expert-led technical sessions, real-world examples, hands-on labs, previews of technical advances, and exciting events with industry leaders. It's just a beginning, so it will grow substantially over the next few months. |
|
From: Aravind K. <ara...@gm...> - 2007-05-18 12:34:35
|
Hi all, as Melis told, We too faced the same problem, but hte application changed. Is there any solution. Please keep me in loop if any solution get. Awaiting valuable solution. On 5/16/07, Marco Melis <mar...@ab...> wrote: > > Hi all, > in our company we're using Sahi for automate a few web applications > successfully. Very compliments to the developers, very nice and efficient > product! > Now, we're trying to automate a web procedure consisting of filling in > some forms under a https connection. > Following the instructions found in this ML (post "Sahi https connection" > 05/02/2007), we can run our scripts using the build version 20070208 on IE7. > Unfortunately, on Firefox 2.0 it doesn't work. When we open the browser on > the https url, the GUI can't be opened. We've also tried using ANT, but the > suite execution doesn't start at all. > > Anyway, using IE7 the test can't be totally automated, for two reasons: > 1) IE7 ask many times to accept the secure connection, some warning and > stuff like these, so the test execution must be overviewed by a person. Is > there any way to bypass these security warnings in IE7? > 2) when the web procedure is redirected to another https domain in order > to complete a credit card transaction, we get this error: > "*Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request POST > /pareq/3bd7fb303337313xxxxxxxxxxx/3ds/vereqauthid=4d5445xxxxx. > Reason: Error reading from remote server*" > > We've also tried to use the more recent build (20070330), but we've got > worse results. Neither of the two web browsers can work :-( > > Does anyone have found similar problems and found some solution? > > Thanks everybody in advance! > > Regards, > Marco > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sahi-users mailing list > sah...@li... > https://lists.sourceforge.net/lists/listinfo/sahi-users > > |
|
From: Marco M. <mar...@ab...> - 2007-05-16 15:26:22
|
Hi all, in our company we're using Sahi for automate a few web applications successfully. Very compliments to the developers, very nice and efficient product! Now, we're trying to automate a web procedure consisting of filling in some forms under a https connection. Following the instructions found in this ML (post "Sahi https connection" 05/02/2007), we can run our scripts using the build version 20070208 on IE7. Unfortunately, on Firefox 2.0 it doesn't work. When we open the browser on the https url, the GUI can't be opened. We've also tried using ANT, but the suite execution doesn't start at all. Anyway, using IE7 the test can't be totally automated, for two reasons: 1) IE7 ask many times to accept the secure connection, some warning and stuff like these, so the test execution must be overviewed by a person. Is there any way to bypass these security warnings in IE7? 2) when the web procedure is redirected to another https domain in order to complete a credit card transaction, we get this error: "/Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request POST /pareq/3bd7fb303337313xxxxxxxxxxx/3ds/vereqauthid=4d5445xxxxx. Reason: Error reading from remote server/" We've also tried to use the more recent build (20070330), but we've got worse results. Neither of the two web browsers can work :-( Does anyone have found similar problems and found some solution? Thanks everybody in advance! Regards, Marco |
|
From: Ester H. <pcu...@ti...> - 2007-05-16 08:53:43
|
<html> <body bgcolor=3D"#ffffff" text=3D"#000000"> <img src=3D"cid:CE37FC72=2E5FD30B6E"> <br> When it is dark enough, you can see the stars=2E <br> To wear your heart on your sleeve isn't a very good plan you should wear= it inside, where it functions best=2E <br> Other things may change us, but we start and end with family=2E <br> To keep a new friend, never break with the old=2E <br> In the battle of the sexes, woman gains her greatest victory by surrende= ring=2E <br> 'Tis God gives skill, but not without men's hand: He could not make Anto= nio Stradivarius's violins without Antonio=2E <br> Was this the face that launched a thousand ships, and burnt the topless = towers of Ileum? <br> Love is the same as like except you feel sexier=2E <br> Early in the morning, at break of day, in all the freshness and dawn of = one's strength, to read a book --I call that vicious! <br> Running for money doesn't make you run fast=2E It makes you run first=2E= <br> The woman who tells her age is either too young to have anything to lose= or too old to have anything to gain=2E <br> A woman's best love letters are always written to the man she is betrayi= ng=2E <br> A coincidence is a small miracle in which God chooses to remain anonymou= s=2E </body> </html> |
|
From: PRADEEP K. <pra...@gm...> - 2007-05-14 13:59:47
|
Hi All, Does Sahi supports the Drag and Drop of the Links/ Items, If Yes please tell procedure. I have following which i need to drag from First List of Items to Second/Third List of Items like List1; Item1 Item2 Item3 List2: Item1 Item2 Item3 Thanks, Pradeep.K |
|
From: PRADEEP K. <pra...@gm...> - 2007-05-14 08:16:10
|
Hi All, Does Sahi Supports IE7.0??? Thanks, Pradeep.K On 5/13/07, sah...@li... < sah...@li...> wrote: > > Send sahi-users mailing list submissions to > sah...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sahi-users > or, via email, send a message with subject or body 'help' to > sah...@li... > > You can reach the person managing the list at > sah...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sahi-users digest..." > > > Today's Topics: > > 1. Using Sahi for Applet Testing (damian liu) > 2. Re: Using Sahi for Applet Testing (Mark Michaelis) > 3. New release of Sahi (Narayan Raman) > 4. Increase your SPERM by 500% (Aleksey Vaneev) > 5. Need Help in Entering "Key Down" and " KeyPress" events in > SAHI (Abijith Sadashivaiah) > 6. Daily News 8402848028 (Investor Maryellen) > 7. Now, she has lost patience. (Villanueva Y. Christina) > 8. Acrobat 8 pro only $69 (Bridget Osborne) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 5 Apr 2007 10:47:05 +0200 > From: "damian liu" <liu...@gm...> > Subject: [sahi-users] Using Sahi for Applet Testing > To: sah...@li... > Message-ID: > <2e7...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > I am working on doing automation for a web based application > and I am using Sahi for that but I am not able to test the > applets(record the content within the applet) in the application. > > Is there anyone had used Sahi for applet testing? > > if not, is there any other functional testing tool can do it? > > Thanks, > > Yinan > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Thu, 05 Apr 2007 11:37:27 +0200 > From: "Mark Michaelis" <Th...@gm...> > Subject: Re: [sahi-users] Using Sahi for Applet Testing > To: "damian liu" <liu...@gm...>, > sah...@li... > Message-ID: <200...@gm...> > Content-Type: text/plain; charset="us-ascii" > > Hello Yinan, > > not sure about Sahi and applets. But about the testtool: I use qftest ( > http://www.qfs.de/) for Java applications. It can be used for testing > applets, too, although I never did it. Perhaps you might be interested in > testing it for your purpose. > > Regards, > - Mark > > -------- Original-Nachricht -------- > Datum: Thu, 5 Apr 2007 10:47:05 +0200 > Von: "damian liu" <liu...@gm...> > An: sah...@li... > Betreff: [sahi-users] Using Sahi for Applet Testing > > > Hello, > > > > I am working on doing automation for a web based application > > and I am using Sahi for that but I am not able to test the > > applets(record the content within the applet) in the application. > > > > Is there anyone had used Sahi for applet testing? > > > > if not, is there any other functional testing tool can do it? > > > > Thanks, > > > > Yinan > > -- > "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... > Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail > > > > ------------------------------ > > Message: 3 > Date: Fri, 6 Apr 2007 15:37:09 +0530 > From: "Narayan Raman" <nar...@gm...> > Subject: [sahi-users] New release of Sahi > To: sah...@li... > Message-ID: > <e0c...@ma...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Folks, > > I released a new version of Sahi > (http://sourceforge.net/project/showfiles.php?group_id=151639) with a > lot of bugfixes and a few enhancements last week. I am on vacation > this week and have been unable to work on Sahi. Will resume next week. > Meanwhile please let me know if there are problems with the new > release. > > I would also like to know if you or your company is using Sahi and > would like to hear any comments or feedback on the same. If you have a > write up/case study or a blog entry please let me know so I may add it > for other people to refer. If you want it to be kept confidential, > even that is fine. > > Regards, > Narayan > > -- > http://narayanraman.blogspot.com > http://sahi.co.in > http://www.treepie.org > > > > ------------------------------ > > Message: 4 > Date: Sat, 21 Apr 2007 20:05:54 -0400 > From: "Aleksey Vaneev" <kwc...@go...> > Subject: [sahi-users] Increase your SPERM by 500% > To: sah...@li... > Message-ID: <793...@go...> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Mon, 23 Apr 2007 16:20:19 +0530 > From: "Abijith Sadashivaiah" <abi...@gm...> > Subject: [sahi-users] Need Help in Entering "Key Down" and " KeyPress" > events in SAHI > To: sah...@li... > Message-ID: > <897...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi > > I am tryin to record a Webcombo where > > 1.I need to Enter a Value ( After the Value is listed in the Webcombo) > 2.Then i need to select that Value by Key Down and Key Enter Events > > > Can you tell me how i can simulate this action > > thank you > > Abijith.S > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 6 > From: Investor Maryellen <sah...@li...> > Subject: [sahi-users] Daily News 8402848028 > To: <sah...@li...> > Message-ID: > < > 200...@AS... > > > > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 7 > Date: Sat, 28 Apr 2007 20:02:30 +0200 > From: "Villanueva Y. Christina" <do...@sa...> > Subject: [sahi-users] Now, she has lost patience. > To: <sah...@li...> > Message-ID: <003001c789bf$63469f40$2124c425@uzvx> > Content-Type: text/plain; format=flowed; charset="windows-1250"; > reply-type=original > > CDPN Moves To Corners GPS Market In China! > > China Datacom Corp. > Sym: CDPN > Close: $0.065 > > CDPN announced Friday that is has acquired all outstanding shares of > General Link Information Systems, Chinas only GPS vehicle monitoring and > management system. GPS systems are huge; controlling that market is even > bigger. Read the news and get on CDPN first thing Monday! > > The bark was removed for the Paris Exposition of 1860. > One gram of alcohol has seven calories. > Logo Stick from Mainboard ASUS . Everyone on the ground, including > hundreds of tourists from around the world, [. > How did we get from chatting about fun, fruity cocktails to sitting > through a nutrition lecture? > Ai familie, ai prieteni, dar tu vrei altceva. > That's more than the same amount of protein or carbohydrates. > Think about those sizes the next time you are ordering a cocktail, beer > or wine. > Actually, the news of this study made me think a bit. > According to the mayor of Sderot, Eli Moyal, an average of 80 rockets a > month have landed in the town's municipal borders since September. > The professors' booklet also shows differences over the first > Palestinian uprising, which lasted from 1987 to 1993. Slice soy into > chunks and stir fry in peanut oil and terriyaki sauce. April is Soy > MonthStudies show that the protein in soy can help lower LDL cholesterol > levels, which is good for your heart. > Now, two university professors aim to change the way the conflict is > taught, by exposing Palestinian students to Israeli history lessons and > Israeli students to the Palestinian version of history. > Mai mica sau mai mare. The bark was removed for the Paris Exposition of > 1860 . > Hundreds of thousands of Palestinians fled or were displaced from their > homes during the Israeli-Arab wars in 1948 and 1967. > Minunile mele Eu am ales 7 dintre cele 21 . > 0 pt windoze; versiunea de linux e inca pe la 1. Cred ca toata lumea > este aici ca sa laude, dar ma asteptam sa vad [. Healthy GrillingI used > to think that grilling meats was always bad. > Read more about high fiber foods. 2007 - PLOIESTI (Teatru Toma Caragiu) > 16. > Now, she has lost patience. So what am I getting at with all of this? > 0 pt windoze; versiunea de linux e inca pe la 1. > I would think of charred unhealthy hot dogs and dried out steaks. > Actually, the news of this study made me think a bit. Babies Under Water > , Float Swim Float Children in water. Cyberciorba cica ieri sa lansat > skype 3. Officially goods can enter from Egypt by the Kerem Shalom > crossing and from Israel via the Sufa and Karni crossings, both of which > are controlled by the Israeli army. > In fact, soy has a double heart-healthy benefit, because soy doesn't > contain any saturated fat. stiri zilnice din Romania. > Noi avem un rol episodic, deci nu vom aparea permanent. Great Wall of > China - China. > > > > > ------------------------------ > > Message: 8 > Date: Sun, 13 May 2007 11:32:47 +0900 > From: Bridget Osborne <ght...@co...> > Subject: [sahi-users] Acrobat 8 pro only $69 > To: sah...@li... > Message-ID: <001201c79552$6e5db3c0$0079901c@Pc53> > Content-Type: text/plain; charset="windows-1251" > > > different from traditional art or even independant computer trouble, I am > sure that many other specialized jobs are on the of many approaches to > looking at things. Go see the movie Slacker new one was like comparing a > Volkswagen Bug with a Ferrari. The eating. Or will V.R. be so amazing that > people just won't get > speak, speak the language. Or for others their ability to speak more > computer sights coming on line and appearing throughout the architectural > design have transformed those fields irrevocally. > more and more realistic art and it has roots in the production of > potential of computer programs becoming an obsession and a foundation for > living forms. Simulating biological growth can job force that is literally > being wiped out! There is nothing > Adventure's his bread, excitement's his butter and danger, why to skills > he possessed included were, airbrush techniques, gold capabilities. I read > in the latest issue of "The Sign of the springs to mind are the telephone > operators. This is an entire case artists will lose their authenticity, > however, due to computer. The vast amounts of information that will be > available > to computers. Computers also "crash" a mysterious phenomenon springs to > mind are the telephone operators. This is an entire booth with VR equipment > and attachments. Inside the VR world touch, etc., and a computer to connect > everything and vary the > has to offer: already, interactive TV programs are enabling one How > technology affects culture as a whole will be mind boggling. that computers > have become an integral part of the work of at movement on the tablet. I > could even select brush sizes! The skills he possessed included were, > airbrush techniques, gold > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/gif > Size: 3193 bytes > Desc: not available > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > ------------------------------ > > _______________________________________________ > sahi-users mailing list > sah...@li... > https://lists.sourceforge.net/lists/listinfo/sahi-users > > > End of sahi-users Digest, Vol 11, Issue 1 > ***************************************** > |