Search found 72 matches

by dal
Mon Jan 24, 2011 5:59 am
Forum: Automation Tools
Topic: Uninstall the license from Machine 1 and use in Machine 2
Replies: 4
Views: 4830

Re: Uninstall the license from Machine 1 and use in Machine 2

Dear Team, My question here is.... In the "Install Ranorex License" utility, if we uninstall the license by click on "Uninstall License", which will uninstall from the Machine 1 and use the same license in Machine 2 ? Is that the procedure...? I just want to confirm it. Please reply. Regards, Dal...
by dal
Sat Jan 22, 2011 8:33 am
Forum: Automation Tools
Topic: Uninstall the license from Machine 1 and use in Machine 2
Replies: 4
Views: 4830

Uninstall the license from Machine 1 and use in Machine 2

Dear Support Team, We are using few licenses in offshore machines. Due to the resource reduction happened at offshore, we need to hand-over the licenses to onsite, for using them in few onsite machines for Script Execution. Can you please suggest how this activity to be performed. The license type i...
by dal
Wed Jan 12, 2011 11:46 am
Forum: Automation API
Topic: Increasing the Timeout of getting the Tag info thru RxPath
Replies: 3
Views: 2182

Re: Increasing the Timeout of getting the Tag info thru RxPath

Add the following statment into your Main method will increase the Default timeout from 10s to 30s

Code: Select all

Adapter.DefaultSearchTimeout = 30000
This is the simplest way of doing this without modifying the existing code.

Regards,
Dal...
by dal
Tue Jan 11, 2011 1:05 pm
Forum: Automation Tools
Topic: Executing the Batch Script
Replies: 1
Views: 5538

Executing the Batch Script

Team, Thanks for the Support Team for all the queries resolved on the timely manner in our projects till now. Now we are into a Execution Phase of the created scripts by calling in Batch File. We have created a Bat file (with .bat extn) in a project and added the following steps in it. But its not e...
by dal
Thu Dec 16, 2010 5:45 am
Forum: Bug Reports
Topic: Playback Window
Replies: 4
Views: 2075

Re: Playback Window

Yup... Mostly similar, that one was concentrated only on the Debug Run. But this one for Running the script. This Playback window will address both the needs.

Regards,
Dal...
by dal
Tue Dec 14, 2010 3:15 pm
Forum: Bug Reports
Topic: Playback Window
Replies: 4
Views: 2075

Re: Playback Window

Hi Ciege, This is just a suggestion to improve the tool, if this is incorporated the pain during the playback could be minimised. As I worked on many automation assignment in my career using diferent test automation tool, I felt this can be incorporated for the betterment of the tool. Regards, Dal...
by dal
Tue Dec 14, 2010 11:06 am
Forum: Automation Tools
Topic: Script Execution while System Locked
Replies: 4
Views: 2207

Re: Script Execution while System Locked

Thanks all for your suggestions.

In order to handle this situation, we have used a Tool called "Caffine.exe" downloaded from the web, and its activated whenever I perform any execution to prevent the system from locked out.

Regards,
Dal...
by dal
Tue Dec 14, 2010 11:00 am
Forum: Automation API
Topic: Alt, Ctrl and Shift keys are pressed while script execution
Replies: 4
Views: 2875

Re: Alt, Ctrl and Shift keys are pressed while script execution

Hi Alex, Yes we do use some breakpoints while executing the scripts, even the Program.vb has the following statement: Keyboard.AbortKey = System.Windows.Forms.Keys.Pause If I delete this statement from the script is there any impact while executing the script / executing the script in debug mode? Re...
by dal
Mon Dec 13, 2010 3:11 pm
Forum: Bug Reports
Topic: Playback Window
Replies: 4
Views: 2075

Playback Window

Dear Team, Future Enhancement Request: It could be great to have Playback Window, in which RUN, PAUSE, STOP Buttons/Icons are present. Along with which statement in the script is getting executed. This will be very helpful in debugging the scripts. Currently its really painful to PAUSE / STOP the ex...
by dal
Thu Nov 25, 2010 8:03 am
Forum: Bug Reports
Topic: Enabled Property of Image Buttons
Replies: 6
Views: 2557

Re: Enabled Property of Image Buttons

Hi Team, Disabled property is not working as expected, The same issue with SpanTag as well, if the Item is disabled, I am seeing as Enabled = 'TRUE' & Tried with @disabled = 'True', but not working. It could be great the Ranorex Spy can identify As 'Enabled' = 'False' for Img & Span Tags. If other T...
by dal
Fri Nov 19, 2010 1:18 pm
Forum: Automation API
Topic: Alt, Ctrl and Shift keys are pressed while script execution
Replies: 4
Views: 2875

Alt, Ctrl and Shift keys are pressed while script execution

Hi Team, While script execution, we have observed that the keyboard keys like ALT / CTRL / SHIFT was pressed. Because of this the unexpected script execution is getting performed. If we hit those keys again (manually) the control is getting released. (Observed this behavior very randomly) Can you pl...
by dal
Fri Nov 19, 2010 1:12 pm
Forum: Automation Tools
Topic: Script Execution while System Locked
Replies: 4
Views: 2207

Script Execution while System Locked

Hi Team,

Will the script execution happens if I lock my system, I mean I would like to kick-off the script execution, if the script execution is not completed I want to lock my system and look the results on the next day.

Regards,
Dal...
by dal
Fri Nov 19, 2010 1:09 pm
Forum: Automation API
Topic: Increasing the Timeout of getting the Tag info thru RxPath
Replies: 3
Views: 2182

Increasing the Timeout of getting the Tag info thru RxPath

Hi Team, Dim Image1 As ImgTag Image1 = "/dom[@domain~'1.2.3.*']/.//img[@id='imgLogo']" Here the Default Timeout is 10 seconds only. But there are times this image will be displayed after 10secs, in that case the test step is failing. Can anyway we can increase this to 30 seconds? I know how that can...
by dal
Fri Nov 12, 2010 6:51 am
Forum: Automation API
Topic: Script Execution Issues
Replies: 3
Views: 2021

Re: Script Execution Issues

Team, Here is again we are facing some script execution issues, if we are running huge list of scripts (about 230 plus test scenarios) which will have to run for about 6 - 7 Hrs continously. Mostly the issues observed in synchronization. Script play-back is not waiting for the objects to be loaded b...
by dal
Wed Nov 10, 2010 12:06 pm
Forum: Bug Reports
Topic: Enabled Property of Image Buttons
Replies: 6
Views: 2557

Re: Enabled Property of Image Buttons

Hi Peter,

PFA the QTP - Object Spy Screen-shot for these buttons.

Regards,
Dal...