Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-17 Thread Christian Kölle
Marc Guillemot wrote: Hmmm, can you configure lib/log4j.properties to debug to get more information? Hi As you can see in the log snippet this was already the full debug level. I've played around with the log4j.properties but don't get any new information. What i've done instead is to verify

[Webtest] Running Webtest On Gmail

2008-01-17 Thread QA Testing
Hello, I am new to Canoo Webtest. I found this as a very simple and easy tool to work with. Thus after writing basic scripts for google search etc. I thought trying on gmail. The test case that thought to work upon is 1. Login into Gmail 2. Compose a Mail 3. Send Mail 4. Logout This looked to

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-17 Thread Marc Guillemot
Ups sorry, you're right: your log extract was already at debug level. I think that the cause of the problem is the name of your radio button selectedDeleteTimeItems['-375616497']: it contains quote and bracket and HtmlForm puts this name unescaped in an xpath expression to retrieve fields. Can

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread Marc Guillemot
Hi, I guess that GMail uses js that is not yet supported by HtmlUnit ;-( I know only for Yahoo Mail: the Mail Classic interface works ok since HtmlUnit-1.14 but the new interface doesn't work (in fact just like in my Firefox ;-)). Cheers, Marc. -- Blog: http://mguillem.wordpress.com QA

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread QA Testing
Hi Marc, Thanks for replying. I am able to use gmail html basic version, thats also broken very much. Yahoo is not working at all, the login itself is not working. I have classic version account. But login doesnt move ahead. Marc, is there any other tool similar to WebTest and not depending on

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread Robert Bodziony
yea :) i think other solution is Selenium but it doesnt support AJAX Regards, Robert 2008/1/17, Marc Guillemot [EMAIL PROTECTED]: QA Testing wrote: Hi Marc, Thanks for replying. I am able to use gmail html basic version, thats also broken very much. Yahoo is not working at all, the

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread QA Testing
Yes, using the latest build. Downloaded today only. R_1649 does it includes htmlunit 1.14 ? On Jan 17, 2008 1:50 PM, Marc Guillemot [EMAIL PROTECTED] wrote: QA Testing wrote: Hi Marc, Thanks for replying. I am able to use gmail html basic version, thats also broken very much. Yahoo

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread QA Testing
Robert, i checked Selenium, but it was no good. Probably the propitiatory tools from mercury might be able to handle this. There is this tool Webrender, it does a good job too with ajax etc. On Jan 17, 2008 1:59 PM, Robert Bodziony [EMAIL PROTECTED] wrote: yea :) i think other solution is

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread Roel Croonenberghs
you do some sort of testing with selenium ide for firefox Roel QA Testing [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 17/01/2008 09:18 Please respond to webtest@lists.canoo.com To webtest@lists.canoo.com, Marc Guillemot [EMAIL PROTECTED] cc Subject Re: [Webtest] Running Webtest On

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread Marc Guillemot
QA Testing wrote: Robert, i checked Selenium, but it was no good. Probably the propitiatory tools from mercury might be able to handle this. I would really recommend not to use Mercury tools if you want to achieve real test automation. You will not only save a lot of money! Cheers, Marc. --

[Webtest] Unknown Error message

2008-01-17 Thread Uhlig Alexander
Hi, I received this message after a webtestrun. The html-files were generated but at the end the report didn't work. Anybode got the same problem ? the message: webtest.xml:194: javax.xml.transform.TransformerConfigurationException: Feature 'http://xml.org/sax/features/is-standalone' is not

Re: [Webtest] Running Webtest On Gmail

2008-01-17 Thread Marc Guillemot
ups, you're right, it currently only works with a custom RefreshHandler. I just need time to implement http://webtest-community.canoo.com/jira/browse/WT-333 but paid job goes first... In the mean time you can use the code provided in this issue. Cheers, Marc. -- Blog:

[Webtest] Wicket Ajax Tabbed Pannel doesnt work with WebTest

2008-01-17 Thread Mescher,Mark
Hello, we are testing our web-application (based on Apache Wicket) with WebTest 2.5. Since now we were able to test all elements of our page. But now we detected a problem with the wicket ajax tabbed panel. After clicking a tab, we implemented a sleep with 2 seconds and get the following error:

Re: [Webtest] Problem handling invalid login

2008-01-17 Thread Marc Guillemot
Hi, WebTest default behavior is to fail when an http error code is received. You can change this with config option name=ThrowExceptionOnFailingStatusCode, value=false/ /config or groovy step.context.webClient.throwExceptionOnFailingStatusCode = false /groovy Cheers, Marc. -- Blog:

Re: [Webtest] Wicket Ajax Tabbed Pannel doesnt work with WebTest

2008-01-17 Thread Marc Guillemot
Hi, upgrade to latest build: according to HtmlUnit users, HtmlUnit-1.14 works fine with Wicket. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Mescher,Mark wrote: Hello, we are testing our web-application (based on Apache Wicket) with WebTest 2.5. Since now we were able to test all

AW: [Webtest] Wicket Ajax Tabbed Pannel doesnt work with WebTest

2008-01-17 Thread Mescher,Mark
Hello Marc, I have now installed the latest available build R_1649. Now there is no error for the sleep-Step anymore, but the verifyTextStep, which should test the text placed on the second tab, still fails. Any more suggestions? Bye Mark -Ursprüngliche Nachricht- Von: [EMAIL

[Webtest] Sequential (as executed) ordering of the Test Scenario Overview section or the results page question

2008-01-17 Thread Douglas Beattie
What does one need to do to get the tests to be ordered sequentially (as executed) in the Test Scenario Overview area of the results page? Right now they seem to be displayed somewhat random. Doug -- NOTICE: This email

Re: [Webtest] either tagStripper or verifyContent seems work incorrectly

2008-01-17 Thread Andrew Sickorsky
Hello all Sorry, forgot to set readFiltered=false. for now all seems ok, tests passed King regards, Andrew Hello all! I'm using verifyContent with tagStripper filetr. And this step fails even if the stripped content from previous test run used as referenceFile. Code: verifyContent

Re: [Webtest] Problem handling invalid login

2008-01-17 Thread Douglas Beattie
Marc and others, Sorry for the noise. I found the problem. It was an extra comma before the closing quote on the ThrowExceptionOnFailingStatusCode name. I just cut and pasted from the e-mail without looking at what was in the quotes. Problem solved. It works fine now. Doug Douglas Beattie

[Webtest] get error trying to run default project with build R_1649

2008-01-17 Thread Tara Czutno
I'm trying to run the default project with the latest build R_1649 and none of the tests succeed. I get this error * 1*[image: x] Errorfile:///C:/facc3/fastActivate/results/001_CheckThatWebTest/WebTestReport.html#error1 *invoke* Go to Google (in English) urlhttp://www.google.com/ncr 1718 Error

[Webtest] Order of tests in report summary doesn't match run order

2008-01-17 Thread Andrew Ryan
When I execute my webtests, I get a directory with the tests in the order I requested them to run, labeled sequentially 001_DoSomething, 002_DoAnother, 003_MoreTests But in the report that gets created at the end of the test run, it seems that the order of the results is somewhat random. Is