Search found 11 matches

by mirih87
Wed Jul 08, 2015 2:19 pm
Forum: General Questions
Topic: Ranorex is stuck during execution
Replies: 1
Views: 1225

Ranorex is stuck during execution

I executed Ranorex (version 4) .
Ranorex is get stuck during the execution.

It is stuck at the this line :

if (repo.Folder.FileInfo.Exists())


No error is thrown!!


Please assist!
by mirih87
Mon Aug 04, 2014 1:44 pm
Forum: General Questions
Topic: How can I check if a window is open or not ?
Replies: 2
Views: 2383

Re: How can I check if a window is open or not ?

The problem is solved! Thanks
by mirih87
Tue Jul 29, 2014 2:16 pm
Forum: General Questions
Topic: How can I check if a window is open or not ?
Replies: 2
Views: 2383

How can I check if a window is open or not ?

I have a folder (window) within the repository.
I would like to close this folder but only if the folder is open .
repo.Folder.Self.Close();
How can I check if the folder is open or not ?

thanks in advance
by mirih87
Mon Jul 28, 2014 8:00 am
Forum: General Questions
Topic: Ranorex can't find elements during execution
Replies: 4
Views: 2417

Re: Ranorex can't find elements during execution

My error is "Failed to find item ..."

Can You write an example for the code you mentioned before?
thanks
by mirih87
Mon Jul 28, 2014 7:57 am
Forum: General Questions
Topic: Increasing the time to find a web element
Replies: 4
Views: 1833

Re: Increasing the time to find a web element

It is already there.(not dynamic)
by mirih87
Sun Jul 27, 2014 3:49 pm
Forum: General Questions
Topic: Ranorex can't find elements during execution
Replies: 4
Views: 2417

Ranorex can't find elements during execution

Ranorex can't find elements during execution although Ranorex spy find them.

My RanorexPath:
.//tr[@id~'ctl00_cphMain_MyReport1_GridReport_ctl00__[0-9]']/td[4]/a[@innertext='Paste Content']/../../td[7]/a[@innertext=$filename]/../..//td[3]

Please assist.
Thanks in advance
by mirih87
Sun Jul 27, 2014 12:31 pm
Forum: General Questions
Topic: Increasing the time to find a web element
Replies: 4
Views: 1833

Increasing the time to find a web element

I am looking for a specific link in a HTML file (for clicking on it). See the following code: public static int DOMClickLink(Ranorex.WebElement webDocumentName, string LinkText) { ATag DOMlink; //Search for the Link on the page try { webDocumentName.EnsureVisible(); Thread.Sleep(500); DOMlink=webDoc...
by mirih87
Sun Jul 20, 2014 12:14 pm
Forum: General Questions
Topic: Ranorex solution best practices
Replies: 3
Views: 3337

Re: Ranorex solution best practices

Thank you for your answer :)
by mirih87
Wed Jul 16, 2014 11:38 am
Forum: General Questions
Topic: Ranorex solution best practices
Replies: 3
Views: 3337

Ranorex solution best practices

I am a developer working to create program architecture for running automated tests (Ranorex) for a small startup company. The company develops a file security system which involves desktop applications, web products (server & client) and mobile. The tests I'm planning to create will include differe...
by mirih87
Wed Jul 09, 2014 3:25 pm
Forum: General Questions
Topic: Entity Framework using Ranorex
Replies: 1
Views: 2006

Entity Framework using Ranorex

Is there any way i can use Entity Framework using Ranorex ?
If not - What is the alternative way for DB issues?
thanks
by mirih87
Tue Jul 08, 2014 2:22 pm
Forum: General Questions
Topic: How to change variables in partial class?
Replies: 1
Views: 1606

How to change variables in partial class?

I have 2 variables :$username and $password . Here is the following code: (automatically generated by RANOREX and can not be changed) string _userName; public LogIn() { userName = "admin"; Password = "{LShiftKey down}A{LShiftKey up}dmin"; } /// <summary> /// Gets or sets the value of variable userNa...