Search found 18 matches

by hanguyen2009
Tue Jun 27, 2017 12:04 pm
Forum: How To …
Topic: How to use Excel data connector when intergrate with Nunit
Replies: 1
Views: 1865

How to use Excel data connector when intergrate with Nunit

Hi, I have excel test case with many cases in it, we need to show these cases in the Nunit GUI Runner as image file attach. However, I want to keep the way using Excel data connector and binding value of the Ranorex, not use TestCaseSource of NUnit, How can i do this? For example, I want use NUnit c...
by hanguyen2009
Wed Jun 21, 2017 11:06 am
Forum: Object Identification and Technologies
Topic: QT Application
Replies: 1
Views: 2606

QT Application

Hi Supporter, We used Ranorex running auto compare pdf file via diffpdf application that build on QT framework 4.8.5. At about 2 months ago it worked well, but now some of user's computers does not work because Ranorex does not identify object in the diffpdf application. We compare environment with ...
by hanguyen2009
Fri Mar 10, 2017 10:13 am
Forum: General Questions
Topic: Ranorex license expiration date
Replies: 1
Views: 1961

Ranorex license expiration date

Hi, I have 12 months of purchased a license until Jan-2017,I'm waiting approved to buy extend license, Now i always see warning license expire in home page of Ranorex Studio, However, We still can connect to License server and running automation. So, please let me know how many time can use this lic...
by hanguyen2009
Tue Oct 18, 2016 5:07 am
Forum: Object Identification and Technologies
Topic: Cannot identify Scroll in Span tag
Replies: 4
Views: 1898

Re: Cannot identify Scroll in Span tag

Thanks Vega
It is very helpful :)
by hanguyen2009
Mon Oct 10, 2016 11:08 am
Forum: Object Identification and Technologies
Topic: Cannot identify Scroll in Span tag
Replies: 4
Views: 1898

Re: Cannot identify Scroll in Span tag

Thanks for your answer, I try follow your advise, but the EnsureVisible method does not bring row to visible area of screen. My code below: //Assume total rows =40 for(int j=1; j<=40;j++){ //repoHolding.idrow store id of row data repoHolding.idrow ="holdingsAccountGrid-row-" + j; repoHolding.SCREENH...
by hanguyen2009
Mon Oct 10, 2016 9:46 am
Forum: Object Identification and Technologies
Topic: Cannot identify Scroll in Span tag
Replies: 4
Views: 1898

Cannot identify Scroll in Span tag

Hi Supporters,

I have data grid like attached file, I need scroll down to view all rows data, however,The Ranorex can't identify the Scroll.
Please help.
Thanks,
Ha.

My Ranorex version: 5.4.6
by hanguyen2009
Thu Jul 14, 2016 7:49 am
Forum: Object Identification and Technologies
Topic: Ranorex with Task Scheduler
Replies: 5
Views: 2920

Re: Ranorex with Task Scheduler

Thanks for your answer,
I am ready using Bamboo and run auto testing on the bamboo agent machine,
but, it also doesn't work when setting up bamboo agent run with account services,
however well done by normal user login.

Thanks again,
Ha.
by hanguyen2009
Thu Jul 14, 2016 5:15 am
Forum: Object Identification and Technologies
Topic: Ranorex with Task Scheduler
Replies: 5
Views: 2920

Ranorex with Task Scheduler

Hi Supporters, I am using Windows Task Scheduler to run Ranorex auto when I go out of office. I checked the option 'Run whether user is logged on or not' in the Task Scheduler, Normally, It works when I login the machine and run task Ranorex automation, But, When I off work, it run by the scheduling...
by hanguyen2009
Fri Dec 11, 2015 5:01 am
Forum: Object Identification and Technologies
Topic: Unable to select in the cells of "MSFlexGridWndClass"
Replies: 2
Views: 2009

Re: Unable to select in the cells of "MSFlexGridWndClass"

Hi,
I already upgrade Ranorex to 5.4.4, but this problem still the same.
by hanguyen2009
Thu Dec 10, 2015 9:42 am
Forum: Object Identification and Technologies
Topic: Unable to select in the cells of "MSFlexGridWndClass"
Replies: 2
Views: 2009

Unable to select in the cells of "MSFlexGridWndClass"

Hi supporter, My Ranorex unable to select in the cells of "MSFlexGridWndClass", I did adding the class or process to 'GDI Capture List', but the Ranorex still did not get all Cell in Grid. It got cells in the first row and first column as RawText and other white cells as RawTextBlock. IList<Ranorex....
by hanguyen2009
Tue Sep 01, 2015 11:31 am
Forum: Object Identification and Technologies
Topic: Issue with Ranorex Addon installed on IE
Replies: 1
Views: 3984

Issue with Ranorex Addon installed on IE

Hi, When I run Ranorex on server, I got Warning message as :' Please make sure that you have the Ranorex Addon installed and enabled in Internet Explorer. Otherwise Ranorex UI element identification might be very slow. The following website provides more information on this technology limitation: ht...
by hanguyen2009
Fri Aug 14, 2015 8:37 am
Forum: Object Identification and Technologies
Topic: HTML5: Can not get value from DivTag was disabled
Replies: 4
Views: 2100

Re: HTML5: Can not get value from DivTag was disabled

Hi,

I have just attached snapshot file,
Please help to check

Thanks,
Ha.
by hanguyen2009
Thu Aug 13, 2015 10:16 am
Forum: Object Identification and Technologies
Topic: HTML5: Can not get value from DivTag was disabled
Replies: 4
Views: 2100

HTML5: Can not get value from DivTag was disabled

Hi Ranorex, I could not get value of Innertext of divtag was disable as snapshot, I saved this divtag as 'Comments' name in Repos, and tried get InnerText value Ranorex.DivTag divComments= repo.ManualPricesInboxMarkitWorkflow.Comments; divComments.EnsureVisible(); string inntext=""; if (divComments....
by hanguyen2009
Wed Aug 12, 2015 9:14 am
Forum: Object Identification and Technologies
Topic: HTML5: How to get value from Canvas tag binding data
Replies: 3
Views: 3949

HTML5: How to get value from Canvas tag binding data

Hi Ranorex, I am trying validate value in cell of data grid that binding in to Canvas tag, but Ranorex Spy can not detected the cell in data grid in the Canvas tag as Table tag. I need to know how to best capture this cell item for the repository so that I can verify if fields are populated or not. ...