Search found 54 matches

by ejji09
Tue Dec 08, 2015 4:51 pm
Forum: General Questions
Topic: Click the button when it is highlighted
Replies: 2
Views: 1294

Click the button when it is highlighted

Hi, Am using code module to test my java application. At a certain point in my application i have click a button when the button got highlighted. but ranorex clicks the button before it got highlighted and it was not able to click the button when it got highlighted after 3-4 seconds. And i can solve...
by ejji09
Tue Dec 08, 2015 1:08 pm
Forum: General Questions
Topic: Instead of mouse click
Replies: 4
Views: 2138

Re: Instead of mouse click

I cannot use PerformClick() method to my login button but i can use Click() method, andits use cursor to click the button.. So am using Press() method which presses the button with out any use of cursor. Thank you odklizec
by ejji09
Tue Dec 08, 2015 11:01 am
Forum: General Questions
Topic: Instead of mouse click
Replies: 4
Views: 2138

Re: Instead of mouse click

I cannot find PerformClick() method ?
by ejji09
Tue Dec 08, 2015 10:30 am
Forum: General Questions
Topic: Instead of mouse click
Replies: 4
Views: 2138

Instead of mouse click

Hi, Am using code module to write my script and when i run my script, I can see that my test run shows me the mouse cursor and clicks on the buttons. But i dont want to do like i want to run my script with my the cursor where the cursor dosent have to move to perform the actions. my code ex: var rep...
by ejji09
Fri Nov 20, 2015 9:53 am
Forum: General Questions
Topic: How to change the name of a test suit
Replies: 2
Views: 1134

Re: How to change the name of a test suit

Thanks it worked :D
by ejji09
Fri Nov 20, 2015 9:34 am
Forum: General Questions
Topic: How to change the name of a test suit
Replies: 2
Views: 1134

How to change the name of a test suit

Hi,

I named a Test Suit name as test1 and now i want to change the Test Suit name related to my project.

How can i change that.

Thank you.
by ejji09
Mon Nov 16, 2015 4:24 pm
Forum: General Questions
Topic: How to press a key(Keyboard.Press) intstead of a click
Replies: 5
Views: 9327

Re: How to press a key(Keyboard.Press) intstead of a click

Am using code module to write my test case and for the keypress event i used the syntax as code: Keyboard.Press("{ControlKey down}{F2}"); and it worked fine, but after the completion of the test case i was unable to type anything, all the keys in keyborad are not functioning and when i press the con...
by ejji09
Mon Nov 16, 2015 3:57 pm
Forum: General Questions
Topic: How to press a key(Keyboard.Press) intstead of a click
Replies: 5
Views: 9327

Re: How to press a key(Keyboard.Press) intstead of a click

Am using code module.

I want to press the key event Ctrl+F2 in code module, I think you you gave me the answer for recording module.
by ejji09
Mon Nov 16, 2015 3:34 pm
Forum: General Questions
Topic: How to press a key(Keyboard.Press) intstead of a click
Replies: 5
Views: 9327

How to press a key(Keyboard.Press) intstead of a click

Hi,

I want to press Ctrl+F2 key event in my application.

Can anyone suggest me that how to press the Ctrl+F2 event.

Thankyou.
by ejji09
Fri Nov 13, 2015 2:01 pm
Forum: General Questions
Topic: Failed to instrument java process.....
Replies: 1
Views: 1651

Failed to instrument java process.....

Hi,

Am testing a java application and am getting an error as Failed to instrument java process. Please make sure you have enough privileges to access the process.

What could be the problem.. Is it a bug in Ranorex?

How to solve this issue. :roll:

And am getting a warning dailouge as
by ejji09
Fri Nov 13, 2015 11:11 am
Forum: General Questions
Topic: Unable to track the button
Replies: 7
Views: 1664

Re: Unable to track the button

Hi,

Can you explain me that how to do image recognation in ranorex?
by ejji09
Fri Nov 13, 2015 10:53 am
Forum: General Questions
Topic: Unable to track the button
Replies: 7
Views: 1664

Re: Unable to track the button

Hi,

please find the link of sanpshot with out parent elements
https://app.box.com/s/alaksr3oxyh89by62i6e84lhy3ocyp92

snapshot with complete elements
https://app.box.com/s/agqp4ozdmyrs01e1n1tuxnib5c72ksyq

Thank you.
by ejji09
Fri Nov 13, 2015 9:59 am
Forum: General Questions
Topic: Unable to track the button
Replies: 7
Views: 1664

Re: Unable to track the button

Sorry for the late reply..

Please find the link to download my Ranorex snapshot.

https://app.box.com/s/dlkjhj5uvabs6qk01s1vkp6ui8ya2mih
by ejji09
Thu Nov 12, 2015 2:19 pm
Forum: General Questions
Topic: Unable to track the button
Replies: 7
Views: 1664

Unable to track the button

Hi, Am trying to click a icon button, But where ever i try to track the button ranorex tracks all the buttons a time. I was unable to track the single button. How to track the single button. Please find the attchment of the screenshot of the buttons In those button i want to click on the mic symbol ...
by ejji09
Wed Nov 11, 2015 11:53 am
Forum: General Questions
Topic: How to run test suite automatically.
Replies: 11
Views: 3531

Re: How to run test suite automatically.

Hi Martin, Thank you so much for your answer it worked perfect! Is there's a way in the batch file script that some how i can trigger {ENTER} key when my test suite starts.. because am using trail license and when ever the test suite start, A dailouge will appear where i have to press enter or click...