Search found 8 matches

by Simran
Wed Nov 29, 2017 6:51 pm
Forum: Automation Tools
Topic: Update from VS 2012 to VS 2017
Replies: 5
Views: 3532

Re: Update from VS 2012 to VS 2017

Thanks all for reply. I am new to this environment. so my main concern was that Ranorex works properly after changing VS 2012 to VS 2017. I mean that it carries all TFS operations(undo pending changes, get latest, check in ). So, I put my question in Ranorex forum. I apologize for any convenience ha...
by Simran
Tue Nov 28, 2017 9:21 pm
Forum: Automation Tools
Topic: Update from VS 2012 to VS 2017
Replies: 5
Views: 3532

Update from VS 2012 to VS 2017

Hi all,

I am going to update my VS from 2012 to 2017. Should I uninstall 2012 version first and then install new one or could I install VS 2017 just like that on the top of old one ?

thanks
by Simran
Tue Nov 28, 2017 6:47 pm
Forum: How To …
Topic: How to remove attachments in outlook
Replies: 1
Views: 1546

How to remove attachments in outlook

Hi, I want to remove attachments from outlook. the code I used is: Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'textInfo' at 270;6.", textInfo); textInfo.FindAdapter<Text>().Click("270;6"); Report.Log(ReportLevel.Info, "Keyboard", "Key sequence '{Back}' with focus on 'textInfo'.", t...
by Simran
Thu Nov 09, 2017 10:40 pm
Forum: How To …
Topic: How to validate sent emails
Replies: 1
Views: 1570

How to validate sent emails

Hi
Could please anyone can help me how to validate the email that I sent recently.
by Simran
Tue Nov 07, 2017 8:56 pm
Forum: Bug Reports
Topic: TestModule getting deleted automatically
Replies: 6
Views: 1624

Re: TestModule getting deleted automatically

I am using version 7.2 for ranorex. but what is the meaning of version control sw ?
by Simran
Tue Nov 07, 2017 8:13 pm
Forum: Bug Reports
Topic: TestModule getting deleted automatically
Replies: 6
Views: 1624

TestModule getting deleted automatically

Hi Some of my test modules are getting automatically deleted from Test Suite. Now when I run whole Test suite, It gets failed and showing error - could not found. I checked in my module and that modules are missing. when I try to open from my Test Suite, it shows error - Test Module has been deleted...
by Simran
Thu Nov 02, 2017 9:06 pm
Forum: How To …
Topic: How to validate footer
Replies: 1
Views: 1570

How to validate footer

Hi

I am trying to validate footer, but when I use spy is selects whole email. Instead, I just want to select emailbody and footer. Could you please help me with that.