Search found 9 matches

by Naplespoet
Fri Jun 29, 2018 3:11 pm
Forum: How To …
Topic: Disabling sync with domain controller
Replies: 0
Views: 1415

Disabling sync with domain controller

So I need to test an application that has to replicate future time by disabling windows time service and what i found is that sometimes it auto synchs and i think its my domain controller, is there a way to stop this locally on my test machines , maybe something I can add to ranorex test runs to mak...
by Naplespoet
Mon Apr 30, 2018 2:06 pm
Forum: Automation API
Topic: Modified coded modules and Variables used
Replies: 2
Views: 1640

Re: Modified coded modules and Variables used

I understand the using of the global param. which i have already set, but lets say im creating module based tests all independent from each other and everytime I add a new coded module to write tests I have to add a new variable, but since we customize our coded modules , to include any usings etc t...
by Naplespoet
Thu Apr 26, 2018 4:42 pm
Forum: Automation API
Topic: Modified coded modules and Variables used
Replies: 2
Views: 1640

Modified coded modules and Variables used

Ok have a question, we are small shop and im learning the customization of coded modules so every time we created a new coded module test we dont have to keep typing some of the repetative things like Usings or if every test uses Like first line host.local.OpenBrowser , we modify the default for a c...
by Naplespoet
Thu Jul 27, 2017 5:14 pm
Forum: Bug Reports
Topic: Ranorex scripts not updating string values : v.7.0
Replies: 2
Views: 1632

Re: Ranorex scripts not updating string values : v.7.0

So i figured this out a while back sorry for the late update. So if you had a value to type into text field lets say in this example user name is hard coded to say "Admin" save the change and run the script it runs and types in "Admin". now if you went and updated your script to type "Administrator"...
by Naplespoet
Tue May 09, 2017 7:30 pm
Forum: Bug Reports
Topic: Ranorex scripts not updating string values : v.7.0
Replies: 2
Views: 1632

Ranorex scripts not updating string values : v.7.0

I cant find answer or similar issue : I have a string where innerText value is "True" and script fails due to me needing to say "False" So the validate attribute on repo item value is set to "False" save cleaned build rebuild build I try all this stuff and yet when it runs it still fails because its...
by Naplespoet
Tue Jan 17, 2017 8:46 pm
Forum: Automation API
Topic: Changing system time
Replies: 1
Views: 1973

Re: Changing system time

yay found some code to help just change the time now i have to figure out a function to grab current time set it minus an hour or whatever amount of time i need forward or backwards public void setTime(string timeInYourSystemFormat) { var proc = new System.Diagnostics.ProcessStartInfo(); proc.UseShe...
by Naplespoet
Tue Jan 17, 2017 7:50 pm
Forum: Automation API
Topic: Changing system time
Replies: 1
Views: 1973

Changing system time

Is there a way to change system time on the machine that is being tested. I have an app that says ok this value is 10 for example In 2 hours it will be 20 3 hours ago it should have been 2 . (this is just an example) the app looks at system time on the machine the test is running on. is there a way ...
by Naplespoet
Wed Aug 24, 2016 6:30 pm
Forum: How To …
Topic: Can Ranorex Detect Alerts (sound being triggered)
Replies: 3
Views: 2034

Re: Can Ranorex Detect Alerts (sound being triggered)

That's a good idea. yeah the icon doesn't change at all i had thought the same thing if speaker changed to a speaker icon with volumes. Its not a critical test case they need but first time hearing this. OK ill continue on. thanks
by Naplespoet
Tue Aug 23, 2016 4:49 pm
Forum: How To …
Topic: Can Ranorex Detect Alerts (sound being triggered)
Replies: 3
Views: 2034

Can Ranorex Detect Alerts (sound being triggered)

Ok here is a new one for me.... I am using ranorex 6(latest version) this isn't a bug but i tried to see if could find a way to do this as this is my first time dealing with this .... I have an application that has a timer ... so in 30 mins make an alert go off ( bell sound or train sound whatever.....