Search found 30 matches

by AutomationTester
Thu Jul 24, 2014 11:34 am
Forum: Automation Tools
Topic: Get property values from controls
Replies: 5
Views: 4856

Re: Get property values from controls

Hai Japise,

You should use

Code: Select all

Cell.Element.GetAttributeValueText("width")
instead of Cell.Element.GetAttributeValue("width") to get the width.

GetAttributeValueText will retrieve the value of the attribute specified in the quotes.

Regards,
Amiruddin, Indium software - Automation COE
by AutomationTester
Thu Jul 24, 2014 11:09 am
Forum: Automation Tools
Topic: Updating Repository
Replies: 2
Views: 1629

Re: Updating Repository

Hi All, Instead of updating the repository, you can use the Regular expression to make the xpath more robust. Find more details about regular expression, click below links. http://www.ranorex.com/support/user-guide-20/ranorexpath.html http://www.ranorex.com/blog/automated-testing-and-dynamic-ids Nee...
by AutomationTester
Wed May 28, 2014 11:34 am
Forum: Object Identification and Technologies
Topic: Reading the value from Open Office excel sheet
Replies: 1
Views: 2353

Reading the value from Open Office excel sheet

Hi Guys,

How to read the values from an spreadsheet of Open Office type with extension(.ods). ?

Immediate help will be appreciated.
by AutomationTester
Mon Jul 29, 2013 5:54 am
Forum: General Questions
Topic: How to Connect/Disconnect Internet through c# code
Replies: 2
Views: 7284

Re: How to Connect/Disconnect Internet through c# code

Hai Ciege,

The code you sent is working perfectly.

Thanks
Amiruddin
by AutomationTester
Fri Jul 26, 2013 11:30 am
Forum: General Questions
Topic: How to Connect/Disconnect Internet through c# code
Replies: 2
Views: 7284

How to Connect/Disconnect Internet through c# code

Dear support team,

How to Connect/Disconnect Internet through c# code? . In Command Prompt, we use 'ipconfig/release' for disconnect and 'ipconfig/renew' for connect. urgent help needed.

Regards,
Amiruddin
by AutomationTester
Thu Jul 18, 2013 10:00 am
Forum: How To …
Topic: How to Share Ranorex Reports
Replies: 4
Views: 5749

Re: How to Share Ranorex Reports

Hai odklizec,

I made a mistake before, When used your methods to view the reports in non-Ranorex machine. I missed the Ranorex.Libs.dll file. Now It's working and you are a Genius :wink:

Thanks
Amiruddin
by AutomationTester
Thu Jul 18, 2013 8:15 am
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14634

Re: Report as pdf

Hai Markus,

The report you sent are works like a charm in IE,Firefox and Safari on windows. Thanks for the reports. Actually, If I rename the *.rxlog file, It renames as *.rxlog.html. I don't know how you figure it out. BTW, It works I should work on it more precisely.

Thanks
Amiruddin
by AutomationTester
Mon Jul 08, 2013 6:58 am
Forum: General Questions
Topic: How to generate HTML reports directly instead of rxlog
Replies: 1
Views: 1849

How to generate HTML reports directly instead of rxlog

Dear Support team,

How to generate HTML reports directly instead of rxlog?
My client is asking the reports in HTML format.

Regards,
AutomationTester
by AutomationTester
Mon Jul 08, 2013 6:51 am
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14634

Re: Report as pdf

Hai Markus,

I did as I mentioned in my earlier post.It's just opening the template and not the entire report.. Please find the attachment.

Regards,
Amiruddin
by AutomationTester
Fri Jul 05, 2013 8:03 am
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14634

Re: Report as pdf

Hi Ciege, I just did what Markus said in this thread. But, It's not opening the file in IE. Instead, It's asking to save the rxlog to computer and then open it. I did that around fifty times. It's saving the same file again and again but it's just not opening the file. I also tried the method posted...
by AutomationTester
Thu Jun 27, 2013 12:56 pm
Forum: Automation API
Topic: How to count DOM in the host?
Replies: 1
Views: 1864

How to count DOM in the host?

Dear Support team,

How to count the DOMs in the host? like, using foreach loop or any mechanism. I have attached a snap and a Ranorex snapshot of this problem.
Urgent help needed.

Thanks
Amiruddin aka Automationtester
imgSnap.png
by AutomationTester
Tue May 14, 2013 2:02 pm
Forum: Object Identification and Technologies
Topic: How to Find a folder in a Tree element?
Replies: 2
Views: 2203

How to Find a folder in a Tree element?

Dear support team,

How to find a folder which is placed somewhere in a tree element? The code for finding the folder should work wherever I placed the folder in my system. Urgent help will be appreciated. I have attached the treeview image.
by AutomationTester
Mon Apr 22, 2013 6:05 am
Forum: General Questions
Topic: resgen.exe problem when using resx files in Ranorex 4.0.2
Replies: 7
Views: 5184

Re: resgen.exe problem when using resx files in Ranorex 4.0.2

Hi guys,

I also had the same Problem. Now it is solved by the above(.net development) solution.
Thanks guys. Ranorex Rocks. ;)

Thanks,
Amiruddin aka AutomationTester
by AutomationTester
Wed Apr 10, 2013 3:09 pm
Forum: Automation Tools
Topic: AOM concept in Ranorex 4.0.2
Replies: 1
Views: 2326

AOM concept in Ranorex 4.0.2

Hi, I want to schedule script execution using the scheduler from control panel. This i can achieve in qtp using Automation Object Model. Do we have a similar concept in Ranorex? In qtp i will save the script which would launch qtp & run in a vbs file. Then from the Scheduler i would map this vbs fil...