Search found 3 matches

by lukeclewlow
Mon Jul 10, 2017 3:14 pm
Forum: General Questions
Topic: Report to PDF Converter
Replies: 1
Views: 1593

Report to PDF Converter

Hi, I am trying to follow the instructions in your blogpost "/blog/ranorex-report-to-pdf-conversion" I wish to convert the report to PDF as the last step in my tests (in the teardown section). I have downloaded the .dll and .cs but when I go to add the reference it does not show up for me to select....
by lukeclewlow
Tue Jul 04, 2017 5:14 pm
Forum: How To …
Topic: Do an action IF tests fail
Replies: 1
Views: 2324

Do an action IF tests fail

Hi there, I'm running Ranorex to test our website remotely as part of our build process and I need to be able to know that the browser is not open when we start the tests. When tests fail midway through, however, the browser does not close as the last step in the automated test is always closing the...
by lukeclewlow
Thu Dec 08, 2016 4:59 pm
Forum: Automation API
Topic: Simple HTTP Requests in Code
Replies: 2
Views: 2836

Simple HTTP Requests in Code

Hi there, I am new to C# and Ranorex and want to do something seemingly very simple but not quite sure how to go about doing it. I want to hit an API endpoint before I start each test, as this will ensure the application is in the correct state for the test to take place. I just want this to be an a...