Search found 22 matches

by roxter
Thu Jan 12, 2017 11:57 am
Forum: Automation Tools
Topic: Ranorex Report Template
Replies: 1
Views: 1785

Ranorex Report Template

Hi!
I would like to modify the the bottom text line in the Ranorex Report.
Which file do I need to modify? I already checked RanorexReport.xsl, RanorexReport.css but these are not the files that needed to be modified I guess.
by roxter
Thu Nov 24, 2016 5:57 pm
Forum: Bug Reports
Topic: Display values of variables used in test
Replies: 1
Views: 2074

Display values of variables used in test

Hi!
Just found out that the test reports does not show which variable have been used.
The values are hidden.
I would like to see which conrete variable values have been used during the test. How can I modify the report?
by roxter
Wed Nov 23, 2016 4:14 pm
Forum: General Questions
Topic: Integrating Ranorex with Jira
Replies: 1
Views: 1841

Integrating Ranorex with Jira

Hi!
Is it possible to exchange Ranorex Test Results with Jira or Jira Plugins?
We are planning to extend our Jira server with SynapseRT Test Management Plugin.
What options does Ranorex offer to exchange data (test cases and test results) with Jira?
by roxter
Thu Nov 17, 2016 11:13 am
Forum: General Questions
Topic: Ranorex Xpath
Replies: 1
Views: 1293

Ranorex Xpath

Hello! I am looking for some manual or handbook that deals with optimization and understanding of Xpath for web applications. I know Ranorex has some info about this topic on the website. But can anyone recommend some other source of information that goes a little bit deeper, a tutorial i.e.? Best w...
by roxter
Wed Oct 19, 2016 11:21 am
Forum: General Questions
Topic: Where to Download Test Suite Runner
Replies: 3
Views: 1921

Re: Where to Download Test Suite Runner

So if we install Ranorex studio there is no need to install the Ranorex agent which is offered as separate download, right?
by roxter
Tue Oct 18, 2016 4:23 pm
Forum: How To …
Topic: Count List Items
Replies: 1
Views: 2738

Count List Items

Hello!
I need to validate dynamic list output.What I would like to do is to count all Div 'ng-scope' items in a DOM (please see attached screenshot).
The 'ng-scope' items represent search results in a table I would like to validate.
How can this be done in C# user code?
by roxter
Tue Oct 11, 2016 8:54 pm
Forum: Object Identification and Technologies
Topic: Simply close the browser?
Replies: 2
Views: 2360

Re: Simply close the browser?

Thank you!
by roxter
Tue Oct 11, 2016 7:15 pm
Forum: Object Identification and Technologies
Topic: Simply close the browser?
Replies: 2
Views: 2360

Simply close the browser?

Hi! I am looking for a way to close my firefox browser withour knowing what content is currently presented. There must be a simple way without even knowing the process ID I hope? If I used recorded action I need to specify a repo item to perform the close action on. Well the browser close action sho...
by roxter
Thu Oct 06, 2016 1:43 pm
Forum: How To …
Topic: angjs dropdown list selection
Replies: 5
Views: 2614

Re: angjs dropdown list selection

Hi!
Thank you for your help.
I attached a new snapshot

Best regards!
by roxter
Thu Oct 06, 2016 10:36 am
Forum: How To …
Topic: angjs dropdown list selection
Replies: 5
Views: 2614

Re: angjs dropdown list selection

Thank you! I have one more question. Which action point do I need to use on the list? The recorder recorded mouse coordinates. But the list fields for each language have different coordinates? Can't I just perform a click action on the repository object without having to use coordinates? My path cur...
by roxter
Thu Oct 06, 2016 9:49 am
Forum: How To …
Topic: angjs dropdown list selection
Replies: 5
Views: 2614

angjs dropdown list selection

Hello! I am looking for the best way to deal with a dropdown list (language selection). The list has 2 language options, english and french I would like to select by click using a $lang variable. During a recordingfor each list value a separate object has been created in the repository: the path for...
by roxter
Thu Sep 15, 2016 3:27 pm
Forum: General Questions
Topic: Where to Download Test Suite Runner
Replies: 3
Views: 1921

Where to Download Test Suite Runner

Hi!
I am looking for the download location for the test suite runner. Can someone please send me a link?

Thank you!
by roxter
Wed Sep 14, 2016 1:05 pm
Forum: Object Identification and Technologies
Topic: How to deal with angularjs span tags
Replies: 3
Views: 2293

Re: How to deal with angularjs span tags

Hi! The recorded Xpath is: /dom[2]//div[#'content']//tag[@tagname='as-selector-view']/div/div[2]/?/?/tag[@tagname='as-structure-tab']/div/div/div[2]/div[1]/a[@href~'^http://localhost:3000/\#/domain']/span[@innertext='Leistungsumfang'] This path to the object will not work if I start the test run, ob...
by roxter
Wed Sep 14, 2016 10:13 am
Forum: Object Identification and Technologies
Topic: How to deal with angularjs span tags
Replies: 3
Views: 2293

How to deal with angularjs span tags

Hi! I am busy automating an angularjs web application. There are some difficulties identifying some of the angular objects. I would like to perform a click action on a link which resides inside a span tag. I mapped the object with the spy but when doing playback of the test the object is not found. ...
by roxter
Thu Sep 08, 2016 9:10 am
Forum: How To …
Topic: Using wildcards possible?
Replies: 4
Views: 3181

Re: Using wildcards possible?

I got it, it is quite simple I used ^Tech :-)
Thank you very much!