Way To access Information in code.

Ask general questions here.
santamaria
Posts: 2
Joined: Sat Oct 10, 2015 9:56 am
Location: tech
Contact:

Way To access Information in code.

Post by santamaria » Tue Oct 13, 2015 8:36 am

Hello everybody.
I have standart project, test suite, do not have a code library in my solution.

I have user codes in my some of recordings, I want a general-purpose user code and I want to access ıt from other recording modules. How can I achieve it ?

instead of putting it inside a recording module and call module under test cases,I want to call it from recording modules. How can I access mu public Sub from another user code.vb ?

Thanks a lot!
Last edited by santamaria on Wed Oct 28, 2015 10:39 am, edited 1 time in total.
Cộng đồng https://internetvietnam.net/https://dulichviet.net.vn/ nhanh nhất. Mạng xã hội du lịch: https://vimeo.com/userdulichvietnam/abouthttps://glitch.com/@dulichviet chất lượng nhất tại Việt Nam.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7469
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Way To access Information in code.

Post by odklizec » Tue Oct 13, 2015 9:06 am

Hi,

You can achieve your goal using something called Inheritance. Please take a look at this post:
http://www.ranorex.com/forum/function-l ... tml#p26060

The "inheritance" syntax is slightly different in VB code. Instead of code like this:

Code: Select all

public partial class Recording1:Common  
you should use code like this:

Code: Select all

Public Partial Class Recording1
	Inherits Common
Once done, you should be able to access the "common" methods from any recording, from which you inherit the "common" code module. Hope this helps?
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration