Page 1 of 1

How to capture specific text from email using Ranorex

Posted: Fri Jul 01, 2011 7:08 pm
by SumitRT
I have to build a test where Ranorex has to locate the Password reset email in Outlook and capture the Temporary password mentioned in the email. Then use that password to login .Please suggest , how to achieve this.
I am a newbie in ranorex environment, still learning the tips and tricks of Ranorex.
Please help.
neel

Re: How to capture specific text from email using Ranorex

Posted: Fri Jul 01, 2011 7:12 pm
by Ciege
Have you used RanorexSpy to see what Ranorex can see in your version of Outlook? Can it see individual mails and subjects that you can cue on?

Also, you can look into using the Outlook interop object model that is available within code to read and interact with emails. Go to Google and search for "outlook interop". That should get you started with the Outlook object model.