Search found 19 matches

by usov
Thu Apr 04, 2019 3:06 pm
Forum: Bug Reports
Topic: Perpetual search if the application under test does not work
Replies: 3
Views: 1522

Re: Perpetual search if the application under test does not work

Hi,McTurtle!
Thanks for the advice, it helped!
And what will need vyzat to test rolled up and not performed teardown ?
by usov
Thu Apr 04, 2019 11:48 am
Forum: Bug Reports
Topic: Perpetual search if the application under test does not work
Replies: 3
Views: 1522

Perpetual search if the application under test does not work

Sometimes my test application stops responding. And if at this moment is executed WaitForExists(1000) , then there is an eternal search (you can search for hours) Unfortunately, I can not attach a snapshot, but I am sure that the error in the method WaitForExists() and non-working application Window...
by usov
Fri Aug 24, 2018 8:51 am
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

Hello!
I checked my problem areas, and Beta fixed the problem!
Many thanks !
I'm looking forward to the release of Ranorex 8.3!
by usov
Thu Aug 09, 2018 8:14 am
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

Good afternoon!
Today I installed 8.2.1, but the problem remained ... = (
by usov
Thu Jul 26, 2018 3:34 pm
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

Good afternoon!
This problem becomes very important for testing our application!
Please answer at least the timing of its correction
by usov
Thu Jun 21, 2018 12:31 pm
Forum: General Questions
Topic: Passing a variable as a parameter
Replies: 4
Views: 1850

Re: Passing a variable as a parameter

I'm understood, thank you
by usov
Thu Jun 21, 2018 11:36 am
Forum: General Questions
Topic: Passing a variable as a parameter
Replies: 4
Views: 1850

Re: Passing a variable as a parameter

I already use the code you suggested.
But my question is a little different....
If I use different variables in different RepoItemInfo how do I pass the names of the variables themselves to the method?
by usov
Wed Jun 20, 2018 3:42 pm
Forum: General Questions
Topic: Passing a variable as a parameter
Replies: 4
Views: 1850

Passing a variable as a parameter

Hello! There are variables in the repository: repo.Text and repo.TextInput RXPath repo.TEST.ButtonInfo = /form[@name='program']//button[@name=$Text] RXPath repo.TEST.InputInfo = /form[@name='program']//input[@name=$TextInput] Tell me please, can I make a method that takes a variable and RepoItemInfo...
by usov
Mon May 28, 2018 3:29 pm
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

Hello!
Almost 3 months passed.
Is there any information about fixing this error?
by usov
Thu Mar 01, 2018 7:57 am
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

I created the query
by usov
Tue Feb 20, 2018 4:19 pm
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

So our developer and made a simple application that reproduces the situation to provide the source code of the program https://drive.google.com/file/d/1Ab6MEZ ... p=drivesdk
by usov
Tue Feb 20, 2018 12:16 pm
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

Can this help to understand the problem? - https://drive.google.com/file/d/1Ab6MEZ ... p=drivesdk
In the column "Has text property" we get the text, and in the column "Text is empty" - the text does not work - new.png
by usov
Mon Feb 19, 2018 7:33 am
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Re: Text property is not displayed in Ranorex

No action "Add class name to GDI capture List" - screen.png
Attached snapshot - snapshot.rxsnp
by usov
Thu Feb 15, 2018 9:09 am
Forum: Bug Reports
Topic: Text property is not displayed in Ranorex
Replies: 27
Views: 5253

Text property is not displayed in Ranorex

From the question https://www.ranorex.com/forum/how-to-get-the-cell-text-t11648.html It seems the Text property is not displayed in Ranorex if a cell's DispalyRole returns a non-standard QVariant with UserType in it. According to our developers, the table uses default QStyledItemDelegate with displa...
by usov
Mon Feb 12, 2018 7:11 am
Forum: General Questions
Topic: How to get the cell text?
Replies: 6
Views: 3343

Re: How to get the cell text?

It seems the Text property is not displayed in Ranorex if a cell's DispalyRole returns a non-standard QVariant with UserType in it. According to our developers, the table uses default QStyledItemDelegate with displayText() method that calls QVariant::toString() converter. The convertor has been expl...