Search found 12 matches

by atruon
Thu Nov 09, 2017 10:31 pm
Forum: General Questions
Topic: How fast does Report.screenshot() capture a graphic?
Replies: 4
Views: 1183

Re: How fast does Report.screenshot() capture a graphic?

Thank you, I will give it a try.
by atruon
Tue Nov 07, 2017 10:29 pm
Forum: General Questions
Topic: How fast does Report.screenshot() capture a graphic?
Replies: 4
Views: 1183

Re: How fast does Report.screenshot() capture a graphic?

No, I want to test an object that blinks on runtime if I configure the object with blinking.
by atruon
Tue Nov 07, 2017 8:44 pm
Forum: General Questions
Topic: How fast does Report.screenshot() capture a graphic?
Replies: 4
Views: 1183

How fast does Report.screenshot() capture a graphic?

Hello, I try to test a blinking object by getting the start and end time when it is blinking ( like 2 or 3s), the period of how often the object blinks. Since I know the period of time how often the object blinks, I can have a for loop like this: boolean isVisible = false; boolean isInvisible = fals...
by atruon
Tue Sep 19, 2017 6:00 pm
Forum: Automation Tools
Topic: Cannot see the .rxtst folder when create a new test suite
Replies: 2
Views: 1682

Re: Cannot see the .rxtst folder when create a new test suite

You know what I figured out my problem. The way how Ranorex structures the template confused me. When I clicked 'New Project', the first thing showed up was Ranorex Test Suite Module Library in the Module subfolder. And on the left-hand side is folder C# with two subfolders, module and advanced, so ...
by atruon
Tue Sep 19, 2017 5:33 pm
Forum: Automation Tools
Topic: Cannot see the .rxtst folder when create a new test suite
Replies: 2
Views: 1682

Cannot see the .rxtst folder when create a new test suite

Hi, I try to create another new project within a solution. I right-click test suite folder > Add > New Project. I chose Ranorex Test Suite Module Library for the template. When it created, I did not see the .rxtst folder/file . Do you know how do I can get the .rxtst folder/file ? I use Ranorex 7.1....
by atruon
Fri Aug 11, 2017 12:18 am
Forum: General Questions
Topic: Cell Element Is Visible, But Shown Invisible In Spy
Replies: 9
Views: 2125

Re: Cell Element Is Visible, But Shown Invisible In Spy

Hi,
I actually can get the snapshot of the working and non-working machine now. I observe them and dont see anything serious differences between those snapshots.
non-working.rxsnp
working.rxsnp
by atruon
Thu Aug 10, 2017 5:12 pm
Forum: General Questions
Topic: Cell Element Is Visible, But Shown Invisible In Spy
Replies: 9
Views: 2125

Re: Cell Element Is Visible, But Shown Invisible In Spy

Hi, I use a source control system to distribute the solution to remote systems. The two problematic VMs are not the only two machines with Win10. I have my local machine and another machine with Win10 that works, so I have total four machines with Win10. Two works and the other two does not work. Un...
by atruon
Thu Aug 10, 2017 1:56 am
Forum: General Questions
Topic: Cell Element Is Visible, But Shown Invisible In Spy
Replies: 9
Views: 2125

Re: Cell Element Is Visible, But Shown Invisible In Spy

Hi, After I ran Ranorex as administrator, I was able to capture the cell inside the table. However, there are two VMs, Windows 10, that gave me an error saying that it cannot find the item, but I add that item from Ranorex Spy. Image.PNG image2.PNG image4.PNG I even try to use raw text item, but non...
by atruon
Wed Aug 09, 2017 4:39 pm
Forum: General Questions
Topic: Cell Element Is Visible, But Shown Invisible In Spy
Replies: 9
Views: 2125

Re: Cell Element Is Visible, But Shown Invisible In Spy

Hi,
I run Ranorex as administrator and I can be able to capture the cell now. You are right. I did not run Ranorex as administrator before. Thank you so much for your help!
by atruon
Tue Aug 08, 2017 9:58 pm
Forum: General Questions
Topic: Cell Element Is Visible, But Shown Invisible In Spy
Replies: 9
Views: 2125

Cell Element Is Visible, But Shown Invisible In Spy

Hello, I try to get the cell value from a table. I have 6 VMs: 3 Windows 10 and 3 Windows 7. I can get cell value from all Windows 7 and one Windows 10, but cannot get it in the other two Windows 10. I print out the cell text to check if the cell contains the right one. All the VMs that I can get th...
by atruon
Wed May 24, 2017 11:18 pm
Forum: How To …
Topic: How to copy an item in the folder in user code?
Replies: 3
Views: 1960

How to copy an item in the folder in user code?

I tried to copy a project using file class in C#. However, I realized that its copy is .txt file, not the actual project. Is there any way to write a code to copy exactly a project?