Search found 54 matches

by JohnWashburn
Mon Sep 21, 2015 3:58 pm
Forum: Automation Tools
Topic: Command-line compile some but not all Ranorex test cases?
Replies: 4
Views: 2856

Re: Command-line compile some but not all Ranorex test cases?

Yes, i see the two issues here. I think my application with our continuous integration system (TeamCity and Jenkins) is to compile all the projects in the solution using MSBUILD.EXE /t:Clean;Rebuild. Once the EXE is created, then invoke the .EXE N times; once for each run configuration with the /rc:...
by JohnWashburn
Mon Sep 21, 2015 8:49 am
Forum: Automation Tools
Topic: Command-line compile some but not all Ranorex test cases?
Replies: 4
Views: 2856

Re: Command-line compile some but not all Ranorex test cases?

The documentation is ambiguous. If I compile multiple projects within a solution (or all projects within the solution) can I have multiple -RC: arguments on the execution line> From: http://www.ranorex.com/support/user-guide-20/lesson-4-ranorex-test-suite.html#c3019 Can the argument list be: <Genera...
by JohnWashburn
Mon Sep 21, 2015 7:43 am
Forum: Automation Tools
Topic: Command-line compile some but not all Ranorex test cases?
Replies: 4
Views: 2856

Command-line compile some but not all Ranorex test cases?

From the command line: How do you build some but not all Ranorex test cases of a Ranorex test suite found within a particular Ranorex solution? This post describes how to compile some, but not all test suites found within a Ranorex solution. http://www.ranorex.com/forum/how-to-build-ranorex-projects...
by JohnWashburn
Mon Sep 21, 2015 7:10 am
Forum: General Questions
Topic: How to upload Ranorex report in TeamCity?
Replies: 7
Views: 2769

Re: How to upload Ranorex report in TeamCity?

The final post processing we used was a TeamCity build step using the power shell runner with the following power shell script: trap { write-output $_ ##teamcity[buildStatus status='FAILURE' ] exit 1 } #Creates the index file to organize multiple reports $indexHTML = "%RANOREX_REPORT_DIR%\index.html...
by JohnWashburn
Thu Jul 30, 2015 8:43 pm
Forum: General Questions
Topic: How to upload Ranorex report in TeamCity?
Replies: 7
Views: 2769

Re: How to upload Ranorex report in TeamCity?

The work around is 1) Capture the Ranorex report elements as artifacts of the build execution. 2) One of the last build last steps of the build configuration renames any files within the artifacts directory with .rxlog in the name by replacing .rxlog with .html. The two files affected are: <ReportLo...
by JohnWashburn
Thu Jul 30, 2015 7:52 pm
Forum: Object Identification and Technologies
Topic: Validation of NotExist does not work
Replies: 4
Views: 2929

Re: Validation of NotExist does not work

Sorry for the confusion. I will use WaitFor(). I would like to renew my feature request, then. I see when I add the item Action WaitFor in the rxrec editro the only entries in the drop down are Exists and NotExists. Is there any chance you will include my two year old feature request for WaitForVali...
by JohnWashburn
Thu Jul 30, 2015 4:24 pm
Forum: Object Identification and Technologies
Topic: Validation of NotExist does not work
Replies: 4
Views: 2929

Validation of NotExist does not work

I have a winforms application that will delay the closing of the main form until the spawned worker threads have been shut down in an orderly way. This can take any where from 5 seconds to 3.5 minutes depending of data in the queue to be saved. I cannot procede to the next tesu until the app has com...
by JohnWashburn
Thu Jan 29, 2015 5:01 pm
Forum: Object Identification and Technologies
Topic: How to set the time out for Validate Enabled=True?
Replies: 4
Views: 5030

Re: How to set the time out for Validate Enabled=True?

The menu bar exist almost immediately, but is disabled while initialization is being performed on a worker thread. When the worker thread comes back, then the menu bar state is changed from disabled to enabled. the user (and Ranorex) may now proceed to use the Explorer. I think we are talking passed...
by JohnWashburn
Thu Jan 29, 2015 2:09 am
Forum: General Questions
Topic: Recorder - User Code Items
Replies: 4
Views: 1960

Re: Recorder - User Code Items

Even better for me and our exiting test library for items without a GUI interface would be: UserCode that performs a validation. Think of this boiler plate code that we have begun to write repeatedly particualrized for my FTP upload example: Validate.IsTrue(Cognex.TA.Action.Ftp.StoreFile( serverUri,...
by JohnWashburn
Thu Jan 29, 2015 1:41 am
Forum: Object Identification and Technologies
Topic: How to set the time out for Validate Enabled=True?
Replies: 4
Views: 5030

How to set the time out for Validate Enabled=True?

Our application does a number of initialization tasks on startup. Depending on the machine and more importantly the number of sensors visible on the network the initialization can range from 10 seconds to 3 minutes. The event that signals to the user (and one would hope Ranorex) that initialization ...
by JohnWashburn
Wed Jan 28, 2015 11:14 pm
Forum: General Questions
Topic: Recorder - User Code Items
Replies: 4
Views: 1960

Re: Recorder - User Code Items

Was this ever added as a feature? I currently have Ranorex 5.2.2 and don't see how I add a call to method named: StoreFile() found in the assembly named: Cognex.TA.Action.FTP.dll The method signature is: public bool Cognex.TA.Action.Ftp.StoreFile( string serverUri, string fileName, string userName, ...
by JohnWashburn
Wed Aug 06, 2014 6:42 pm
Forum: Object Identification and Technologies
Topic: Ranorex spy 5.0.3 erroneous claims to have found object
Replies: 1
Views: 1657

Re: Ranorex spy 5.0.3 erroneous claims to have found object

I see there is a newer version of Ranorex available (5.1.1) so I will try upgrading first to see if this issue was among the fixes in the object identification technology.
by JohnWashburn
Wed Aug 06, 2014 5:36 pm
Forum: Object Identification and Technologies
Topic: Ranorex spy 5.0.3 erroneous claims to have found object
Replies: 1
Views: 1657

Ranorex spy 5.0.3 erroneous claims to have found object

I need to know how to upload the screen shot of the defect in action as well as the dirt simple applet that exhibits it. Ranorex Spy Claims it found a control but is up and to the left by some considerable distance. See the screen shot for the picture of the applet under test and the Highlight area ...