Search found 3 matches

by Phat_Vinny
Wed Mar 04, 2015 5:30 pm
Forum: Automation Tools
Topic: How do I skip running a recording module please?
Replies: 4
Views: 2392

Re: How do I skip running a recording module please?

Thank You Markus... I was able to get it running by calling the exe files from an external batch file. ____________________________________________________________________ call "C:\Test1.exe" #Initial test of modem. IF %ERRORLEVEL% EQU 0 ( ECHO "Success" EXIT ) IF %ERRORLEVEL% NEQ 0 ( ECHO "Validati...
by Phat_Vinny
Tue Mar 03, 2015 3:15 pm
Forum: Automation Tools
Topic: How do I skip running a recording module please?
Replies: 4
Views: 2392

Re: How do I skip running a recording module please?

Markus, Thank you for your reply. I am trying to conditionally test each modem. I have the test completed and running well. If the test fails, The way I test the modem is telnet to an outbound modem device. I compare image to validate the modem has connected and speed is displayed. I then login to t...
by Phat_Vinny
Thu Feb 26, 2015 10:33 pm
Forum: Automation Tools
Topic: How do I skip running a recording module please?
Replies: 4
Views: 2392

How do I skip running a recording module please?

Hello, I am a novice when it comes to programming and testing. I have been running Ranorex in conjunction with Empirix for some time successfully but have only done point and click tests. I have a Ranorex test case that tests 3 modems. It then emails me and lets me know of their status. I'd like to ...