Search found 14 matches

by smalldoorman
Thu Oct 21, 2010 6:11 pm
Forum: General Questions
Topic: Using RanoreXPath to execute XML Commands
Replies: 1
Views: 1913

Using RanoreXPath to execute XML Commands

I have XML commands that run in the background of a Flash Application and Spy only sees the whole flash application as a single image so I can't Spy for the XML paths. Is there anyway that I can use the RanoreXPath to call for XML commands to be executed while running the test? Only hiccup I can for...
by smalldoorman
Wed Oct 13, 2010 3:34 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21741

Re: Sending an email of Test Results

Peter, I ran across that tutorial after I posted this. Thing is, I'm still learning C# as I go and the tutorials written, although concise, do not help with telling me where each snippet is supposed to go. For example I'm told to "right click on IReportLogger and select “MailLogger -> Implement Inte...
by smalldoorman
Tue Oct 12, 2010 7:54 pm
Forum: How To …
Topic: Running automation via Remote Desktop
Replies: 8
Views: 28864

Re: Running automation via Remote Desktop

I remote desktop to a machine in our Lab and run/record tests from my desk. While running tests I have minimized the window and done my other work while the AT was going, though this is on a Win7 to a Win7 machine. I could mouse over my start bar and see at a glance how my test was doing and since I...
by smalldoorman
Tue Oct 12, 2010 5:55 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21741

Sending an email of Test Results

I have a solo system that is for Ranorex and it runs our test while I do other work on my machine. So far I have it execute several solutions back to back which can take anywhere between 30 min to several hours. Is there any way to have Ranorex send me an email after each solution where the subject ...
by smalldoorman
Mon Oct 11, 2010 7:55 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Re: Waiting until Image no longer exists to continue test

Thanks for all the help guys, I think I'll forgo this step until I finish all my test cases and add this back in as a nice to have, for now I'll just put a large delay time.
by smalldoorman
Mon Oct 04, 2010 6:54 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Re: Waiting until Image no longer exists to continue test

It is also an option for me to put a check in that instead of waiting for the loading screen to turn off is to put a wait until exists, So that Ranorex is waiting until the HUD shows up, which is one of the last things to load for our flash applet.
by smalldoorman
Mon Oct 04, 2010 6:50 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Re: Waiting until Image no longer exists to continue test

I cannot pull an Xpath with Spy since the everything on the screen is being shown as one flat image, Spy isn't picking up every individual piece of art. Is there any way that i can put the image into the repository and reference the image from there? So far when i substitute the image file name from...
by smalldoorman
Fri Oct 01, 2010 10:57 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Re: Waiting until Image no longer exists to continue test

Oh ok. Now am i creating method solely for this or am i adding it as part of another method? Please do not that I will be creating at least 25 unique checks.
by smalldoorman
Fri Oct 01, 2010 7:41 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Re: Waiting until Image no longer exists to continue test

I do have a url link for each loading image. Where would this go (I'm learning C# as time goes so please bear with me), would it replace the ImageObject.Visible?
by smalldoorman
Wed Sep 29, 2010 11:08 pm
Forum: General Questions
Topic: Waiting until Image no longer exists to continue test
Replies: 10
Views: 2545

Waiting until Image no longer exists to continue test

I'm trying to test a Flash game where there is loading sessions between areas but the load times vary dependent on machine several other factors. There is a loading screen between areas, I'm wondering if there is some sort of command that i can put it that tells Ranorex to wait until the preloader i...
by smalldoorman
Tue Sep 07, 2010 7:46 pm
Forum: General Questions
Topic: Load testing for Flash
Replies: 1
Views: 2102

Load testing for Flash

I saw finiq's post http://www.ranorex.com/forum/load-test-t1562.html about load testing but he was trying to test DB load. I am wondering how to test multiple users using our flash game at the same time. What we would need Ranorex to do (if possible) is to control anywhere between 5 to 50 accounts a...
by smalldoorman
Wed Aug 18, 2010 12:46 am
Forum: General Questions
Topic: Getting Compared and Success image Validation to show
Replies: 6
Views: 1941

Re: Getting Compared and Success image Validation to show

Thanks for the Feedback, I'll look forward to the new release.
by smalldoorman
Wed Aug 18, 2010 12:43 am
Forum: Automation Tools
Topic: Cleaning up Repository
Replies: 1
Views: 2272

Cleaning up Repository

After setting up my solution, I looked into my repository and noticed that there are about 30 images more than i actually use during the Automation. Is there an easy and quick way to remove unused images from the repository to keep the file clean and neat? Second, is there a way to rename the images...
by smalldoorman
Thu Aug 12, 2010 10:40 pm
Forum: General Questions
Topic: Getting Compared and Success image Validation to show
Replies: 6
Views: 1941

Getting Compared and Success image Validation to show

In Ranorex 2.3.3, the report successfully shows if a validation fails. And in doing so, it shows what was searched and what was found. I'm wondering if there is any way that I can have the same happen if the validation succeeds? This way if I have to send out my results and someone wants to know exa...