Search found 8 matches

by kurts
Thu Oct 08, 2015 7:18 pm
Forum: Object Identification and Technologies
Topic: Ranorex Firefox Plugin disables from one TC to the next
Replies: 1
Views: 1798

Re: Ranorex Firefox Plugin disables from one TC to the next

I am getting similar results and I refreshed my firefox and it fixed the problem. That also did away with all my firefox settings. I find when I messed with firefox never remembering history it would disable the add on and I had this problem all over again. So it seems to be related to that somehow.
by kurts
Wed Jun 26, 2013 7:29 pm
Forum: General Questions
Topic: Excel connector not working after installing Excel 2013
Replies: 5
Views: 6426

Re: Excel connector not working after installing Excel 2013

Somehow installing/uninstalling office 2007 and 2013 resulted in a missing registry key ( HKEY_CLASSES_ROOT\AppID\{00020812-0000-0000-C000-000000000046} )which I discovered while reviewing this site: http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2012/11/12/microsoft-excel-...
by kurts
Tue Jun 25, 2013 7:38 pm
Forum: General Questions
Topic: Excel connector not working after installing Excel 2013
Replies: 5
Views: 6426

Re: Excel connector not working after installing Excel 2013

That was the first thing we considered. Unfortunately Excel is not listed as one of the items, nor is it's address that it has in the registry so we are unable to adjust it's settings in dcom. Do you have any other suggestions?
by kurts
Mon Jun 24, 2013 9:31 pm
Forum: General Questions
Topic: Excel connector not working after installing Excel 2013
Replies: 5
Views: 6426

Excel connector not working after installing Excel 2013

We recently upgraded to Office 365 and as part of that we now have Excel 2013. We find since we've installed it that if we try and change an excel connector or try and add one to a new project that the connector won't work. Ranorex will hang for a while and then give an error. I've attached a screen...
by kurts
Mon Aug 06, 2012 5:50 pm
Forum: Automation API
Topic: How to force a test iteration to skip
Replies: 16
Views: 11961

Re: How to force a test iteration to skip

I found my problem. The extension on the report file name was not correct. I am getting the reports correctly and suppressing the skipped steps.
by kurts
Mon Aug 06, 2012 3:22 pm
Forum: Automation API
Topic: How to force a test iteration to skip
Replies: 16
Views: 11961

Re: How to force a test iteration to skip

I don't have a custom XLS file and I am running this in a test suite. I have one solution with several projects in that solution. What is strange is all of them output the reports that look like this. I added a new project today and the reports it produces look like the one you listed. Any ideas why...
by kurts
Fri Aug 03, 2012 2:11 pm
Forum: Automation API
Topic: How to force a test iteration to skip
Replies: 16
Views: 11961

Re: How to force a test iteration to skip

Your solution worked, but mine does not. My report does not look like yours. It doesn't list the iterations like yours but seems to count each one as a test run. I've attached a screen shot of it.

screen.jpg
by kurts
Thu Aug 02, 2012 9:14 pm
Forum: Automation API
Topic: How to force a test iteration to skip
Replies: 16
Views: 11961

Re: How to force a test iteration to skip

I've been trying to get this code to work and I'm still getting the steps I want skipped reported as successes. The only thing I've done different is my code module is set up so if my excel sheet has a "Y" in one column it doesn't need to run that step. So my code is: If (strskip =="N"){ //run the c...