Search found 17 matches

by sundarpn
Tue Jan 18, 2011 4:32 pm
Forum: General Questions
Topic: Support for .Net 4.0?
Replies: 1
Views: 1585

Support for .Net 4.0?

When can we expect Ranorex supporting .Net 4.0 ?

thanks
by sundarpn
Thu Nov 11, 2010 10:22 pm
Forum: Bug Reports
Topic: Select an "OptionTag" on SelectTag
Replies: 9
Views: 2727

Re: Select an "OptionTag" on SelectTag

When we run the scripts with our own suiterunner via Teamcity on an agent m/c, for some reason that drop-down shows a scroll-bar within it. (You can see this in the screen shot on second post in this thread dated Tue Nov 09, 2010 2:11 pm) But the last two screen shot I posted was from my local deskt...
by sundarpn
Wed Nov 10, 2010 9:06 pm
Forum: Automation Discussions
Topic: HP Quality Center Logging
Replies: 23
Views: 30265

Re: HP Quality Center Logging

In our Ranorex test scripts, we have the QC TestCase ID available. (this is the ID that corresponds to the manual test case). Any thoughts on how to log results using this Test Case ID? I figured TestCase ID will be a better identifier. (and the automated script need not aware of the test plan tree ...
by sundarpn
Wed Nov 10, 2010 5:13 pm
Forum: Bug Reports
Topic: Select an "OptionTag" on SelectTag
Replies: 9
Views: 2727

Re: Select an "OptionTag" on SelectTag

Hello,

For some reason, the snapshot of the Container I attached isn't complete. The size is only 1 KB and is NOT capturing the list items shown. I tried again and the result is the same...

See this screen shot.
screen_shot.JPG
by sundarpn
Wed Nov 10, 2010 4:58 pm
Forum: Bug Reports
Topic: Select an "OptionTag" on SelectTag
Replies: 9
Views: 2727

Re: Select an "OptionTag" on SelectTag

Hello,

I have captured the snapshot of the container that drops down showing the list items. (using instant tracking)
Container_DropDown.rxsnp
Another Screenshot showing this dropdown.
pic_Encounter_Type_Dropdown.JPG
My post above also has the code snippet and the associated repository we use.
by sundarpn
Tue Nov 09, 2010 8:11 pm
Forum: Bug Reports
Topic: Select an "OptionTag" on SelectTag
Replies: 9
Views: 2727

Re: Select an "OptionTag" on SelectTag

yes, we actually tried that approach of dropping the select box down and then finding the "Listitem". That works fine except in the case when the list item is not visible. If the item is not visible, it throws an element not found exception. Screen shot: SelectDropDownScrollbar.JPG So I added the sc...
by sundarpn
Tue Nov 09, 2010 5:44 pm
Forum: Bug Reports
Topic: Select an "OptionTag" on SelectTag
Replies: 9
Views: 2727

Select an "OptionTag" on SelectTag

I have a web page dialog and in there is a Select Drop down called "Encounter Type". I want to select a specific encounter type. (note that some options might be hidden and a scroll bar might appear). I have attached the snapshot of the "Encounter Selector" Dialog EncounterSelector.rxsnp Screen shot...
by sundarpn
Thu Oct 28, 2010 4:24 pm
Forum: General Questions
Topic: Pop ups cause Ranorex to fail to find controls
Replies: 7
Views: 2587

Re: Pop ups cause Ranorex to fail to find controls

Hello Peter,

We have raised a support call. My colleague James Miller is working with a Peter Gradnitzer. I suppose that is you? Looking at your sig in the post below :D

Thx.
by sundarpn
Wed Oct 27, 2010 9:37 pm
Forum: Object Identification and Technologies
Topic: Ranorex Image Based automation?
Replies: 2
Views: 2474

Ranorex Image Based automation?

When reading a different post, I saw the term "Ranorex Image Based automation".

is this a feature restricted to recordings? Can it be used for those of us who use Visual studio and code from scratch?

Thx
by sundarpn
Wed Oct 27, 2010 8:23 pm
Forum: General Questions
Topic: Pop ups cause Ranorex to fail to find controls
Replies: 7
Views: 2587

Re: Pop ups cause Ranorex to fail to find controls

Thor222, We face a very similar issue to what the original post says. 1. Our Script logs in to our application and goes through a work-flow. On a specific screen, It clicks/selects a specific control (a tab page) using repository based path. No issues here. 2. Script does some other things as it con...
by sundarpn
Fri Apr 09, 2010 3:00 pm
Forum: Automation API
Topic: FindSingle & TryfindSingle
Replies: 4
Views: 4590

Re: FindSingle & TryfindSingle

Thx. Yes, I understand that the logical correctness of a button click has to be tested by validating the whatever happens next on the app.
by sundarpn
Thu Apr 08, 2010 11:35 pm
Forum: Automation API
Topic: FindSingle & TryfindSingle
Replies: 4
Views: 4590

Re: FindSingle & TryfindSingle

Before Ranorex can click on an element, it has to find it first. So In the case of a myButton.Click(), before the .click(), ranorex implicitly checks for the buttons to exists & perhaps also visible for it to click. Right? But later you say that it won't throw an excetion if it does not find it. I ...
by sundarpn
Thu Apr 08, 2010 2:59 pm
Forum: Automation API
Topic: FindSingle & TryfindSingle
Replies: 4
Views: 4590

FindSingle & TryfindSingle

On FindSingle & TryfindSingle method, If one deoes not specifiy the 'Duration', does it mean no waiting? Or does take into account the global duration? Also another question, FindSingle throws and exception while TryFindSingle returns a bool. So I suppose I use tryfindsingle in cases where I want to...
by sundarpn
Thu Apr 08, 2010 2:52 pm
Forum: Object Identification and Technologies
Topic: Missed ranorex operations. Defensive coding strategy?
Replies: 1
Views: 2460

Missed ranorex operations. Defensive coding strategy?

Hello, In the context of a webdocument, I had the following in a method to set and inputtag (i.e. text box on the webpage). ..... m_WebDoc.WaitForDocumentLoaded(); //the patient seclector web page. Ranorex.InputTag patientInputText = repo.WebDocSelectPatient.inputxtPatientName; patientInputText.TagV...
by sundarpn
Fri Mar 26, 2010 3:25 pm
Forum: Automation API
Topic: Organization and Best Practice
Replies: 8
Views: 3817

Re: Organization and Best Practice

Thats fantastic. I am looking forward to it too. Thx! :D Hi, I see what you mean. And I'm really sorry for not providing you with a best practice example in our documentation. The good news for now: We're currently in the progress of creating an example project describing how to organize recordings,...