Search found 20 matches

by chiranthurs
Wed Dec 16, 2020 8:29 am
Forum: General Questions
Topic: How to get Element info for logging purpose
Replies: 1
Views: 995

How to get Element info for logging purpose

Hi, I want put a user info log to my generic function to click on an object and I have created my function as below public static void ClickOnObject(Ranorex.Adapter element) { element.MoveTo(); element.Click() Report.Info("User clicked on "+elementInfo.Name+""); //Giving error } but in report info i...
by chiranthurs
Wed May 08, 2019 9:17 am
Forum: General Questions
Topic: How to handle Dynamically changing table index
Replies: 1
Views: 997

How to handle Dynamically changing table index

Hi Team, I am facing an issue in xpath where the table index keeps changing on every run due to which my script fails. I wanted to know how i can handle this table index . As Highlighed in the screen shot, on every test run the "table[3]" can be "table[2]" or even "table[1]" next time. Not sure how ...
by chiranthurs
Fri Apr 19, 2019 7:44 am
Forum: General Questions
Topic: Page refresh
Replies: 4
Views: 2864

Re: Page refresh

How to do the same in a Code module?
by chiranthurs
Fri Mar 01, 2019 6:20 am
Forum: General Questions
Topic: Ranorex 9.0: After execution, Ranorex report is not poping up on the main screen automatically.
Replies: 3
Views: 979

Ranorex 9.0: After execution, Ranorex report is not poping up on the main screen automatically.

Hi Team, In Ranorex 9.0 after executing the testsuite, the ranorex report is not popping up on the screen. My collegues who were working on Ranorex 5.3.2 are not happy with it as it used to pop up immediately after the execution. Is there any setting that has to be done to enable it? Regards, Chiranth
by chiranthurs
Tue Feb 26, 2019 3:04 pm
Forum: Bug Reports
Topic: Ranorex 9.0 having issues identifying repository elements
Replies: 2
Views: 2036

Re: Ranorex 9.0 having issues identifying repository elements

Thank you, Your resolution worked :)
by chiranthurs
Mon Feb 25, 2019 7:01 am
Forum: Bug Reports
Topic: Ranorex 9.0 having issues identifying repository elements
Replies: 2
Views: 2036

Ranorex 9.0 having issues identifying repository elements

Hi Team, After migrating to Ranorex 9.0 we are having issue identifying few repository elements which were identified in the previous versions. Can you please help us on how to make it work again. We get an error in the report file saying "The element does not support the required capability 'divtag...
by chiranthurs
Fri Feb 15, 2019 12:05 pm
Forum: General Questions
Topic: OraOLEDBpus12.dll: The specified module could not be found issue
Replies: 7
Views: 16999

Re: OraOLEDBpus12.dll: The specified module could not be found issue

Hi Robert,

Installing Ranorex 9.0 fixed the issue. I am able to connect to the DB now. Thank you so much.

Regards,
Chiranth
by chiranthurs
Fri Feb 15, 2019 6:29 am
Forum: General Questions
Topic: OraOLEDBpus12.dll: The specified module could not be found issue
Replies: 7
Views: 16999

Re: OraOLEDBpus12.dll: The specified module could not be found issue

Hi, We have not installed any of the microsoft or oracle components on the machine. We only uninstalled Ranorex 5.3.2(where it was working fine) and installed Ranorex 8.3.2, apart from this there has been no changes on the VM. Also i created TestConnection.udl file and was able to connect successull...
by chiranthurs
Thu Feb 14, 2019 3:04 pm
Forum: General Questions
Topic: OraOLEDBpus12.dll: The specified module could not be found issue
Replies: 7
Views: 16999

Re: OraOLEDBpus12.dll: The specified module could not be found issue

I Ran the test suit without debbuger it compiled and ran. But i get the same error as before OraOledbpus12.dll not found. But this file is physically present on the machine and i can see it and also it is added in env variable. Still cant understand how it is not able to find this .dll file.
by chiranthurs
Thu Feb 14, 2019 2:59 pm
Forum: General Questions
Topic: OraOLEDBpus12.dll: The specified module could not be found issue
Replies: 7
Views: 16999

Re: OraOLEDBpus12.dll: The specified module could not be found issue

Tried running by compiling as 64 bit but getting the error. Attaching screen shot.
by chiranthurs
Thu Feb 14, 2019 2:08 pm
Forum: General Questions
Topic: OraOLEDBpus12.dll: The specified module could not be found issue
Replies: 7
Views: 16999

OraOLEDBpus12.dll: The specified module could not be found issue

Hi Team, We are getting the " OraOLEDBpus12.dll: The specified module could not be found issue " and the report fails with the error " The 'OraOLEDB.Oracle' provider is not registered on the local machine ". while connecting to Oracle 12c database. We dint get this issue while working on Ranorex 5.3...
by chiranthurs
Tue Feb 12, 2019 4:05 pm
Forum: General Questions
Topic: Task failed because "AxImp.exe" was not found when migrating code from Ranorex 5 to Ranorex 7 or Ranorex 8
Replies: 20
Views: 10657

Re: Task failed because "AxImp.exe" was not found when migrating code from Ranorex 5 to Ranorex 7 or Ranorex 8

Dear Ranorex Team, One of our colleagues resolved the Aximp.exe file not found issue by just installing “Microsoft Windows SDK for Windows8” as shown below. Hence installation of visual studio 2010 is not required. As per his analysis, he says that installing the latest Ranorex software is deleting ...
by chiranthurs
Fri Dec 21, 2018 8:43 am
Forum: General Questions
Topic: Getting build error: The name 'TestCase' does not exist in the current context after migrating our scripts to Ranorex 8
Replies: 1
Views: 1051

Getting build error: The name 'TestCase' does not exist in the current context after migrating our scripts to Ranorex 8

Hi Team, I am getting a build error saying "The name 'TestCase' does not exist in the current context" after migrating our scripts from Ranorex 5.3.2 to Ranorex 8.3.1 . Please help. Code: public void Validate_DocumentContext() { string strDocNo, strSoldToPartner; TestCase.Current.DataContext.Paramet...
by chiranthurs
Thu Dec 20, 2018 12:32 pm
Forum: General Questions
Topic: How to right click on a web element in Ranorex 8.3.1
Replies: 2
Views: 2118

Re: How to right click on a web element in Ranorex 8.3.1

Worked!! :)

Mouse.Click(repo.AccountsGLAccounting.Object.MainPage.RemindersTab.DocNo, Winforms.MouseButtons.Right);

Thanks,
Odklizec