Search found 13 matches

by DanieSpreeth
Tue May 10, 2011 7:28 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi Roland, At this stage we were able to execute the tests using the alternative method of calling them from within VS as I described in an earlier post (and as shown below). [TestMethod] // For Test Case ID 1878 public void Test_SlideTransitions_1878() { try { AL3RuntimeEngineTestSuite.Common.Start...
by DanieSpreeth
Mon May 09, 2011 1:01 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

passing in typeof(exeassembly.program) also does not work!
by DanieSpreeth
Thu May 05, 2011 3:39 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

What a day! :shock: I rewrote my Test Project Generator to call all tests as per my previous post. In order to get that right, I read the correct order, module names and namespaces from the rxtst file, and then using Reflection, find the correct method call and generated the code with that. Kind of ...
by DanieSpreeth
Thu May 05, 2011 12:20 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi I figured out an alternative method to execute the tests from VS, an even though it works for us for now, it is not optimal. try { AL3RuntimeEngineTestSuite.Common.StartUp.Launch.Start(); SlideNotes_1877.Editing_Notes.Slide_Notes_XML_Editing.Start(); SlideNotes_1877.Editing_Notes.Validating_Slide...
by DanieSpreeth
Thu May 05, 2011 10:07 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi again... I am now pretty sure I know exactly where the issue is. As per my last post above, when i pass in the Common repository into the TestSuiteRunner.Run method, only the common steps executes, but when passing in the actual test's repository, it fails because it cannot find the steps in the ...
by DanieSpreeth
Thu May 05, 2011 8:19 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi, Let me just make sure you understand exactly how these tests were created in Ranorex Studio... We have 6 test cases in one suite. All of these 6 tests uses (for startup and shutdown) the same common repository which is in its own Ranorex DLL. So we have 1 x EXE 1 x common.dll 6 x testcases.dll I...
by DanieSpreeth
Thu May 05, 2011 7:31 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi, My code is exactly the same - there is just one thing I am not sure of. The "repository" you are calling, does that live in the DLL or the EXE? In my case there are no repository in the EXE, only in the DLLs. From your code I cannot figure this out since you have "dllexe" in the name... "testdll...
by DanieSpreeth
Wed May 04, 2011 2:53 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi, Still hoping for a reply soon on this... Meanwhile I manually copied all test files and dlls to a location on the VM I am testing on, and manually try to execute using mstest.exe hoping that something was wrong with my build process. Getting the same result (one good thing is that my build proce...
by DanieSpreeth
Wed May 04, 2011 8:05 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hello again Roland, Regarding my previous post, I found the rxlog files under C:\Users\CurrentUser\... - so that is sorted. I now have a different issue though. One of our other developers have been in contact with you a few weeks ago, and they changed the structure of the Ranorex projects as per di...
by DanieSpreeth
Mon Apr 11, 2011 10:43 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi, Thanks for the reply. The trx files you are referring to and the TestResults folder as well does not exist on my side. The only difference between what you are doing and what I am doing is that you are manually executing the tests using MSTest.exe. Here, I have a build that executes the Tests au...
by DanieSpreeth
Mon Apr 11, 2011 9:51 am
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hello??

It's been almost a week now with no response... The whole exercise around executing Ranorex tests through VS Test Methods was to be able to see the Ranorex reports in TFS/VS2010.

Please repond?

Thanks

Danie Spreeth
by DanieSpreeth
Tue Apr 05, 2011 3:46 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Re: Using Ranorex With VS & TFS 2010

Hi Roland, Thanks for the response. It took me a while to get everything running the way your blog describes, but I eventually got there. I now have a script that automatically creates VS TestMethods for each test inside of the provided rxtst file. When deploying to a VM, they all run as they should...
by DanieSpreeth
Mon Mar 28, 2011 2:39 pm
Forum: General Questions
Topic: Using Ranorex With VS & TFS 2010
Replies: 18
Views: 6217

Using Ranorex With VS & TFS 2010

Hi, I've been tasked with doing some research into the integration possibilities of Ranorex into the Visual Studio 2010 and Team Foundation Server 2010 (including Lab Management 2010) suite. Are there any links you can provide where I can read up more on this topic? If not, please provide informatio...