Search found 13 matches

by faheem412
Fri Aug 03, 2018 12:38 pm
Forum: Automation Discussions
Topic: Ranorex is not identifying mainframe screens
Replies: 1
Views: 2376

Ranorex is not identifying mainframe screens

Hi team, Currently we are using Ranorex version 7.0 and have few scenarios to automate mainframe screens. But due Microsoft patch updates, Ranorex is not identifying mainframe screens. It only identifies when we uninstall the patch updates in regular basis. Could you please guide us if any work arou...
by faheem412
Wed Jan 24, 2018 10:21 am
Forum: Automation Discussions
Topic: Get parameter pass via run config to the Ranorex usercode
Replies: 3
Views: 2392

Re: Get parameter pass via run config to the Ranorex usercode

Hi,

Thank you very much for the reply, that got worked.
But now we are passing password using global parameter and that is getting displayed in command prompt, but it should not be.
Could you please help us to mask global variable value getting displayed in console?

Regards,
Faheem
by faheem412
Fri Jan 19, 2018 10:46 am
Forum: Automation Discussions
Topic: Get parameter pass via run config to the Ranorex usercode
Replies: 3
Views: 2392

Get parameter pass via run config to the Ranorex usercode

Hi Team,

We have a query, we need to get the parameter passed through RunConfig to the Ranorex usercode. We have added a global variable to get the parameter(strSignID), But we couldn't find the solution.

xxx.exe/RunConfig:SuiteName /param: strSignID = "ABC"


Could please help us?

Regards,
Faheem
by faheem412
Fri Dec 29, 2017 4:37 pm
Forum: Automation Discussions
Topic: Need Index value of a form element
Replies: 6
Views: 2931

Re: Need Index value of a form element

Thanks much for the comment.

And we identified that we can get the index value of object using property "childindex".It returned value '57' for the below screenshot.
And yes, it is not that much reliable to use index property, but the AUT does not have proper hierarchy.
by faheem412
Wed Dec 27, 2017 3:13 pm
Forum: Automation Discussions
Topic: Need Index value of a form element
Replies: 6
Views: 2931

Re: Need Index value of a form element

Sorry for posting screenshot instead of Snapshot.
And as suggested, we have tried with GetAttributeValueText("index" ) method also, but still it is returning value as 'null'.
by faheem412
Wed Dec 27, 2017 1:43 pm
Forum: Automation Discussions
Topic: Need Index value of a form element
Replies: 6
Views: 2931

Re: Need Index value of a form element

Please refer the snapshot

We tried to get the index value by using GetattributeText("index" ) method.However its returning the value as null

Please advice
by faheem412
Wed Dec 27, 2017 12:27 pm
Forum: Automation Discussions
Topic: Need Index value of a form element
Replies: 6
Views: 2931

Need Index value of a form element

Hi Team

In my application data is arranged as a form in rows and columns .However these are not structured in table.
How can we identify a specific element using index property ?

Could you please help me on this?

Regards
Faheem
by faheem412
Tue Nov 28, 2017 6:18 am
Forum: Automation Tools
Topic: Needs to turn off warning in Report
Replies: 1
Views: 2032

Needs to turn off warning in Report

Hi Team,

Currently I am using Ranorex 6.2 ver and Am getting warning and info in ranorex report, which is not required.I need only success and failure status in the report, and there are no record and run modules, only usercodes.
Can someone please help me to turn off this feature?

Regards,
Faheem
by faheem412
Wed Nov 22, 2017 4:21 pm
Forum: Automation Discussions
Topic: Unable to click on Button
Replies: 2
Views: 2352

Re: Unable to click on Button

Thank you so much. That worked :D
by faheem412
Tue Nov 21, 2017 3:29 pm
Forum: Automation Discussions
Topic: Unable to click on Button
Replies: 2
Views: 2352

Unable to click on Button

Hi Team, I need help, I am getting error 'cannot implicitly convert type 'ranorex.core.rxpath' to 'ranorex.unknown' when tried to execute below code public void Click_Button(Ranorex.Core.Repository.RepoItemInfo item,string message) { if(item.Exists(5000)) { Ranorex.Unknown ele= item.AbsolutePath; el...
by faheem412
Fri Nov 10, 2017 11:35 am
Forum: Automation Discussions
Topic: Convert dates from string to datetime and sort in different
Replies: 4
Views: 3547

Convert dates from string to datetime and sort in different

Hi Team,

I need a help from you guys, got stucked to this issue for long time.
I have stored 5 dates("5 Feb"; "6 Apr"; etc..) and want convert to DateTime and validates dates are in ascending and descending order.

Kindly help me.
by faheem412
Tue Oct 10, 2017 9:13 am
Forum: General Questions
Topic: Unable to identify the grand child
Replies: 2
Views: 1906

Unable to identify the grand child

Hi All,

I am new to Ranorex and facing issues to identify the objects. I couldn't find the grand child object. I have used FindChildren, but I am not getting.
Hierarchy is a-b-c-d-e, where a is the parent and e the object i need to identify.
Could you please help me to solve this?