Search found 5 matches

by Sampath
Thu Sep 21, 2017 3:14 pm
Forum: Automation API
Topic: Send Email
Replies: 1
Views: 2880

Re: Send Email

I was able to fix it.
With Ranorex v7.2.0 (Ranorex Automation Helpers) It is easy to use Sendmail, and convert to pdf
by Sampath
Wed Sep 20, 2017 8:02 pm
Forum: Automation API
Topic: Send Email
Replies: 1
Views: 2880

Send Email

Ranorex Version: 7.1.2 - Here I'm trying to send the compressed report to an email. The code below was put inside program.cs at the end before return error; Can somebody help me with this? we use office365 here, so should I use smtp.office365.com or smtp.mycompany.com?? During debug too didn't find ...
by Sampath
Wed Sep 13, 2017 1:21 am
Forum: Automation API
Topic: Test suite level Error message
Replies: 3
Views: 2170

Re: Test suite level Error message

Thank you all. I was able to solve the issue. It was a negligible mistake from my side.
by Sampath
Mon Sep 11, 2017 7:23 pm
Forum: Automation API
Topic: Test suite level Error message
Replies: 3
Views: 2170

Test suite level Error message

"Object reference not set to an instance of an object. Ranorex.Core.Testing.TestModuleLeaf.RunInternal(DataContext parentDataContext, Int32 iteration, Boolean skipIteration) " I have three test cases in a smart folder. Whenever I execute the smart folder at test suite level, it fails with the above ...
by Sampath
Fri Sep 01, 2017 4:07 pm
Forum: Automation API
Topic: MenuItem
Replies: 2
Views: 2868

MenuItem

I figured out Rxpath for the Menuitem and its dropdown. Is their a way to Code loop in c# through each of the dropdown and capture its text and also click on the desired dropdown. It's a wpf application.