[Webtest] [webtest][JIRA] Closed: (WT-351) clickLink in Emailcontent???
Marc Guillemot (JIRA)
Marc Guillemot (JIRA)" <noreply@canoo.com
Thu, 22 Nov 2007 17:31:38 +0100 (CET)
[ http://webtest-community.canoo.com/jira/browse/WT-351?page=all ]
Marc Guillemot closed WT-351:
-----------------------------
Resolution: Invalid
Assign To: Marc Guillemot
Seems that <emailMessageContentFilter.../> already allows to do what I mentionned (I don't really know these steps): if your mail is a multipart mail, referencing the html part will load it as the current "page" and you should be able to navigate on it.
<emailMessageContentFilter messageId='#{pop3}' partIndex="1"/>
<clickLink label='.......'/>
I close this issue as it seems to be already working. Please use the mailing list for questions on usage.
> clickLink in Emailcontent???
> ----------------------------
>
> Key: WT-351
> URL: http://webtest-community.canoo.com/jira/browse/WT-351
> Project: WebTest
> Type: Task
> Versions: 2.5
> Reporter: Christian C
> Assignee: Marc Guillemot
>
> One question.
> How i can click a link in the content of an Emailcontent?
> Here is my code:
> <invoke description='inv' url='/'/>
> <emailSetConfig description='pop3' server='pop.aol.com' type='pop3' password='*******' username='*******' delay='3'/>
> <emailStoreMessageId description='Normal' subject='*****' property='pop3'/>
>
> <storeLength property="ok.gif.length">
> emailMessageContentFilter messageId='#{pop3}' contentType="multipart/related"/>
> <clickLink description='link' href='.......'/>
> </storeLength>
> It is an multipart email with html-links and so on.
> Webtest found the mail an return a textfile with Content-Type: text/plain;
> I dont know how i can verify the link.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira