running exe file

Ask general questions here.
Thet Thet
Posts: 27
Joined: Fri Jan 11, 2019 7:02 am

running exe file

Post by Thet Thet » Fri Jan 11, 2019 7:12 am

There are many exe file without any dependency on an .rxtst file in my Ranorex Project at debug folder. So I want to know the executable compiled can run without any dependency on an .rxtst file in Ranorex version 8.3. And also want to know why have a exe file without any .rxtst file.

Thanks you .

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

Re: running exe file

Post by odklizec » Fri Jan 11, 2019 8:52 am

Hi,

Could you please post a screenshot of your debug folder and also screenshot of solution in Ranorex studio? My guess is, that your solution is created with multiple projects, where each project is compiles as exe (default state if not set differently). If you want to avoid exes in output dir, the solution is either not to use projects in solution or set each project to compile as class library, instead of console/windows app (see this post). 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

Thet Thet
Posts: 27
Joined: Fri Jan 11, 2019 7:02 am

Re: running exe file

Post by Thet Thet » Fri Jan 11, 2019 9:44 am

I can run only at the top of exe file. Another exe file can not run.
You do not have the required permissions to view the files attached to this post.

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

Re: running exe file

Post by odklizec » Fri Jan 11, 2019 10:04 am

OK, individual exes are built also in case you trying to run individual recording modules. You don't have to care about these. If you don't want them in the debug/release folder, simply delete whole debug/release folder before building entire solution. Or use menu Build >> Clean solution.
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

Thet Thet
Posts: 27
Joined: Fri Jan 11, 2019 7:02 am

Re: running exe file

Post by Thet Thet » Fri Jan 18, 2019 7:22 am

Thank you very much.