Search found 15 matches

by haider
Tue Oct 29, 2019 6:11 pm
Forum: General Questions
Topic: Compile Error
Replies: 6
Views: 2676

Re: Compile Error

I Fixed it by installing Ranorex 9.2.
by haider
Tue Oct 29, 2019 4:44 pm
Forum: General Questions
Topic: Compile Error
Replies: 6
Views: 2676

Re: Compile Error

Hello, Im' facing the same problem secribed above, odklizec mentionned that we have to install .Net 4.6.2. My question is with the last microsoft update, the .Net 4.7 is installed by default and couldn't be remove. As you know guys you can't install .Net 4.6.2 if you've .Net 4.7 allready installed. ...
by haider
Thu Jul 04, 2019 6:03 pm
Forum: Object Identification and Technologies
Topic: Object Not Found when Test is Ran by Jenkins
Replies: 4
Views: 1684

Re: Object Not Found when Test is Ran by Jenkins

I still have difficulties to find that object. Please find in attachement the Snapshot. (Ranorex version 9.1.0) Concerning my rpoblem with the dll Resolover.Core i found the solution: Framework .Net 4.6.2 was the issue. What you have to do is to install it again. Anyway thank you guys for your help :P
by haider
Tue Jun 25, 2019 5:02 pm
Forum: Object Identification and Technologies
Topic: Object Not Found when Test is Ran by Jenkins
Replies: 4
Views: 1684

Re: Object Not Found when Test is Ran by Jenkins

Hi odklizec, Thank you for helping me. My actual version is 9.0.0 I update Ranorex to version 9.1 Now I'm facing a new issue which's Could not found file or Assembly 'Ranorex.Core.Resolver', Version 9.1.0.0 Do you have any knowledge about this problem? I found that other users faced this problem but...
by haider
Sat Jun 22, 2019 3:41 pm
Forum: Object Identification and Technologies
Topic: Object Not Found when Test is Ran by Jenkins
Replies: 4
Views: 1684

Object Not Found when Test is Ran by Jenkins

Hi, I've a problem with one of my tests who try to find a navigationTreeList in our software and then get all the Items in a list. Once all items are in the list, I try to go through the list to find the item I'm looking for and then click on. So this test wroks fine when it's ran from ranorex study...
by haider
Tue Feb 19, 2019 7:05 pm
Forum: General Questions
Topic: Failed to load the assemblies containing the definition
Replies: 4
Views: 2162

Re: Failed to load the assemblies containing the definition

Hi, I have this error (with I think might be the same). I tried to Run an application using the flowing code with Ranorex Studio and Visual Studio Process.Start(@"appl_path\app.exe"); result with Visual Studio https://zupimages.net/up/19/08/96iz.png result with Ranorex Studio https://zupimages.net/u...
by haider
Thu Jan 31, 2019 2:58 pm
Forum: General Questions
Topic: Current test Container and Activity not working
Replies: 8
Views: 1917

Re: Current test Container and Activity not working

I'm answering myself :D :shock: :lol: I found this if (Ranorex.Core.Reporting.ActivityStack.Current.Status.Equals(Ranorex.Core.Reporting.ActivityStatus.Success)) { Report.Info("Succes"); } else Report.Info("Fail"); It works but do you know if there's another way to put the status in a variable ? Thx
by haider
Thu Jan 31, 2019 2:43 pm
Forum: General Questions
Topic: Current test Container and Activity not working
Replies: 8
Views: 1917

Re: Current test Container and Activity not working

Hi, I'm facing the same issue. What i want is to get the UserCodeModule status and it's name. This works string tcName = TestModuleLeaf.Current.Name; //it gives me the UserCodeModule name But the ActivityStatus doesn't work var status = TestReport.CurrentTestContainerActivity.Status.ToString(); if(s...
by haider
Thu Dec 20, 2018 3:47 pm
Forum: Automation Tools
Topic: Missing object when runing a testCase
Replies: 1
Views: 1213

Missing object when runing a testCase

Hi my Name is Haider, I’m working on an automation project and for that we try to compare TestComplete and Ranorex before to start the project. I’m facing an issue with Ranorex when I run a test case please take a look to pictures below : When I run the Tool (our Tool it's a winform application) wit...
by haider
Wed Oct 10, 2018 3:40 pm
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Re: Faile during run as admin

Ok thank you very much :)
by haider
Wed Oct 10, 2018 11:10 am
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Re: Faile during run as admin

I didn't know that debbugin needs Admin Role (thank you).

I tried to run the application under test without Ranorex and with Admin Role. Result = The window isn't empty
Image
by haider
Wed Oct 10, 2018 10:47 am
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Re: Faile during run as admin

I Tried both disable Avast and add an exception.
But i didn't work.
Last time I resolved this question by uninstalling Ranorex eand install it again but this isn't a solution.

Also when I click on Run this message appear on screen

Image
by haider
Wed Oct 10, 2018 10:21 am
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Re: Faile during run as admin

odklizec i'll try and i'll let you know.
In any way Thank you for taking time to answer me :)
by haider
Tue Oct 09, 2018 10:58 pm
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Re: Faile during run as admin

Hi, Sorry i did a mistake when i added the pictures. This when i run Ranorex without Admin role https://zupimages.net/up/18/41/u244.png This when Ranorex is running with admin role https://zupimages.net/up/18/41/wfz0.png What i meant by ConsoleModule that i wrote a code in c# and i used ConsoleModul...
by haider
Mon Oct 08, 2018 2:34 pm
Forum: Automation Discussions
Topic: Faile during run as admin
Replies: 9
Views: 2727

Faile during run as admin

Hi, I have an issue when i try to run à software as Admin from a ranorex Console module script. When i run the software without Ranorex i software run without any problem. This way i have two windows : -> first one is the application window -> seconde one is the Licence confirmation window http://zu...