Search found 26 matches

by ranoman
Mon Sep 20, 2010 4:47 pm
Forum: General Questions
Topic: Load Testing on terminal server sessions
Replies: 9
Views: 4756

Re: Load Testing on terminal server sessions

What I ended up doing for this was in the end pretty simple. I just opened up 25 terminal server sessions one on top the other and ran my scripts. This seemed to work fine, until we hit a CPU usage and memory bottleneck (which was expected), also some of the tests failed during the load test because...
by ranoman
Thu Sep 16, 2010 11:39 pm
Forum: General Questions
Topic: Load Testing on terminal server sessions
Replies: 9
Views: 4756

Re: Load Testing on terminal server sessions

Thanks Ciege! I am going to be testing that out later this evening. Will let you know how it goes :)
by ranoman
Thu Sep 16, 2010 2:19 am
Forum: General Questions
Topic: Load Testing on terminal server sessions
Replies: 9
Views: 4756

Re: Load Testing on terminal server sessions

Do you actually have a server that will allow 30+ unique users to open a unique desktop through term services and run their own applications? Must be one beefy machine to handle that. Yes, we have a server that will allow 30+ users to open a unique desktop through terminal services to run their own...
by ranoman
Wed Sep 15, 2010 8:03 pm
Forum: General Questions
Topic: Load Testing on terminal server sessions
Replies: 9
Views: 4756

Re: Load Testing on terminal server sessions

The problem with RealVNC or any VNC player for that matter is it does not allow for multiple logged in users who can do different things at the same time. It just allows for one logged in user. Even if you open up another VNC session, you will still only be able to log in as the same user. I dont th...
by ranoman
Tue Sep 14, 2010 6:10 pm
Forum: General Questions
Topic: Load Testing on terminal server sessions
Replies: 9
Views: 4756

Load Testing on terminal server sessions

I have seen the load testing posts before, but I think mine is lind of a different scenario and hence I am starting a new thread. Below is my scenario: [*]I have my windows forms application hosted on one paricular machine. [*] I want users to be able to terminal server to that particular machine an...
by ranoman
Thu Sep 02, 2010 11:09 pm
Forum: General Questions
Topic: Deployment of scripts
Replies: 5
Views: 2075

Re: Deployment of scripts

Thanks Alex and Ciege!

I was just dropping the exe in a new system. When I drop in all the dll's I am referencing in my code it worked fine. Stupid mistake there :mrgreen:
by ranoman
Thu Sep 02, 2010 12:01 am
Forum: General Questions
Topic: Deployment of scripts
Replies: 5
Views: 2075

Re: Deployment of scripts

That is what I thought as well. But when I just copy over the exe and try to execute it this is the error I get. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass embly 'Common, Version=1.0.3894.20004, Culture=neutral, PublicKeyToken=null' or one of its dependencies. T...
by ranoman
Wed Sep 01, 2010 11:00 pm
Forum: General Questions
Topic: Deployment of scripts
Replies: 5
Views: 2075

Deployment of scripts

I am looking to move my scripts from the box that I developed them on and move them over to other machines that run different versions of the application under test Assuming that I have runtime licenses installed in each of the machines what are the files that I would need to copy over so that my sc...
by ranoman
Tue Aug 31, 2010 2:02 am
Forum: General Questions
Topic: Folder to drop excel plugin in Windows server 2008
Replies: 1
Views: 2100

Folder to drop excel plugin in Windows server 2008

I am trying to install the excel test automation plugin. Your blog posting asks me to drop the dll in either of these folders: C:\Documents and Settings\All Users\Application Data\Ranorex2\Plugins” (for Windows XP) or “C:\ProgramData\Ranorex2\Plugins” (for Vista, 7) I am on windows server 2008 and t...
by ranoman
Tue Aug 31, 2010 1:41 am
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Re: Ranorex Consolidated Test Report

Thanks Ciege!!! This is just wonderful :)
by ranoman
Sat Aug 28, 2010 11:52 pm
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Re: Ranorex Consolidated Test Report

Thanks Ciege! This works now!!

Just another quick question. Right now, the version tested shows up as empty for me. Is there a setting that I can use to specify the version that I am testing on?

Please let me know.
by ranoman
Fri Aug 27, 2010 7:22 pm
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Re: Ranorex Consolidated Test Report

Ciege,
I have sent the files to you.

Thanks!
by ranoman
Fri Aug 27, 2010 7:11 pm
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Re: Ranorex Consolidated Test Report

Hi Ciege, Sorry for the delayed reply. Below are the answers to your questions: ) After hitting refresh do you get any error or any text at all in the main screen? Like "Cannot find directory" or "QA Automation Regression Test Results" with nothing under it? I see "QA Automation Regression Test Resu...
by ranoman
Wed Aug 25, 2010 11:54 pm
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Re: Ranorex Consolidated Test Report

Ciege, I tried using your tool. It does not work. This is what I did: [*]I set the test results folder path and the test plan folder path in the config file [*]I copy pasted where my test results are stored by default and pasted them in the folder that I specified above. And yes, they are in XML for...
by ranoman
Tue Aug 24, 2010 2:48 am
Forum: General Questions
Topic: Ranorex Consolidated Test Report
Replies: 20
Views: 4458

Ranorex Consolidated Test Report

I have one ranorex solution that contains about 100 test cases. I am able to generate individual reports for each of these test cases that details each step and gives a pass/fail result for each step. Below is the pseudo-code on how I accomplish this. I have the below execute method in all my test c...