Search found 12 matches

by jojomonsta
Tue Mar 14, 2017 10:26 am
Forum: Automation Tools
Topic: Report To PDF issues- error on build
Replies: 4
Views: 3277

Re: Report To PDF issues- error on build

Thank you, thank you, thank you! I thought I might have needed to use the ReportToPDF_6.X but I wasn't able to drag it in to the project. After readint his I decided to right-click on it to add and I was then able to drag it to a Teardown region. I had to exclude the original ReportToPDF by excludin...
by jojomonsta
Mon Mar 13, 2017 6:37 pm
Forum: Automation Tools
Topic: Report To PDF issues- error on build
Replies: 4
Views: 3277

Report To PDF issues- error on build

Hi there I am banging my head against a wall here, so please point me in the right direction. I wanted to add the dll to the references to allow me to get the report as a PDF after each run. I have downloaded the reference files etc from the page: http://www.ranorex.com/blog/ranorex-report-to-pdf-co...
by jojomonsta
Mon Feb 27, 2017 10:37 am
Forum: Bug Reports
Topic: Remote Agent - No Report File being created
Replies: 2
Views: 2274

Re: Remote Agent - No Report File being created

If you changed any settings here, especially directory, it could cause issues on the remote machine (perhaps that directory does not exist on the remote machine). As soon as I saw this, it made sense. Thank you! Will give this a try! I think I was having issues with reports disappearing somewhere o...
by jojomonsta
Thu Feb 23, 2017 2:51 pm
Forum: Bug Reports
Topic: Remote Agent - No Report File being created
Replies: 2
Views: 2274

Remote Agent - No Report File being created

Hi I have been struggling with this as an intermittent problem for a while and, when I mentioned it to support I was told this was a known issue if the user aborted the test run. I could deal with this for now. However, I am now unable to get a single report back when running a complete test suite w...
by jojomonsta
Fri Feb 10, 2017 2:31 pm
Forum: General Questions
Topic: Unable to open html report in Chrome
Replies: 2
Views: 2461

Re: Unable to open html report in Chrome

Thanks for your prompt reply. I did see this post but didn't think it related to my issue. Apologies for the duplication :)
by jojomonsta
Fri Feb 10, 2017 11:56 am
Forum: General Questions
Topic: Unable to open html report in Chrome
Replies: 2
Views: 2461

Unable to open html report in Chrome

I have been unable to find anything online to help me through this, so I am hoping someone might be able to point me in the right direction on here. I need to generate a report in .html format so that I can send a couple of example copies out to the business and project team. I have changed the file...
by jojomonsta
Tue Dec 13, 2016 11:15 am
Forum: Automation Tools
Topic: Write value (innertext) to csv
Replies: 3
Views: 2732

Re: Write value (innertext) to csv

One thing to keep in mind, you can't update the bound data because the data source is apparently read at the start of the test set. The changes will write out, but they won't be read into the subsequent tests. This will also give you a headache when you start running tests remotely because the file...
by jojomonsta
Mon Dec 12, 2016 5:49 pm
Forum: Automation Tools
Topic: Write value (innertext) to csv
Replies: 3
Views: 2732

Write value (innertext) to csv

Hi Hope you can help me... I am a tester dabbling in C#, but when I get stuck I do enlist the help of a developer, and I have been scouring the forum for information on this but don't see a clear picture about whether this can be done and if so, how. Anyway, I know that I can use the 'Get' and 'Set'...
by jojomonsta
Thu Aug 11, 2016 10:47 am
Forum: How To …
Topic: How to execute javascript on a webpage
Replies: 6
Views: 3720

Re: How to execute javascript on a webpage

Fair comment and point taken :oops:
by jojomonsta
Wed Aug 10, 2016 3:50 pm
Forum: How To …
Topic: How to execute javascript on a webpage
Replies: 6
Views: 3720

Re: How to execute javascript on a webpage

8) Thanks for this (I have had it running locked in the past before they made changes to the UI functionality! :roll: ) I understand these limitations but this is now annoying me. You can execute javascript via code in Ranorex, right? Or am I getting the wrong idea? Even if I cannot use it when the ...
by jojomonsta
Mon Aug 08, 2016 5:05 pm
Forum: How To …
Topic: How to execute javascript on a webpage
Replies: 6
Views: 3720

Re: How to execute javascript on a webpage

Hijma Thanks for your reply. I am not a developer so unable to create the example you require, sorry. This one is an awkward one for me because I want to run this script with the PC locked and, using a keystroke action does not work when this is the case. I have run the above command alongside a Key...
by jojomonsta
Thu Aug 04, 2016 2:07 pm
Forum: How To …
Topic: How to execute javascript on a webpage
Replies: 6
Views: 3720

How to execute javascript on a webpage

Hi I have scoured the forums and the web to see if I can find a solution to this but to no avail, so I am coming to you guys and gals for help! We have dynamic fields in our web application form which require keystroke actions to trigger the javascript on the input field to do a postback. I want to ...