Search found 18 matches

by jmckinstry
Mon May 03, 2021 2:24 pm
Forum: Automation Tools
Topic: Retries After Initial Failure
Replies: 2
Views: 1565

Re: Retries After Initial Failure

Thank you very much for your help. I believe that this is just what I am looking for. Especially putting it all into a method.

Jeff
by jmckinstry
Fri Apr 30, 2021 9:24 pm
Forum: Automation Tools
Topic: Retries After Initial Failure
Replies: 2
Views: 1565

Retries After Initial Failure

In my test case, I am opening up a URL and it can either load correctly, or load a page with the title "Automation Error". I am looking at a <h3> tag to see if the Automation Error page is laded using the following in a code module: if(Validate.NotExists(repo.ApplicationUnderTest.Alert_Box_Component...
by jmckinstry
Fri Apr 16, 2021 5:38 pm
Forum: Automation Tools
Topic: Using a Stored Procedure in a SQL Data Connector
Replies: 2
Views: 1101

Re: Using a Stored Procedure in a SQL Data Connector

Perfect - thank you Jacob! Just what I was looking for.
by jmckinstry
Thu Apr 15, 2021 3:34 pm
Forum: Automation Tools
Topic: Using a Stored Procedure in a SQL Data Connector
Replies: 2
Views: 1101

Using a Stored Procedure in a SQL Data Connector

Is it possible to use a stored procedure in place of a SELECT query in the the Query section of the Data Source Config? Something like exec abcd?

Thank you for your help.
by jmckinstry
Thu Aug 13, 2020 9:30 pm
Forum: Automation API
Topic: Access Data In a CSV Connector
Replies: 2
Views: 1601

Re: Access Data In a CSV Connector

Thank you!

I believe that is just what I am looking for. I was trying to make it way more complicated.
by jmckinstry
Thu Aug 13, 2020 3:03 pm
Forum: Automation API
Topic: Access Data In a CSV Connector
Replies: 2
Views: 1601

Access Data In a CSV Connector

I have a data based test case that opens a URL and performs some basic clicks and validations. The issue is that I need for the URL to be different each iteration based on a value in the data connector. My data connector is a .csv file that is setup like this: varSpecificClient, varDOB, varZip abc,0...
by jmckinstry
Tue Jul 15, 2014 5:48 pm
Forum: Automation Tools
Topic: Sharing Reports Using ReportViewer
Replies: 2
Views: 3425

Sharing Reports Using ReportViewer

I am having problems getting the ReportViewer to open a file on a PC that does not have Ranorex installed. I have read the posts about sharing reports and it seems very simple, but ReportViewer is giving me an error when I try to run it on a PC that does not have Ranorex installed. I have the follow...
by jmckinstry
Thu Jul 10, 2014 6:51 pm
Forum: General Questions
Topic: Windows 7 Task Scheduler Problem
Replies: 2
Views: 1775

Re: Windows 7 Task Scheduler Problem

Thanks for the suggestion bewiss. I did not see the last line of your post and just opened up IE and kicked off the test via the batch file and it worked. After that, I tried it again without opening IE and it worked also. Not sure why, but thank you a bunch for your suggestion.
by jmckinstry
Wed Jul 09, 2014 6:01 pm
Forum: General Questions
Topic: Windows 7 Task Scheduler Problem
Replies: 2
Views: 1775

Windows 7 Task Scheduler Problem

I have created a very simple 2 line batch file to run my test suite. cd C:\Users\xxxx\Documents\Ranorex\RanorexStudio Projects\NightlyRun\NightlyRun\bin\Debug NightlyRun.exe I tested it and it works correctly when run from the command line. The test just pulls up IE and goes through a series of step...
by jmckinstry
Thu Apr 03, 2014 5:05 pm
Forum: Automation Tools
Topic: How to Setup a Run Configuration
Replies: 3
Views: 4148

Re: How to Setup a Run Configuration

Perfect. That did it. I knew there was something I was missing.

Thank you a bunch for your help!
by jmckinstry
Thu Apr 03, 2014 3:44 pm
Forum: Automation Tools
Topic: How to Setup a Run Configuration
Replies: 3
Views: 4148

How to Setup a Run Configuration

Forgive the simple question, but I am having a terrible time trying to setup a run configuration. I have read the section in the manual about them, but I guess that I am missing something. I see the dialog box to add, rename or delete one. Not sure how to proceed. I tried checking a test case, click...
by jmckinstry
Mon Mar 10, 2014 3:42 pm
Forum: General Questions
Topic: Passing Query String Variable to Test
Replies: 1
Views: 1576

Passing Query String Variable to Test

I have a problem that I did not see anything about in the forum. I have created a test for one of our web applications that runs perfectly. The application is setup so that it will run with slight variations in the query string. Basically, to differentiate between clients, one query string parameter...
by jmckinstry
Wed Dec 11, 2013 8:18 pm
Forum: Automation Tools
Topic: IE Crashes
Replies: 4
Views: 3171

Re: IE Crashes

UPDATE: Turns out that this was a problem with only one of our custom programs. Looks like I chose the only one that had this problem.
by jmckinstry
Wed Dec 11, 2013 5:27 pm
Forum: Automation Tools
Topic: IE Crashes
Replies: 4
Views: 3171

Re: IE Crashes

One More Update:

Now, if I click "Close the Application", the test reloads IE and the test runs normally. However when running a whole test case, I have to click "Close the Application" after every individual test case.
by jmckinstry
Wed Dec 11, 2013 4:52 pm
Forum: Automation Tools
Topic: IE Crashes
Replies: 4
Views: 3171

Re: IE Crashes

Quick Update: After doing some reading about the BEX error that is being generated by IE 10, I found an article that suggested checking the Use software rendering instead of GPU rendering box under the Internet Options | Advanced tab. When I did I was able to run individual tests ~sometimes~, but it...