Search found 23 matches

by reiniuny
Thu Aug 08, 2013 5:50 am
Forum: How To …
Topic: Save GDI Capture List in Solution/Project
Replies: 10
Views: 6004

Re: Save GDI Capture List in Solution/Project

OK, I think the best solution for me is to add the class names during runtime, so I can ensure, that the full configuration is available without the need of manual steps.
by reiniuny
Tue Aug 06, 2013 12:29 pm
Forum: How To …
Topic: Save GDI Capture List in Solution/Project
Replies: 10
Views: 6004

Re: Save GDI Capture List in Solution/Project

For me this fact is a problem, as I'm developing on my machine and then commiting the test suite to SVN. An other computer then checks out the test suite and runs the tests. In this case the GDI Capture List isn't transferred to the other computer. Is it planned to include the list into the test sui...
by reiniuny
Mon Aug 05, 2013 10:49 am
Forum: Automation Tools
Topic: How to include the Image Repository in the executable?
Replies: 9
Views: 3993

Re: How to include the Image Repository in the executable?

Hi,
I've sent the report to you via e-mail.
by reiniuny
Mon Aug 05, 2013 8:45 am
Forum: How To …
Topic: Save GDI Capture List in Solution/Project
Replies: 10
Views: 6004

Save GDI Capture List in Solution/Project

Hello, it seems, that the GDI capture list/configuration isn't saved inside the solution. As I see it is saved somewhere locally within general/global Ranorex settings. In my opinion these settings should be saved somewhere in the ranorex repository or the project/solution as the repository depends ...
by reiniuny
Wed Jul 31, 2013 6:32 am
Forum: Automation Tools
Topic: How to include the Image Repository in the executable?
Replies: 9
Views: 3993

Re: How to include the Image Repository in the executable?

Is there a commandLine parameter to specify the path for the "RepositoryImages" folder? I've the problem, that I let Jenkins compile my project. Then I'm running the batch-command .\test\test\bin\Debug\test.exe The sources are in .\test\test . Ranorex then claims [Module]: Could not find a part of t...
by reiniuny
Mon Jul 29, 2013 9:43 am
Forum: Bug Reports
Topic: Report Layout broken
Replies: 3
Views: 1753

Re: Report Layout broken

Hi,
I've sent the report to you via E-Mail.
by reiniuny
Mon Jul 29, 2013 6:06 am
Forum: General Questions
Topic: Automating Outlook
Replies: 11
Views: 4561

Re: Automating Outlook

Thanks for your reply, with the GDI Capturing I'm able to get the (visible) text of the E-Mail.
by reiniuny
Thu Jul 25, 2013 6:38 am
Forum: General Questions
Topic: Automating Outlook
Replies: 11
Views: 4561

Re: Automating Outlook

Are there any news on this topic?

I'd like to use Ranorex 4.0.5 to select a specific E-Mail in Outlook 2010. I then also would like to validate the text of an email, but at the moment it doesn't seem to be possible to get the content of an email in ranorex to validate it.
by reiniuny
Wed Jul 24, 2013 6:09 am
Forum: Bug Reports
Topic: Report Layout broken
Replies: 3
Views: 1753

Report Layout broken

At some point (I think it is the case when there is a dollar sign in a RegExp) the layout of the Ranorex Report is broken. You can see a smart demo in the attached file (I've whitened the path of the elements due to privacy rules). The RegExp for the Element is "^\s*$", but I can't see the dollar si...
by reiniuny
Mon Jul 22, 2013 5:47 am
Forum: Automation Tools
Topic: Suppress warnings for variable binding
Replies: 10
Views: 4741

Re: Suppress warnings for variable binding

That is good news for me, thank you :D
by reiniuny
Thu Jul 18, 2013 1:11 pm
Forum: Automation Tools
Topic: Suppress warnings for variable binding
Replies: 10
Views: 4741

Re: Suppress warnings for variable binding

Hmm, that's extremly circumstantial. I'd have to bind the dummy global parameter in each testcase. If I create at some time a new parameter which I'm using in the tools class I would have to change the data binding for each testcase... Maybe I didn't show my intention correctly - I just want to supp...
by reiniuny
Thu Jul 18, 2013 9:48 am
Forum: Automation Tools
Topic: Suppress warnings for variable binding
Replies: 10
Views: 4741

Suppress warnings for variable binding

Can sb. tell me how to suppress the warning "The following module variables are not bound to a data column: [...]"? As I've inherited my test case classes from a base (tools) class which uses some variables from repository, I get this warning for all test cases because not all repository variables a...
by reiniuny
Mon Jul 15, 2013 11:33 am
Forum: Bug Reports
Topic: UI-Element within root folder not found by structure
Replies: 3
Views: 2441

Re: UI-Element within root folder not found by structure

Thanks for your answer, I'v solved the problem now as the path to the root folder was not unique.

Could you give me the status of the feature which is mentioned in the linked request (use absolute path in root folder)?
by reiniuny
Fri Jul 12, 2013 6:16 am
Forum: Automation Tools
Topic: Pass repository item as parameter to user code
Replies: 26
Views: 17338

Re: Pass repository item as parameter to user code

The approach krstcs explained was my intent too. At the moment I've created a repository item using a variable. Before calling the user function I set the variable to the desired value. But this value I've to hardcode on many places, so if the value changes I've to change it many times. Instead of t...
by reiniuny
Fri Jul 12, 2013 6:11 am
Forum: Bug Reports
Topic: maximized Flag doesn't work for Firefox and Chrome
Replies: 2
Views: 3098

Re: maximized Flag doesn't work for Firefox and Chrome

Hi Markus,
you are right, Firefox was still running and Chrome was hiding in system tray :shock:

I've tried it with enabling "killExisting" flag and now it works perfectly.

Thank you!