10 messages in com.canoo.lists.webtestRe: [Webtest] Problem with Verfying T...
FromSent OnAttachments
Lee Rodgers27 May 2004 11:37 
Jeannie Graham27 May 2004 14:07 
Lee Rodgers28 May 2004 07:14 
Marc Guillemot28 May 2004 07:20 
Lee Rodgers28 May 2004 07:25 
Lee Rodgers28 May 2004 08:29 
Marc Guillemot28 May 2004 08:47 
Lee Rodgers28 May 2004 08:54 
Marc Guillemot28 May 2004 09:01 
Lee Rodgers28 May 2004 12:06 
Subject:Re: [Webtest] Problem with Verfying Title on a Masked page
From:Lee Rodgers (leer@gmail.com)
Date:05/28/2004 07:25:05 AM
List:com.canoo.lists.webtest

I already checked that, the response outputs the same form but it should be the thank you. I run it against the live form with the same information and it works fine. if i fill in the form myself on the new site it works fine but canoo it doesn't. I checked to be sure every javascript was met and am sure it is because the javascript checks are the same on the new site as they are on the old site and so are the field names.

On Fri, 28 May 2004 16:21:18 +0200, Marc Guillemot <mgui@yahoo.fr> wrote:

How look the save responses like? Is it possible that the submission fails and
therefore the same page (content) is returned? Do you use javascript to submit?

Marc.

Lee Rodgers wrote:

Jeannie, I appreciate your quick response. I tried the autorefresh and that did not work. It is not a popup window either. We are using the spring framework and on the old site it would direct to a thank you page upon submission. Test runs fine against that. The new site just returns the same form but diplaying the thank you information and the thank you title. Canoo can't seem to see these changes to the title or the text on the page. So the two pages are the same display the same thank you page, just on one the form a new page and on the new site its the same for but it was passed a thank you response.

Thanks again, Lee

On Thu, 27 May 2004 14:08:01 -0700, Jeannie Graham <jgra@arrowheadgrp.com> wrote:

Hi Lee, Is it a pop-up window? Then Canoo can't see it. If not, try setting your config parameter "autorefresh" to "true".

That worked for us once, Jeannie

-----Original Message----- From: Lee Rodgers [mailto:leer@gmail.com] Sent: Thursday, May 27, 2004 11:38 AM To: webt@lists.canoo.com Subject: [Webtest] Problem with Verfying Title on a Masked page

Here is the situation: We have a form.html which is mapped to form.jsp. So Canoo Webtest is invoking form.html but in the backend its form.jsp. Then when submitted the url stays the same but it goes toa Thanks.jsp file. In the browser this works fine but Canoo Webtest doesnt' seem to be seeing title of the new page. Does anyone have any ideas? In other words it is still returning the title of the form page even though all the data is correct to send it to the new page.