Search found 8 matches

by Zhiqiu
Thu Jan 14, 2016 6:46 pm
Forum: General Questions
Topic: Test is not working on virtual machine
Replies: 1
Views: 2123

Test is not working on virtual machine

Hi, We have a test suite, it's running fine on the local computer. But when it's running on the virtual machine, the click is not working. It looks like the mouse is moved to the right link and clicked. But for some reason the page is not responding.It happens to a lot of the clicks. We've tried to ...
by Zhiqiu
Wed Dec 09, 2015 11:00 pm
Forum: General Questions
Topic: How to validate the page is closed
Replies: 1
Views: 1235

How to validate the page is closed

Hi, we have a test that needs to validate the "submit" function.
After the application UI is loaded, when a user click the submit the button, if the submit is successful, the application UI will automatically be closed. How do we validate submit is successful in our Ranorex code?

Thanks,
Zhiqiu
by Zhiqiu
Thu Oct 29, 2015 8:07 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Re: Ranorex slow to identify the xpath

Thank you very much!! I updated the xpath as you suggested. Ranorex found the xpath right away. Below is another xpath. div[2]/div[@id~'[0-9]+_judicialsummary.trialCourtOrderSummaryPage.section.widget.featuresWidget']/flexobject[@id='judicialsummary.FeaturesWidget']//container[@id='featuresMode']/co...
by Zhiqiu
Thu Oct 29, 2015 4:18 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Re: Ranorex slow to identify the xpath

I also screenshot the repository. the highlighted on is the problem. Please advice what I can do so Ranorex speedup the validation.
by Zhiqiu
Thu Oct 29, 2015 4:11 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Re: Ranorex slow to identify the xpath

Here is the link to the snapshot. Thanks!
https://drive.google.com/file/d/0B8axhw ... sp=sharing
by Zhiqiu
Thu Oct 29, 2015 3:15 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Re: Ranorex slow to identify the xpath

The attachment is the snapshot. Thanks for your help.

I did try to attach the snapshot. Not sure if you see it. Please let me know if you can't view it.
by Zhiqiu
Wed Oct 28, 2015 10:07 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Re: Ranorex slow to identify the xpath

Hi Markus,

Bellow is the xpath we tried to validate. It's a flex object.

.//div[@id~'[0-9]+_judicialsummary.trialCourtOrderSummaryPage.section.widget.universalHierarchyDialog']/flexobject[@id~'[0-9]+_judicialsummary.trialCourtOrderSummaryPage.universalHierarchyWidgetSwfObject']
by Zhiqiu
Mon Oct 19, 2015 4:32 pm
Forum: General Questions
Topic: Ranorex slow to identify the xpath
Replies: 10
Views: 2916

Ranorex slow to identify the xpath

We have some UI tests using Ranorex. To catch the performance of UI, we use stop watch. Bellow is the sample code. Right after click, we start the stopwatch. When one of feature(xpath) exists, we stop the stopwatch. But the problem is, we run the same tests every day multiple times. one or two times...