Page 1 of 1

Ranorex Queries

Posted: Mon Jun 15, 2020 9:36 am
by kavya13
Hello Team,

Kindly let me know,

1)How can we get the duration of individual test cases in the project.
2)Can Ranorex fetch version number and details automatically of the application that is being launched for Desktop app, Mobile app.
3)While doing execution via Jenkins, how to fetch git commit info?
4)How to store the results of previous run in a Database (such as MySql/Mongo DB)

Thanks in advance.

Re: Ranorex Queries

Posted: Mon Jun 15, 2020 9:55 am
by odklizec
Hi

1) See this post:
https://www.ranorex.com/forum/viewtopic ... 169#p54169
2) Nope, you must somehow extract such info from the app under test (its UI)
3) You must add GIT details to "Source control management" section of Jenkins job of your choice
4) Sorry, I can't help you with this one ;)