Search found 4 matches

by c170
Tue Feb 05, 2013 5:17 pm
Forum: General Questions
Topic: [Solved]Question on a drop down box
Replies: 5
Views: 2352

Re: Question on a drop down box

As I said before, setting the option through code WILL NOT trigger the even. You need to fire the event yourself if you want to do it this way (as opposed to selecting the even through automation). See if this thread may help you: http://www.ranorex.com/forum/unable-to-click-option-within-select-ta...
by c170
Tue Feb 05, 2013 4:27 pm
Forum: General Questions
Topic: [Solved]Question on a drop down box
Replies: 5
Views: 2352

Re: Question on a drop down box

Thank you guys for the quick responses. I have e-mailed a snapshot. Yes, I'm trying to handle the dropdown control through code, opposed to click automation, as there tends to be a lot of different values that are possible to select, and with nearly 200 routers to do, click automation would become t...
by c170
Mon Feb 04, 2013 10:58 pm
Forum: General Questions
Topic: [Solved]Question on a drop down box
Replies: 5
Views: 2352

[Solved]Question on a drop down box

Ciege's solution worked perfect. Using the WebDocument.ExecuteScript() method allowed me to manually fire the events associated with the drop down buttons. Hey everyone, having an issue with a drop down box on a router's configuration webpage. For example, if I set a select tag to the path of the dr...
by c170
Tue Jan 29, 2013 12:55 am
Forum: General Questions
Topic: Running individual test cases
Replies: 1
Views: 1584

Running individual test cases

Is there a way we can run individual test cases outside of Ranorex? For example, we have about 200 components, and each component has it's own test suite. Each test suite has multiple test cases, which all change different parts of the component. Each of these test cases generally have recordings an...