Search found 23 matches

by maamer
Tue Feb 05, 2019 4:17 pm
Forum: Automation API
Topic: Read HTML Table Row
Replies: 4
Views: 2436

Re: Read HTML Table Row

Hello @odkizec , Thank you for the quick reply. the code is working now but it doesnot return the expected innertext of the td tag. i get 28 which is not even there in any of the element properties 2019-02-04 17_00_30-BottomLineII - Ranorex Studio (Administrator).png is there a problem in the HTML p...
by maamer
Mon Feb 04, 2019 11:01 pm
Forum: Automation API
Topic: Read HTML Table Row
Replies: 4
Views: 2436

Read HTML Table Row

Hello All, I am Trying to read an HTML table. the columns in this table can be interchanged. aVwdI-1.png i am interested only in the Report ID column. My test case is click on view button (under Action column) of each report under Report ID. so iam trying to write a sample code for this. var repo = ...
by maamer
Thu Jan 31, 2019 5:37 pm
Forum: Automation API
Topic: Run a recording for all items in a drop down list
Replies: 1
Views: 2087

Run a recording for all items in a drop down list

Hello all, i ran into a problem. i have a drop down list and i am running my recording (1. click on drop down, 2. click on the item) through data driven with simple data table. aVwdI-1.png how ever this drop down list is changing with respect to the account i am using in the application. so my DDT i...
by maamer
Mon Jan 28, 2019 3:46 pm
Forum: Object Identification and Technologies
Topic: Pick a Saturday from a calendar
Replies: 2
Views: 1721

Re: Pick a Saturday from a calendar

Thank you sir, This is awesome.
by maamer
Fri Jan 25, 2019 10:50 pm
Forum: Object Identification and Technologies
Topic: Pick a Saturday from a calendar
Replies: 2
Views: 1721

Pick a Saturday from a calendar

Hello All, i ran into a trouble. i am trying to pick a non business day (saturday) from the calendar(in snapshot). given that the calendar tr and td tags change every month. how to uniquely define xpath for this?. i am trying to do in a user code method in a recording: string dateday = System.DateTi...
by maamer
Fri Jan 25, 2019 9:57 pm
Forum: Automation API
Topic: Get Current Test Iteration Variable Value in String()
Replies: 2
Views: 2563

Re: Get Current Test Iteration Variable Value in String()

Thank you sir, it is working i am also able to get the row data value now from this.

TestSuite.Current.GetTestContainer(TestSuite.CurrentTestContainer.Name).DataContext.CurrentRow.Values.GetValue(0).ToString()
by maamer
Fri Jan 25, 2019 6:17 pm
Forum: Automation API
Topic: Get Current Test Iteration Variable Value in String()
Replies: 2
Views: 2563

Get Current Test Iteration Variable Value in String()

Hello all, i have a recording 'Recording1' with test variable 'var1' inside a smart folder 'testfolder' with simple data table of one column and 3 rows binded to 'var1'. my recording is running 3 times now - clicking on 'Next' button . how ever when it comes to 3 rd iteration i want to do something ...
by maamer
Wed Jan 09, 2019 5:29 pm
Forum: Automation API
Topic: Excel File read/write
Replies: 3
Views: 4418

Excel File read/write

Hello, i am trying to open an excel file read values from a cell, execute my test and save the output in a cell and close the excel file. i am trying to use the example codes from this forum. i get the following error. Task failed because "AxImp.exe" was not found, or the correct Microsoft Windows S...
by maamer
Thu Dec 27, 2018 6:14 pm
Forum: Automation API
Topic: Slicing the tables
Replies: 2
Views: 1861

Re: Slicing the tables

thank you sir, you are awesome
by maamer
Mon Dec 24, 2018 5:50 pm
Forum: Automation API
Topic: Slicing the tables
Replies: 2
Views: 1861

Slicing the tables

Hello, iam new to ranorex. so i have a web table and i am trying to extract some data from the table. the columns in the table are draggable and re organized. so i want to extract the a column list from the table and read the contents in the column. for ex i have a column Account Name. so i want to ...
by maamer
Thu Dec 13, 2018 7:45 pm
Forum: How To …
Topic: Code for Adding from the dropdown list
Replies: 2
Views: 2169

Re: Code for Adding from the dropdown list

thank you sir.
by maamer
Wed Dec 12, 2018 7:44 pm
Forum: How To …
Topic: Code for Adding from the dropdown list
Replies: 2
Views: 2169

Code for Adding from the dropdown list

hello, i have a problem, i am trying to write a custom code that will take value from user and click on the value in the drop down list to add widget. so far my code is public static void AddWidget(RepoItemInfo selecttaginfo, string widgetname) { var repo = BottomLineIIRepository.Instance; var widge...
by maamer
Mon Dec 10, 2018 3:48 pm
Forum: General Questions
Topic: repo items arrangement
Replies: 1
Views: 883

repo items arrangement

hello all, ranorex automatically creates folders and subfolders to arrange the repo items from the recordings. i want the rxpath items to be arranged automatically in the rooted folders / simple folders i have created for each test case. how do i make the recording to do this?. or do i have to manua...
by maamer
Fri Dec 07, 2018 3:23 pm
Forum: Object Identification and Technologies
Topic: Window Handles in Ranorex
Replies: 2
Views: 1735

Re: Window Handles in Ranorex

thank you sir,
that worked
by maamer
Thu Dec 06, 2018 10:53 pm
Forum: Object Identification and Technologies
Topic: Window Handles in Ranorex
Replies: 2
Views: 1735

Window Handles in Ranorex

hello , i am using ranorex to test a print app. i am clicking on the print icon of an image in my app and it opens a new window(which is not my app window) in chrome with the print job. i want to check/validate the printer name displayed in the window and click cancel to go back to the app window. h...