Search found 71 matches

by subodh4u7
Mon Jul 12, 2021 9:09 am
Forum: General Questions
Topic: Use of Ranorex Runner instead of Nunit
Replies: 1
Views: 935

Use of Ranorex Runner instead of Nunit

Hello Experts, I am automating the tests using BDD (Ranorex, SpecFlow and Nunit). Nunit is being used to execute the test and get the report. However, When i use Nunit, I don't get benefit of Ranorex Reporting tool to find the cause of failiure and navigate to the problem in code. is there any way t...
by subodh4u7
Thu May 27, 2021 12:51 pm
Forum: General Questions
Topic: Specflow integration with Ranorex
Replies: 2
Views: 1150

Re: Specflow integration with Ranorex

Thank a lot it worked. However getting the following error: Errors and Failures: 1) Test Error : BDDDemo.LoginFeature.LoginWithValidCredentials Ranorex.RanorexException : Failed to open URL 'https://abc/login' with browser chrome. ----> System.UnauthorizedAccessException : Access to the path 'data_0...
by subodh4u7
Thu May 27, 2021 9:56 am
Forum: General Questions
Topic: Specflow integration with Ranorex
Replies: 2
Views: 1150

Specflow integration with Ranorex

Hello Ranorex Gurus, I am using Ranorex 8.2 version and trying to integrate specflow 3.8.14 with the same for BDD. I tried using specflow older version as mentioned in one https://www.ranorex.com/blog/how-to-use-ranorex-studio-in-your-bdd-process/, however was getting error about scenarioContext and...
by subodh4u7
Thu Apr 19, 2018 8:46 am
Forum: General Questions
Topic: Ranorex and ALM integration
Replies: 6
Views: 2979

Re: Ranorex and ALM integration

I think I see your issue. The batch file should literally be the same as the blog post. Do not change any of the %# with the value you want in the batch file. These are just placeholders which are ultimately set by the parameters configured in ALM. cd %1 %2 /zr /zrf:%3 %4 %5 %6 %7 %8 %9 I hope this...
by subodh4u7
Mon Apr 16, 2018 6:23 am
Forum: General Questions
Topic: Ranorex and ALM integration
Replies: 6
Views: 2979

Re: Ranorex and ALM integration

Hi subodh4u7, The code sample from my previous post is from the corresponding Ranorex blog post about HP quality center. Please go through the whole blog post and use the VAPI-XP-TEST script from that blog: http://www.ranorex.com/blog/running-ranorex-automated-tests-with-hp-quality-center/#VAPI-XP-...
by subodh4u7
Thu Sep 07, 2017 1:00 pm
Forum: General Questions
Topic: Can't identify the element
Replies: 3
Views: 1351

Re: Can't identify the element

Thanks Pavel. Ranorex verison 6.0.1 is installed on both the machine with Windows 7 Enterprise with Service pack 1 64 bit operating system. I am not running on Virtual machine but on the physical machine. Error is not able to identify the control as attached. .net is what i see there is difference i...
by subodh4u7
Thu Sep 07, 2017 8:55 am
Forum: General Questions
Topic: Can't identify the element
Replies: 3
Views: 1351

Can't identify the element

Hi Experts, I have test cases which are running fine my machine. However when I copy the same (Output folder which contains all the related files to the soultion) to other system, it's failing stating Can not find the element. But When I run couple of times, out of 3 times it's passing one time. I a...
by subodh4u7
Fri Aug 04, 2017 9:20 am
Forum: General Questions
Topic: Test Suite Porperties
Replies: 4
Views: 1171

Re: Test Suite Porperties

Thanks Pavel.
by subodh4u7
Fri Aug 04, 2017 9:00 am
Forum: General Questions
Topic: Test Suite Porperties
Replies: 4
Views: 1171

Re: Test Suite Porperties

I have created the new project and have not renamed anything.
Even after editing as suggested, It's getting back. :(
by subodh4u7
Fri Aug 04, 2017 6:56 am
Forum: General Questions
Topic: Test Suite Porperties
Replies: 4
Views: 1171

Test Suite Porperties

Hello All, I have a test suit in Ranorex. When I bring up the testsuit properties, it's been observed as Name: TestsuiteName appended with 1 as shown in attachment. I am using Ranorex 6.0.1 Please let me know from where this is getting generated. I searched in the whole solution i couldn't find the ...
by subodh4u7
Wed Apr 05, 2017 6:45 am
Forum: General Questions
Topic: Ranorex and ALM integration
Replies: 6
Views: 2979

Re: Ranorex and ALM integration

Thanks jma. I have included the following script: If result <> 0 Or Err.Number <> 0 or ERRORLEVEL <> 1Then CurrentRun.Status = "Failed" CurrentTSTest.Status = "Failed" End If But now even test case which are passing that's also updated as failed. Do you have working test script which would help me.
by subodh4u7
Mon Mar 27, 2017 7:43 am
Forum: General Questions
Topic: Ranorex Customized Report
Replies: 5
Views: 1846

Re: Ranorex Customized Report

Hi Experts,

How to match the pdf report with the ranorex customised report as attached in previous post.
Frankly, I do not have much idea of xml and xsl.

Can anyone give some idea about the same so that I can proceed further.
by subodh4u7
Mon Mar 27, 2017 6:04 am
Forum: General Questions
Topic: Ranorex and ALM integration
Replies: 6
Views: 2979

Ranorex and ALM integration

Hi Experts, I am stuck at one point , can anyone please help me. I have used the following post for integration of Ranorex with ALM http://www.ranorex.com/blog/running-ranorex-automated-tests-with-hp-quality-center/ However, a test case is passed in ALM even though test module is failed . Can anyone...
by subodh4u7
Tue Jan 17, 2017 12:52 pm
Forum: General Questions
Topic: Repository lock
Replies: 2
Views: 1263

Re: Repository lock

Hi,

I think you can use version control(TFS, SVN, ClearCase) for the same purpose and can set the authorization.
by subodh4u7
Mon Nov 14, 2016 5:22 am
Forum: General Questions
Topic: xceed wpf wizard application
Replies: 6
Views: 1506

Re: xceed wpf wizard application

Thanks all.