Search found 14 matches

by keith
Fri Feb 27, 2015 2:35 pm
Forum: General Questions
Topic: Disable Screenshot on Error
Replies: 2
Views: 2122

Re: Disable Screenshot on Error

When Ranorex generates a standard .html report AND there is an error or failure, using the setup that I have some screenshots are added to the Ranorex report (.rxlog) for the falure, error, and also a previous step automatically. I want to turn this off. Under Project Settings - Advanced, there is a...
by keith
Fri Feb 27, 2015 2:03 pm
Forum: General Questions
Topic: Disable Screenshot on Error
Replies: 2
Views: 2122

Disable Screenshot on Error

Is there a way to turn off/disable the screenshot on error function? I don't need or want the screenshots in my report. I wasn't able to find anything under Global Settings to disable this. By the "screenshot on error function", I mean the 2 or 3 screenshots added to the Ranorex report when any fail...
by keith
Tue Dec 23, 2014 12:26 pm
Forum: General Questions
Topic: Modify or Update Global Settings through code modules
Replies: 3
Views: 2409

Re: Modify or Update Global Settings through code modules

You can find them directly while typing in Ranorex studio. when typing in user code ... Configuration.Current.Adapter. and when you type the dot you can see the following... DefaultSearchTimeout DefaultUseEnsureVisible TimeoutFactor or you can just look in the API documentation http://www.ranorex.co...
by keith
Thu Dec 18, 2014 3:40 pm
Forum: General Questions
Topic: Ensure visible does not work on bottom list item
Replies: 4
Views: 1909

Re: Ensure visible does not work on bottom list item

Ranorex cares, depending on what type of action you are doing, if you can actually view the element in the list. If you are, for example, trying to click on something or ensure something is visible when it is not visible, you may need to use a different action to do what you want to do. Imagine a dr...
by keith
Wed Dec 17, 2014 2:26 pm
Forum: Automation Discussions
Topic: Scenerio Example for e-commerce website
Replies: 2
Views: 6223

Re: Scenerio Example for e-commerce website

I guess it would be a bit out of context to ask WHAT to test in this forum. Basically you need to learn what it takes to be a good tester. Tools like Ranorex might be able to help you but they are just tools they are not testing. Automation or Checking is really just a subset of testing. Determining...
by keith
Fri Dec 05, 2014 4:22 pm
Forum: Bug Reports
Topic: edit in the data source/binding dialog & Studio at same time
Replies: 2
Views: 2015

Re: edit in the data source/binding dialog & Studio at same time

First, thanks for your response krstcs. 1. I most especially thank you for the information regarding where I should send my feature request. I would think it to be more fruitful to discuss in the forum first but oh well. 2. I did mention that I know there are workarounds which is, of course, what I ...
by keith
Fri Dec 05, 2014 10:04 am
Forum: Bug Reports
Topic: edit in the data source/binding dialog & Studio at same time
Replies: 2
Views: 2015

edit in the data source/binding dialog & Studio at same time

Perhaps this is more of a request rather than a bug but I couldn't find a forum for improvement requests. I would like to be able to change values directly in the data source/binding dialog AND be able to access my solution in Ranorex studio (i.e. Report). I wasn't able to figure out a way to do thi...
by keith
Fri Dec 05, 2014 9:51 am
Forum: General Questions
Topic: Monitor Ranorex log file while running tests
Replies: 6
Views: 3748

Re: Monitor Ranorex log file while running tests

Okay thank you Robert and for all others that answered. When I get the time I will try this out. It isn't a high priority for me, I just wanted to see if it could be easily done without such a big deal before I pursued it. I will post here if I get around to doing it to share my results.
by keith
Wed Dec 03, 2014 4:08 pm
Forum: Automation Tools
Topic: Show current test execution status
Replies: 4
Views: 2766

Re: Request..

@sravanimandadi, This is similar to a recent question I asked as well. See link below. Can you not see the console output running when you run your tests via Ranorex studio? I see a console output that I just stick on my 2nd screen. Also, I believe you can adjust the NLog.config to log according to ...
by keith
Tue Dec 02, 2014 4:25 pm
Forum: Bug Reports
Topic: "Open report after execution" does not work
Replies: 53
Views: 13768

Re: "Open report after execution" does not work

It's not a big deal but I have a similar issue when executing tests from Ranorex Studio. The behavior is as follows. If I execute tests from a Test Suite using Ranorex Studio, sometimes the report is opened automatically after the test is completed as expected. Other times the report is not opened a...
by keith
Tue Dec 02, 2014 3:18 pm
Forum: General Questions
Topic: Monitor Ranorex log file while running tests
Replies: 6
Views: 3748

Re: Monitor Ranorex log file while running tests

Hi krstcs, I am quite comfortable with basic coding and am learning c# at the moment. Even though I know more than nothing, I am no programmer but that isn't really related to my question as far as I can tell. I was not making the connection to writing code in order to solve my problem. I asked a ve...
by keith
Mon Dec 01, 2014 1:51 pm
Forum: General Questions
Topic: Monitor Ranorex log file while running tests
Replies: 6
Views: 3748

Re: Monitor Ranorex log file while running tests

Hi swmatista, Thanks for your response. I don't understand what you were trying to do there, exactly. My best guess would be that you are creating your own log file somehow with some code. Why can't we just access in real time the Ranorex console output that I can see posting to my screen while the ...
by keith
Fri Nov 28, 2014 10:20 am
Forum: General Questions
Topic: How to ensure each click take effect
Replies: 3
Views: 1580

Re: How to ensure each click take effect

Basically CookieMonster hit it. Your question doesn't really provide enough information to go on. The idea is the same though. The easiest way to see if a click actually happened is to do a validation step afterwards that checks what is supposed to happen as a result of the click. This has helped me...
by keith
Fri Nov 28, 2014 9:43 am
Forum: General Questions
Topic: Monitor Ranorex log file while running tests
Replies: 6
Views: 3748

Monitor Ranorex log file while running tests

I would like to do the following. Trigger a test suite manually on my machine from the Ranorex Studio application and monitor the running log of the test suite. Basically, I want to monitor using an external tool what is currently being output to the cmd window. I assume this is being output to a l...