Search found 5 matches

by CharlesF
Wed Aug 04, 2010 2:17 pm
Forum: General Questions
Topic: How to get the text of a certain table element?
Replies: 1
Views: 1894

How to get the text of a certain table element?

Hi guys, Given the name of a process, I need its CPU and memory use. So I want to capture the text of a certain cell in the Task Manager table. For example, a process is in row 14 and its "memory" cell is like below: container[@caption='Processes']/table/row[@index='14']/cell[@text='152,500 K'] In C...
by CharlesF
Wed Aug 04, 2010 2:09 pm
Forum: General Questions
Topic: How to get the amount of memory used by an application?
Replies: 1
Views: 2247

How to get the amount of memory used by an application?

Hi folks,

During automated testing I want to log and report the memory used by the target application. Is there a way to do that?

Thanks in advance.
Charles
by CharlesF
Tue Aug 03, 2010 2:18 am
Forum: General Questions
Topic: Cannot run .exe on a different machine
Replies: 5
Views: 2850

Re: Cannot run .exe on a different machine

Now I got it: the "license" you mentioned is actually a library that includes a set of dlls (not only the Core.dll) and it costs $399 for each of the machines (it is bound to the hostname).
Is that correct?
by CharlesF
Mon Aug 02, 2010 11:55 pm
Forum: General Questions
Topic: Cannot run .exe on a different machine
Replies: 5
Views: 2850

Re: Cannot run .exe on a different machine

Hi Peter, thanks for your reply.

Does that mean a runtime license AND a full installation is needed on every machine I want to run the exe on?

Charles
by CharlesF
Mon Aug 02, 2010 10:44 am
Forum: General Questions
Topic: Cannot run .exe on a different machine
Replies: 5
Views: 2850

Cannot run .exe on a different machine

Hi guys, I tried to run the generated .exe file on another machine but failed. The exe file crashed and prompted "it has stopped working". (I already copied the Ranorex.Core.dll from the original machine to the windows\system32 directory of the target machine. Both machines are Win7 64-bit) Then I d...