[Webtest] [webtest][JIRA] Closed: (WT-569) Dynamic property resolution does not work with Ant 1.8 or later

2013-01-18 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-569?page=all ] Marc Guillemot closed WT-569: - Fix Version: Future work Resolution: Fixed Assign To: Marc Guillemot Build R_1815 is working with Ant 1.8 (and requires it). Dynamic property

[Webtest] [webtest][JIRA] Created: (WT-582) Upgrade to Java 6

2013-01-18 Thread Marc Guillemot (JIRA)
Upgrade to Java 6 - Key: WT-582 URL: http://webtest-community.canoo.com/jira/browse/WT-582 Project: WebTest Type: Task Versions: 3.0 Reporter: Marc Guillemot Assigned to: Marc Guillemot Time to upgrade to Java 6. -- This message

Re: [Webtest] alternative Webtest builds

2011-11-03 Thread Marc Guillemot
Hi Patrick, you'll have to build by yourself but what about trying to fix the problems that you have with latest build? Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com Le 02/11/2011 13:13, Patrick Burghardt a écrit : Where can I download

Re: AW: AW: [Webtest] problem with urlInvoke

2011-09-07 Thread Marc Guillemot
Le 05/09/2011 14:33, Carsten Thielecke a écrit : This is already filed as a bug: http://webtest-community.canoo.com/jira/browse/WT-569 any investigation on this issue is welcome ;-) Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com

[Webtest] [webtest][JIRA] Created: (WT-573) Upgrade to HtmlUnit-2.9

2011-09-04 Thread Marc Guillemot (JIRA)
Upgrade to HtmlUnit-2.9 --- Key: WT-573 URL: http://webtest-community.canoo.com/jira/browse/WT-573 Project: WebTest Type: Task Versions: Future work Reporter: Marc Guillemot Assigned to: Marc Guillemot Fix For: Future work

Re: [Webtest] hi, ant command in myWebTestProject error

2011-07-25 Thread Marc Guillemot
Hi, I guess that it comes from the Ant version used. I wouldn't be surprised if some of the quirks used in webtest.xml are not supported by the latest Ant versions. Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com Le 22/07/2011 16:54, ??

Re: [Webtest] HtmlUnit 2.9

2011-05-23 Thread Marc Guillemot
Hi Lisa, no idea when I'll have time to release HtmlUnit 2.9 :-( Did you try to drop HtmlUnit-2.9 (+ dependencies) in place of HtmlUnit-2.8 (+ dependencies) in WebTest's lib dir? I wouldn't be surprised if it works. Cheers, Marc. -- HtmlUnit support consulting from the source Blog:

[Webtest] [webtest][JIRA] Created: (WT-571) Upgrade PDFBox to version 1.4.0

2011-03-01 Thread Marc Guillemot (JIRA)
Upgrade PDFBox to version 1.4.0 --- Key: WT-571 URL: http://webtest-community.canoo.com/jira/browse/WT-571 Project: WebTest Type: Task Versions: 3.0 Reporter: Marc Guillemot Assigned to: Marc Guillemot Fix For: Future

Re: [Webtest] disabling ERROR (com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter)

2010-11-12 Thread Marc Guillemot
Hi, you can't disable the error ;-) but you can disable the output on the console. Just edit lib/log4j.properties and configure the loggers as you want. Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 11/11/2010 06:17 PM, Josep García

[Webtest] Re: WT-547 more or less breaks webtest-maven-plugin

2010-11-04 Thread Marc Guillemot
Hallo Siegfried, there is no direct way to disable it but with current code base following workaround should work: define the project property webtest.resultreporterclass with value com.canoo.webtest.reporting.XmlReporter (this is in fact the default one). How does the maven plugin work?

Re: [Webtest] Getting java.util.concurrent.RejectedExecutionException

2010-11-02 Thread Marc Guillemot
Hi, can you provide the full stack trace? Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 11/01/2010 02:47 PM, Alexander Tabilog wrote: When running a suite of tests, I would always get the following message at the end of the second test

Re: [Webtest] HTTP 401

2010-10-29 Thread Marc Guillemot
Hi Michael, Does this mean that WebTest (or HtmlUnit) will currently request every page twice if authentication is required: The first time without authentication (which fails), and then after the failure give it another try with the user name? yes Sounds like quite some unnecessary load

Re: [Webtest] HTTP 401

2010-10-27 Thread Marc Guillemot
Hi Michael, I think that this is due to a bug in HtmlUnit: once basic authorization has occurred, HtmlUnit should send it for all subsequent requests for the same domain (not sure what the exact limitation is) but it doesn't do it. A workaround consist into explicitly set the authentication

Re: [Webtest] Javascript error - what to do

2010-10-26 Thread Marc Guillemot
Salut Thibault, I wouldn't be surprised if you're using WebTest 3.0. Please prefer a recent build: the createComment problem has been fixed in HtmlUnit since a long time. Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 10/26/2010 12:54

[Webtest] Automated Browser Testing: What's in Your Toolkit?

2010-10-25 Thread Marc Guillemot
Hi, a poll on automated browser testing tools: http://agile.dzone.com/polls/automated-browser-testing Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com ___ WebTest mailing list WebTest@lists.canoo.com

Re: AW: [Webtest] Problem with datadriven

2010-10-22 Thread Marc Guillemot
Hi, just to be sure, do you sue a recent WebTest build? Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 10/19/2010 12:35 PM, Franco Fallica wrote: Hi, Thanks for your reply. I tried as you told me. It's still very confusing. in the code

Re: [Webtest] RE: JavaScript with %20 (space)

2010-09-29 Thread Marc Guillemot
Hi Michael, can you try with latest build? I'm not able to reproduce any problem with %20 in a javascript link href using latest HtmlUnit version. Cheers. Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 09/22/2010 02:25 PM, Michael Zwick wrote:

Re: [Webtest] RE: Build fails with java.lang.RuntimeException: Failed to create running.txt file after update to r1809

2010-09-29 Thread Marc Guillemot
Hi Michael, can you give a try to latest build (R_1810). I think that I've fixed the problem of runnig.txt's creation at the wrong place. runnig.txt provides information on currently running tests before the normal overview report has been generated. Cheers, Marc. -- HtmlUnit support

Re: [Webtest] Ant BuildException

2010-09-13 Thread Marc Guillemot
Hi, it looks like a classpath issue. You have probably tried to modify a WebTest build to use an incompatible version of HtmlUnit. Cheers, Marc. -- HtmlUnit support consulting from the source Blog: http://mguillem.wordpress.com On 09/07/2010 12:11 PM, ankita.si...@cognizant.com wrote: // *

Re: [Webtest] Re: clickButton stopped working for a button w/ latest version

2010-09-13 Thread Marc Guillemot
Hi Lisa, without a complete example, it's not possible to say what goes wrong: no idea what happens inside the js function (same problem in your clickLink issue). I'm not aware of any change that could be the cause of this regression. You can try to set the undocumented config attribute

Re: [Webtest] Issue running tests in R_1805

2010-09-07 Thread Marc Guillemot
On 09/03/2010 05:02 PM, Mark Salter wrote: ... However I noticed that the WebTest Test Report - Test Result page outputs the following: Created using Canoo Webtest (R_1803). Report created at 03.09.2010 15:23 Should this actually say R_1808 if I am using the latest version? Possibly a typo,

Re: [Webtest] Issue running tests in R_1805

2010-09-03 Thread Marc Guillemot
Hi, recent builds from WebTest contain HtmlUnit-2.8. This is just fine, you shouldn't modify anything. Cheers, Marc. On 09/03/2010 10:32 AM, Iain_10 wrote: Hi Marc, Thanks for your reply. To install WebTest I downloaded the new version from the web site and replaced my previous WebTest

Re: [Webtest] AW: WebTest digest, Vol 1 #3183 - 2 msgs

2010-09-02 Thread Marc Guillemot
managing the list at webtest-ad...@lists.canoo.com When replying, please edit your Subject line so it is more specific than Re: Contents of WebTest digest... Today's Topics: 1. Re: Problems with FollowFrame (Marc Guillemot) 2. Re: java.lang.IllegalArgumentException: Host name may

Re: [Webtest] Issue running tests in R_1805

2010-09-02 Thread Marc Guillemot
Hi, for me you don't have a clean installation. You must have a mixed of different versions of WebTest and/or HtmlUnit. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Le 02/09/2010 12:59, Iain_10 a écrit : Hi guys, I'm still having problems with this issue. Could someone please

Re: [Webtest] Unable to click a link an YUI panel

2010-08-30 Thread Marc Guillemot
Hi, is it a parsing problem (the link is *not* within a script tag, it is probably generated from this script)? Or may it be a timing problem? Can you look at the state of the page before you try to click the link? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Le 30/08/2010 11:13,

Re: [Webtest] java.lang.IllegalArgumentException: Host name may not be null

2010-08-30 Thread Marc Guillemot
Hi, this is strange. Can you try with latest build? Cheers, Marc. Le 24/08/2010 16:43, Gareth Webbley a écrit : Hi, We are writing some tests for an existing web application. For testing purposes the first page just contains links to other pages within the application. Using webtest we are

Re: [Webtest] R_1807 - clickElement not working

2010-08-30 Thread Marc Guillemot
Hi, I really doubt that it sometimes work and sometimes doesn't. What is possible is that you have an other image with this alt value or that you have a timing problem. Cheers, Marc. Le 27/08/2010 16:11, sriharini sriharini a écrit : clickElement some times works and some times does not on

Re: [Webtest] java.lang.NullPointerException During emailStoreMessageId

2010-08-30 Thread Marc Guillemot
Hi, this NPE should be fixed in next WebTest build. The problem seems to be that the email you're verifying has no To header. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Le 19/08/2010 16:09, Jonathan Rosenberg a écrit : I have a Webtest file that starts by checking for a bunch of

Re: [Webtest] Webtest execution not finishing

2010-08-03 Thread Marc Guillemot
Hi, can you make a thread dump to look at which threads are hanging? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Beat Koch wrote: When I run my Webtest application written in Groovy, the test application does not stop even though the tests complete successfully. I have to press ^C

Re: [Webtest] Japanese Characters failing in Webtest on Apache and not IIs

2010-07-27 Thread Marc Guillemot
-604-415-6602 PMC-Sierra, Inc. 8555 Baxter Place Burnaby, BC, Canada V5A 4V7 -Original Message- From: webtest-ad...@lists.canoo.com [mailto:webtest-ad...@lists.canoo.com] On Behalf Of Marc Guillemot Sent: Monday, July 26, 2010 11:44 PM To: webtest@lists.canoo.com Subject: Re

Re: [Webtest] Repeat steps re-executed

2010-07-08 Thread Marc Guillemot
Hi Guillaume, this remembers me some old bug of Groovy's AntBuilder. Which Groovy version do you use? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Guillaume Richard wrote: Hi, I'm using webtest by retrieving some files on our website, to check their integrity. To do so, we use an

Re: [Webtest] Parallel tests

2010-07-07 Thread Marc Guillemot
Salut David, it seems to me that your WebTest project is not built correctly. You shouldn't have import file=${webtest.home}/webtest.xml/ in BT01-01.xml. It should occur only once in your main build file. I think that this is the reason why the tests aren't executed in parallel. Cheers,

[Webtest] [webtest][JIRA] Closed: (WT-566) Save report on all requests performed

2010-07-06 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-566?page=all ] Marc Guillemot closed WT-566: - Fix Version: Future work Resolution: Fixed Starting with build R_1805 a csv file is save per test. It could be interesting to display

[Webtest] [webtest][JIRA] Closed: (WT-562) Remove step appletRunner

2010-07-06 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-562?page=all ] Marc Guillemot closed WT-562: - Resolution: Fixed Done with build R_1805. Remove step appletRunner Key: WT-562 URL: http://webtest

[Webtest] [webtest][JIRA] Created: (WT-562) Remove step appletRunner

2010-06-30 Thread Marc Guillemot (JIRA)
Remove step appletRunner Key: WT-562 URL: http://webtest-community.canoo.com/jira/browse/WT-562 Project: WebTest Type: Task Reporter: Marc Guillemot Assigned to: Marc Guillemot appletRunner's related classes often cause a lot

[Webtest] Who uses appletRunner step?

2010-06-25 Thread Marc Guillemot
Hi, does someone use the appletRunner step? The appletRunner step regularly brings work when updating libraries used by WebTest and it will be the case again when upgrating to HtmlUnit-2.8. This step is not well integrated in WebTest and it seems to me that it is not really used. As

Re: [Webtest] invoke stores response to harddisk, how to get path to locally stored response in following groovy step

2010-06-23 Thread Marc Guillemot
Hi, may I ask why you want to work on the file save on the file system rather than directly on the DOM? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Michael Stephan wrote: Hi, thanks for your response. saveResponse I have turned on, it wrote the result directly to the result

Re: [Webtest] (no subject)

2010-06-17 Thread Marc Guillemot
Hi Mario, how big is the javascript file that gets loaded when the error occurs? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Mario Somrei wrote: Hi at all, I have a problem concerning JavaScript. I try to invoke a login-page that requires activated JavaScript for logging in and a

Re: [Webtest] Tests in French

2010-06-16 Thread Marc Guillemot
Thomas Klein wrote: This... aMes alertes de détection/a is ouch. In a perfect world ;) this should have been coded as Mes alertes de deacute;tection I know this doesn't help a lot... just wanted to mention... Such coding is the cause for some poeple seeing strange empty squares or other

Re: [Webtest] importStylesheet error in Javascript.

2010-06-16 Thread Marc Guillemot
Hi Sophie, XSLTProcessor.importStylesheet is definitely available when simulating Firefox. Are you sure that you use the right config option to do it? Cheers, Marc. Sophie De Malet Roquefort wrote: Hello, I am getting the following error: TypeError: cannot find function

Re: [Webtest] HtmlUnit Cache Problem

2010-05-20 Thread Marc Guillemot
Hi, do you await the css file to be cached by a normal browser? If yes, then it is normal that HtmlUnit caches it again. Using invoke url=http://example.org/generated.css?foo=123/ for the second invoke should allow you to bypass the cache without the need to flush it. Cheers, Marc. --

Re: [Webtest] Problems running exmaple tests

2010-05-07 Thread Marc Guillemot
Hi, it looks like you have tried to modify the distribution to version of HtmlUnit different than the one in the WebTest version you've downloaded. Is it possible? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Mohsen Qureshi wrote: Hi, I have just installed and tried to run the

Re: [Webtest] WebTest 3.0 not compatible with new HtmlUnit 2.7

2010-04-28 Thread Marc Guillemot
Hi, just download a recent WebTest build rather than release 3.0 and you will have HtmlUnit-2.7. Marc. -- Blog: http://mguillem.wordpress.com nodje wrote: In HtmlUnit 2.7, ClickableElement has been removed since it was a deprecated class. cf.

Re: [Webtest] Verify that fields are empty

2010-04-28 Thread Marc Guillemot
verifyInputField value= ...? Marc. -- Blog: http://mguillem.wordpress.com Gert Pauwels wrote: Hi, In one of my webtests, I need to verify whether the fields on my screen are blank again when I come to the screen. I know how to verify text, but how do i verify that text is not there? Also,

Re: [Webtest] Using 'mvn verify -Dwt.headless' doesn't skip the console

2010-04-14 Thread Marc Guillemot
Hi, try following: -Dwt.headless=true Cheers, Marc. -- Blog: http://mguillem.wordpress.com nodje wrote: Hi, I'm trying to get rid of the console for CI testing. -Dwt.headless is the only option I've found so far, but to no avail in my case. Had anyone successfully ran headless in a verify

Re: [Webtest] Google-Test throws ScriptException: missing ; before statement

2010-03-31 Thread Marc Guillemot
Hi, did you try with latest build (ie containing HtmlUnit-2.7)? The JavaScript in Google's page evolves and old versions of HtmlUnit have problems with it. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Ronald Tanner wrote: Hi I have just downloaded the newest webtest build and

Re: [Webtest] Google-Test throws ScriptException: missing ; before statement

2010-03-31 Thread Marc Guillemot
downloaded R_1804 which includes .. 899411 2010-03-23 10:47 htmlunit-2.7.jar .. Ronald Marc Guillemot wrote: Hi, did you try with latest build (ie containing HtmlUnit-2.7)? The JavaScript in Google's page evolves and old versions of HtmlUnit have problems with it. Cheers, Marc

Re: [Webtest] storeXPath results

2010-03-29 Thread Marc Guillemot
Hi Srini, you use echo message=${accID}/ whereas you should use echo message=#{accID}/ Cheers, Marc. -- Blog: http://mguillem.wordpress.com sriharini sriharini wrote: Hi Dierk, Below is my webtest. Thanks, Srini ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE project SYSTEM

Re: [Webtest] identifying and storing xpath

2010-03-25 Thread Marc Guillemot
: the problem comes when referring to it later. (that is speculation of course since the referring part of the code is not submitted) cheers Dierk Am 24.03.2010 um 18:13 schrieb Marc Guillemot: what is the problem with a blank? Marc. -- Blog: http://mguillem.wordpress.com Dierk König wrote: you

Re: [Webtest] identifying and storing xpath

2010-03-24 Thread Marc Guillemot
what is the problem with a blank? Marc. -- Blog: http://mguillem.wordpress.com Dierk König wrote: you shouldn't have a blank in you property name. cheers dierk Am 24.03.2010 um 16:40 schrieb sriharini sriharini: Thanks Mick. I get the xpath now for the second item. But the storeXpath is

Re: [Webtest] How do I test a single Example to debug the source of failure?

2010-03-23 Thread Marc Guillemot
Hi, debugging WebTest in an IDE is not really nice. Did you try writing the tests in Groovy? This has the advantage that IDEs have some Groovy support and therefore the setup is easier. Otherwise you have to configure your IDE to start Ant with the right parameters. Cheers, Marc. -- Blog:

Re: [Webtest] Snapshots in maven repo?

2010-03-23 Thread Marc Guillemot
Hi, following should should allow you to get the latest snapshot: ... dependencies ... dependency groupIdcom.canoo.webtest/groupId artifactIdwebtest/artifactId version3.1-SNAPSHOT/version /dependency /dependencies ... repositories repository

Re: [Webtest] dynamic popup in the webpage

2010-03-23 Thread Marc Guillemot
Hi, usual questions: - do you use latest WebTest build? - does the test need to wait until the dynamic popup is created? Cheers, Marc. -- Blog: http://mguillem.wordpress.com chocn roll wrote: Hello, I ve got a problem with clickButton. I have got a web page with dynamic popup. There is

Re: [Webtest] Snapshots in maven repo?

2010-03-23 Thread Marc Guillemot
Luke Daley wrote: On 23/03/2010, at 7:01 PM, Marc Guillemot wrote: http://webtest.canoo.com/webtest/m2-repo-snapshots I get a 404 on this URL. it's not browsable but Maven is able to get the artifacts. Cheers, Marc. -- Blog: http://mguillem.wordpress.com

Re: [Webtest] Webtest window

2010-03-23 Thread Marc Guillemot
to increase the number of characters used? Thanks, Michael Zwick -Original Message- From: webtest-ad...@lists.canoo.com [mailto:webtest-ad...@lists.canoo.com] On Behalf Of Marc Guillemot Sent: Dienstag, 23. März 2010 09:56 To: webtest@lists.canoo.com Subject: Re: [Webtest] Webtest window Hi

Re: [Webtest] WG: upgrade to webtest - R_1803

2010-03-05 Thread Marc Guillemot
Hi Michael, yes this allow to understand what happens. I haven't had time until now to fix it. The problem is that VerifyImages shouldn't call WebClient.getPage. Cheers, Marc. Habbert, Michael (Key-Work) wrote: Hi Marc, does these examples reproduce the error on your machine? What

Re: [Webtest] AW: clickLink - HtmlElement Problem

2010-02-25 Thread Marc Guillemot
Hi, are you sure that you are on the right page? Can you dump current page state and check that? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Habbert, Michael (Key-Work) wrote: Hi Thomas, thanks for your quick answer, But no! - „gt;“ does not work! The Report on the

Re: [Webtest] Testing actual build.zip for testsuite

2010-02-25 Thread Marc Guillemot
Hi, maybe a scope problem, ie the function is defined in some page but the code trying to use it is executed in an other one. If the problem doesn't happen with a real browser, please try to produce a minimal example allowing to reproduce it. Cheers, Marc. -- Blog:

Re: AW: [Webtest] Problem with actual build.zip - second try

2010-02-25 Thread Marc Guillemot
Hi, can you produce a minimal test for this problem too? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Habbert, Michael (Key-Work) wrote: Hi Folks, I did try the new build.zip from yesterday (remember: last time all tests failed direkt on login ;-/). Now with the new Build

Re: [Webtest] Webtest stuck in HTML error loop

2010-02-25 Thread Marc Guillemot
Hi, the logged ERROR are not a problem. Can you post a thread dump of the hanging situation? Cheers, Marc. -- Blog: http://mguillem.wordpress.com dave.y wrote: Hi all, I'm having a problem using canoo to test a webpage's search function which gives an AJAX response (without reloading page).

Re: [Webtest] Webtest does not pick values from excel

2010-02-25 Thread Marc Guillemot
. Thanks for all the help. On Tue, Feb 16, 2010 at 4:14 AM, Marc Guillemot mguille...@yahoo.fr mailto:mguille...@yahoo.fr wrote: Hi, are you sure that your first sheet in the file contains columns with titles Username and Password? Cheers, Marc. -- Blog: http

Re: [Webtest] Facing Issues when running against Wicket 1.4.5

2010-02-10 Thread Marc Guillemot
Hi, do you use latest WebTest build? Cheers, Marc. -- Blog: http://mguillem.wordpress.com sandy oberoi wrote: I am new to Webtest trying to write a acceptance tests that checks for components being rendered using wicket. It seems Webtest is silently ignoring or is not able to render

Re: [Webtest] Unexpected exception caught: net.sourceforge.htmlunit.corejs.javascript.WrappedException

2010-02-04 Thread Marc Guillemot
Hi, HtmlUnit seems not to allow to define a variable named undefined as browsers do. Even if is surely not a good coding style for your JS code, it is a bug in HtmlUnit. Please open a ticket for it. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Thomas Klein wrote: Hi, I'm not an

Re: [Webtest] Simulating the enter key press

2010-02-01 Thread Marc Guillemot
getting the right hit from dy getHtmlElementById(q).isSubmittableByEnter(), so I figure it's locked onto dy the right object. dy Thanks for the help, dy - Dai dy Marc Guillemot wrote: Hi Dai, can you please try with latest build. It contains a lot of improvements compared to WebTest-3.0

Re: [Webtest] Simulating the enter key press

2010-01-29 Thread Marc Guillemot
a search button, and there's no url change). Is there another method that would be useful in simulating the 'enter' in webtest then? I've been looking through the htmlunit documentation and hasn't found any... Thanks, - Dai Marc Guillemot wrote: Hi, which WebTest version do you use? What do

[Webtest] [webtest][JIRA] Closed: (WT-555) Javascript error terminates the test even when I have it switched off....

2010-01-28 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-555?page=all ] Marc Guillemot closed WT-555: - Fix Version: Future work Resolution: Fixed Assign To: Marc Guillemot Fixed in build 1802. Javascript error terminates the test even when I

Re: [Webtest] Check that script type=text/javascript element has the correct content

2010-01-27 Thread Marc Guillemot
verifyText? It works on the raw response from server and therefore should do the job. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Hernan Castagnola wrote: Hi everybody, Is there any way to test that a script is present in the html document? script

Re: [Webtest] Simulating the enter key press

2010-01-27 Thread Marc Guillemot
Hi, which WebTest version do you use? What do you expect after the enter press? The scriptStep language=javascript allows you to script WebTest, not (directly) to inject JavaScript into the page. Cheers, Marc. -- Blog: http://mguillem.wordpress.com dave.y wrote: Hi all, I've been trying

Re: [Webtest] How to get current JavaScriptEnabled state during test?

2010-01-27 Thread Marc Guillemot
Hi, groovy def jsEnabled = step.context.webClient.javaScriptEnabled println JS enabled: $jsEnabled /groovy Cheers, Marc. Parkin Roman wrote: Hi all JavaScript is activate via config. config option name=JavaScriptEnabled value=true/ /config But during test it is possible to

Re: [Webtest] How to test the Bing map

2010-01-27 Thread Marc Guillemot
Hi, no idea if HtmlUnit supports the JS code used by Bing. This being said, what do you want to test there? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Audippa Naidu wrote: Hi All, Does any body know how to test Bing maps using Canoo web test. Please let me know if there

Re: [Webtest] Javascript failure Query method calls document.createComment()

2010-01-22 Thread Marc Guillemot
Hi, unless you're interested by archeology, you shouldn't download the release ;-) If you take latest WebTest build, then you will have a version of HtmlUnit that understands document.createComment and, if you want to, you'll have the possibility to upgrade the HtmlUnit snapshot. Simply

Re: [Webtest] Turn on Rhino JS Debugger GUI

2010-01-21 Thread Marc Guillemot
Hi Christoph, using a recent HtmlUnit-2.7-SNAPSHOT you should be able to do: groovy com.gargoylesoftware.htmlunit.util.WebClientUtils.attachVisualDebugger(step.context.webClient) /groovy Cheers, Marc. Christoph Witych a écrit : Hello Marc, is there a way to link the Rhino debugger to a

Re: [Webtest] Build 1801

2010-01-14 Thread Marc Guillemot
Hi, I've just checked and everything looks fine. Perhaps do you have some cache problem in your browser or in some proxy. Cheers, Marc. David Jehoul a écrit : Hi, I downloaded the latest build from http://webtest.canoo.com/webtest/manual/Downloads.html, by clicking on build.zip It

[Webtest] [webtest][JIRA] Created: (WT-554) Upgrade to Groovy 1.7.0

2010-01-11 Thread Marc Guillemot (JIRA)
Upgrade to Groovy 1.7.0 --- Key: WT-554 URL: http://webtest-community.canoo.com/jira/browse/WT-554 Project: WebTest Type: Task Versions: 3.0 Reporter: Marc Guillemot Assigned to: Marc Guillemot Fix For: Future work

[Webtest] [webtest][JIRA] Closed: (WT-554) Upgrade to Groovy 1.7.0

2010-01-11 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-554?page=all ] Marc Guillemot closed WT-554: - Resolution: Fixed Done in build 1800. Upgrade to Groovy 1.7.0 --- Key: WT-554 URL: http://webtest

Re: [Webtest] Javascript error terminates test even when I have switched it off....

2010-01-11 Thread Marc Guillemot
Hi, setting option name=ThrowExceptionOnScriptError value=false/ is more a hack of the underlying library than an option of WebTest. Nevertheless you're right, it would be interesting to fix it. Can you open an issue for it? Cheers, Marc. Winney, Mark a écrit : Hi, My webtest is still

Re: [Webtest] ThrowExceptionOnScriptError seems to get lost/reset after I do a selectWebClient

2010-01-11 Thread Marc Guillemot
Hi, the first call to selectWebClient creates a fresh new WebClient. Indeed, it would be interesting to reuse all the options of the original config. Please open an issue for that. If the JS errors don't occur in normal browsers, please report them to allow them to be fixed. Cheers, Marc.

Re: [Webtest] navigator.javaEnabled returns false, can I enable java support or can I force navigator.javaEnabled to return true

2010-01-11 Thread Marc Guillemot
Hi, HtmlUnit has a minimal (in fact proof of concept) Applet support. You can enable it by setting appletEnabled to true, for instance in config with: option name=appletEnabled value=true/ Cheers, Marc. Michael Stephan a écrit : Hello! I try to access a web site with webtest which checks

Re: [Webtest] gargoylesoftware.htmlunit.ScriptException: ReferenceError: O_CommentMove is not defined. (JavaScriptStringJob#1)

2010-01-11 Thread Marc Guillemot
Hi, it seems that the site you're testing doesn't expect users to be that fast ;-) Sleep is ok, otherwise you can try the easyAjax setting, it may work. Cheers, Marc. Winney, Mark a écrit : Hi, I am having a webtest issue with some javascript that has been added to a webpage that

Re: [Webtest] webtestTaskdefs.properties

2009-11-24 Thread Marc Guillemot
Canoo WebTest using Maven (apart that the Canoo WebTest libraries are centrally managed) but there is an advantage in using Maven in larger project. Cheers, Siegfried Goeschl Marc Guillemot wrote: Hi Siefried, I understand that you want to move it out of the normal execution order

Re: [Webtest] webtestTaskdefs.properties

2009-11-23 Thread Marc Guillemot
setup can be tied to the Maven build life cycle +) reporting is entirely done with then Maven build life cycle A bonus of using a M2 plugin is that managing the Canoo WebTest dependencies is done using Maven Cheers, Siegfried Goeschl Marc Guillemot wrote: Hi Siegfried, the question

Re: [Webtest] webtestTaskdefs.properties

2009-11-20 Thread Marc Guillemot
, I'm pretty much sure Felipe writes about the M2 plugin - ./src/it5 actually runs the offical Canoo WebTest samples Cheers, Siegfried Goeschl Marc Guillemot wrote: Why doesn't the Maven Plugin use WebTest's webtest.xml? Cheers, Marc. felipe.si...@ubs.com a écrit : The missed detail about

Re: [Webtest] webtestTaskdefs.properties

2009-11-19 Thread Marc Guillemot
Why doesn't the Maven Plugin use WebTest's webtest.xml? Cheers, Marc. felipe.si...@ubs.com a écrit : The missed detail about splitting the tests in several files was the definition of the webtest taskdef: taskdef resource=webtestTaskdefs.properties / Including this in the test files I

Re: [Webtest] Xsd or spec of the configuration file

2009-11-18 Thread Marc Guillemot
felipe.si...@ubs.com a écrit : ... That said, right, the documentation is arguably scarce. Yes, that's the missed point.. Please canoo developers, publish a runnable zipped example somewhere :) Thanks for your hints, I will try your maven config now... difficult to help, when you

Re: [Webtest] The sample project

2009-11-18 Thread Marc Guillemot
Hi, if you use maven, then I really think that your problem lies in the maven WebTest plugin, not in WebTest itself. Cheers, Marc. felipe.si...@ubs.com a écrit : Here it is my test project with the Maven plugin (~15kb):

Re: [Webtest] webtest-results does not exist ??

2009-11-16 Thread Marc Guillemot
Hi, how do you run it? With the Maven plugin? Cheers, Marc. felipe.si...@ubs.com a écrit : Thank you very much for the answers.. My current webtest.xml: project name=Canoo Webtest Sample basedir=. default=all taskdef resource=webtestTaskdefs.properties / target name=all

Re: [Webtest] Dynamically generated form

2009-11-11 Thread Marc Guillemot
(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) On Tue, Oct 13, 2009 at 5:19 AM, Marc Guillemot mguille...@yahoo.fr mailto:mguille...@yahoo.fr wrote: Hi, yes, WebTest

[Webtest] [webtest][JIRA] Closed: (WT-548) Improve testInfo with special handling of types issueNumber and summary

2009-11-10 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-548?page=all ] Marc Guillemot closed WT-548: - Fix Version: Future work Resolution: Fixed Implemented in build 1793 Improve testInfo with special handling of types issueNumber and summary

[Webtest] [webtest][JIRA] Created: (WT-549) Provide information about running tests aside from WebTestMonitor

2009-11-10 Thread Marc Guillemot (JIRA)
Reporter: Marc Guillemot Assigned to: Marc Guillemot WebTestMonitor is nice... but not for tests running on a build server. WebTest should provide a text based way to see which tests are running and which one have already been executed (failed or successful) . -- This message is automatically

Re: [Webtest] tests with cookies

2009-11-10 Thread Marc Guillemot
Hi, following sets a header, not a Cookie: config header name=Cookie value=PHPSESSID=${sessionId}/ /config Ok, this is a Cookie header and it should be ok for the server, but this is not a Cookie for the WebClient and therefore verifyCookie fails. There is currently no setCookie step

Re: [Webtest] Ajax calls and IFrame

2009-11-10 Thread Marc Guillemot
of OnButtonClick. It ignores the response from the XMLHTTPRequest object. Any idea how to fix this? BTW I'm using : R_1786 Thanks, Haneef -Original Message- From: webtest-ad...@lists.canoo.com [mailto:webtest-ad...@lists.canoo.com] On Behalf Of Marc Guillemot Sent: Monday, October 12, 2009 11:13

Re: [Webtest] JavaScript error: ...com.gargoylesoftware.htmlunit.ScriptException: ReferenceError: ScriptEngineMajorVersion is not defined.

2009-11-10 Thread Marc Guillemot
Hi, can you provide the full stack trace? Cheers, Marc. Michael Zwick a écrit : Hi, WebTest seems to have a problem with JavaScript that is executed when I click this link on my page: A HREF=javascript:showHelp('StandardUser/section.html?Su_Intro_ProductHomePage.html')Help/A

Re: [Webtest] Page action while setting an input field

2009-11-10 Thread Marc Guillemot
Hi, what kind of problem do you have with this test? If I correctly remember, script for=. is specific to IE. Have you tried to simulate Firefox? Cheers, Marc. David Jehoul a écrit : Hi, I have a situation where a page action is executed whilst just setting an input field. This is

Re: [Webtest] about coverage for the tests

2009-11-10 Thread Marc Guillemot
Hi, you want to get coverage of your tests or of the application under test? Cheers, Marc. Pramod Kini a écrit : Hi I would like to know whether coverage on the tests run can be generated using any coverage plug-in tools. Thanks Pramod This email and any files transmitted with it

Re: [Webtest] JavaScript error: ...com.gargoylesoftware.htmlunit.ScriptException: ReferenceError: ScriptEngineMajorVersion is not defined.

2009-11-10 Thread Marc Guillemot
...@lists.canoo.com] On Behalf Of Marc Guillemot Sent: Dienstag, 10. November 2009 15:26 To: webtest@lists.canoo.com Subject: Re: [Webtest] JavaScript error: ...com.gargoylesoftware.htmlunit.ScriptException: ReferenceError: ScriptEngineMajorVersion is not defined. Hi, can you provide the full stack

Re: [Webtest] tests with cookies

2009-11-10 Thread Marc Guillemot
for logging in the user and fetch the sessionId. testn (n = 2..) use the sessionId and do the tests. But I can't use ${sessionId}, because the evaluation fails. Is there a possibility to use the sessionId in all tests? Regards, Thorsten Am Dienstag, den 10.11.2009, 15:23 +0100 schrieb Marc

[Webtest] [webtest][JIRA] Created: (WT-548) Improve testInfo with special handling of types issueNumber and summary

2009-11-09 Thread Marc Guillemot (JIRA)
: 3.0 Reporter: Marc Guillemot Assigned to: Marc Guillemot testInfo should be improved to provide a special handling for some special types: - issueNumber: this is often used to document a related issue in a bug tracking system. WebTest report should automatically generate an hyperlink

[Webtest] [webtest][JIRA] Created: (WT-547) Generate single HTML reports of finished tests while other tests are running

2009-11-02 Thread Marc Guillemot (JIRA)
Versions: 3.0 Reporter: Marc Guillemot Assigned to: Marc Guillemot HTML reports are currently generated when all tests are finished. Each single report could be generated in a separated thread just once the corresponding test is finished. This would have two benefits: - it would

[Webtest] [webtest][JIRA] Closed: (WT-546) Provide source information for each step

2009-10-29 Thread Marc Guillemot (JIRA)
[ http://webtest-community.canoo.com/jira/browse/WT-546?page=all ] Marc Guillemot closed WT-546: - Fix Version: Future work Resolution: Fixed Implemented in build 1788. The information is made available as title attribute of the element

[Webtest] [webtest][JIRA] Created: (WT-546) Provide source information for each step

2009-10-28 Thread Marc Guillemot (JIRA)
Provide source information for each step Key: WT-546 URL: http://webtest-community.canoo.com/jira/browse/WT-546 Project: WebTest Type: New Feature Versions: 3.0 Reporter: Marc Guillemot Assigned to: Marc

  1   2   3   4   5   6   7   8   9   10   >