简体   繁体   中英

Ranorex 8/8.1 calling an external assembly written under .net framework 4.6.1

Im new to ranorex, and i need to know if i can reference a .dll written in csharp under the .net framework 4.6.1 that allows me to do some data setup prior to testing.

I want to use ranorex studio ide still, and not have to export tests to visual studio. Essentially just call a method in this assembly. Can this be Done? I keep hearing ranorex does not support 4.6.1

As you may have noticed already, a Ranorex solution is basically a Visual Studio solution. I have just verified in Ranorex and the target framework of a Ranorex project can be set to 4.6.

Hence, calling a function from another DLL would simply required that you add a reference to that DLL and then call it from user code.

Hope this helps...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM