Search found 9 matches

by aktest
Tue Oct 27, 2015 3:17 pm
Forum: Automation API
Topic: Developing Ranorex test using Visual studio
Replies: 1
Views: 2819

Developing Ranorex test using Visual studio

Hi,

Would like to know how to develop Ranorex based test using C# in Visual Studio.
Also how can i use existing Ranorex tests and repositories in Visual Studio.

Thank you,
- AK
by aktest
Tue Jun 23, 2015 5:11 pm
Forum: Automation API
Topic: High memory consumption during run
Replies: 8
Views: 3045

Re: High memory consumption during run

One more thing is there a way to get the Ranorex Snapshot as requested, for only the UI structure without UI graphics? and if that will help Support team to provide support offline?

Thank you,
by aktest
Tue Jun 23, 2015 4:03 pm
Forum: Automation API
Topic: High memory consumption during run
Replies: 8
Views: 3045

Re: High memory consumption during run

Hello Team,

Thanks for reply, i'm not sure if i can provide the snapshot of AUT requested at this point of time due to company policies but if possible will sure like to get help on our issues.

Meanwhile i can only try things if there's any to got to the root cause of failures.

Thank you,
by aktest
Sat Jun 20, 2015 1:49 pm
Forum: Automation API
Topic: High memory consumption during run
Replies: 8
Views: 3045

Re: High memory consumption during run

Hi, Using plugin 'WPF only' has given different results from total AUT run time point of view, though still memory leak is observed over the period of time. As also mentioned there were many failures due to objects recorded with different plugin were not recognized this time. Why for wpf objects, us...
by aktest
Thu Jun 18, 2015 12:40 pm
Forum: Automation API
Topic: High memory consumption during run
Replies: 8
Views: 3045

Re: High memory consumption during run

Thank you Support team, sure i will try to use 'WPF only'. Meanwhile I would like to know if disabling Ranorex reporting will help in reducing memory consumption, instead we can log user messages in text file from coded modules. We are just trying to find out possible ways to reduce memory usage by ...
by aktest
Wed Jun 17, 2015 2:31 pm
Forum: Automation API
Topic: Disabling Reporting
Replies: 1
Views: 1728

Disabling Reporting

Hi,

Would like to know if there's a way to disable Ranorex reporting or customizing reporting mechanism in Ranorex 5.3.2 version.

Thank you,
by aktest
Wed Jun 17, 2015 1:12 pm
Forum: Automation API
Topic: High memory consumption during run
Replies: 8
Views: 3045

High memory consumption during run

Hi, We have written test for our .Net based application and run it in iterations for long hours, over the period of run we observed the memory consumption of Ranorex test exe is increasing. Need help in analyzing this memory leak issue. Our test includes both Recorded and Coded module, We are using ...
by aktest
Wed Apr 01, 2015 8:30 am
Forum: Automation API
Topic: Iterations blocked
Replies: 3
Views: 2339

Re: Iterations blocked

Thanks for the reply, yes the Error behavior setting was the issue, changing it to 'continue with iteration' worked.
I guess i got confused between 'Continue with iteration' and 'Continue with Siblings' options when i read it earlier.

Thanks again :)

- ak
by aktest
Tue Mar 31, 2015 4:32 pm
Forum: Automation API
Topic: Iterations blocked
Replies: 3
Views: 2339

Iterations blocked

Hi, I'm trying to create a data-driven test using SimpleDataConnector. Now while running test in 1st iteration I'm getting some application exception which i'm handling using try-catch, but my test is still stopping after 1st iteration and report shows Iteration1 - Failed and other iterations as bl...