Search found 8 matches

by Madhumita Ghosh3
Thu Mar 23, 2017 5:52 am
Forum: How To …
Topic: How to press number keys in Ranorex using code?
Replies: 2
Views: 2708

How to press number keys in Ranorex using code?

Hi Team,

Please let me know how to press number keys in ranorex using code. I want to press Ctrl+1 using code.

Thanks in advance,
Madhumita Ghosh.
by Madhumita Ghosh3
Wed Mar 01, 2017 12:52 pm
Forum: How To …
Topic: How to auto reload Excel file during runtime?
Replies: 1
Views: 2420

How to auto reload Excel file during runtime?

Hi, I have two test cases (say Test Case A and Test Case B) in my Test Suite each referring to the same Data Connector (i.e. same Excel Connector). In Test Case A I have a code to open the Excel file during runtime, write some value (say '100') in a column named 'strcallID' in this case, save it and...
by Madhumita Ghosh3
Mon Feb 06, 2017 8:43 am
Forum: How To …
Topic: How to set relative path of excel file in Usercode.cs?
Replies: 2
Views: 3338

Re: How to set relative path of excel file in Usercode.cs?

Please let me know if there is any solution to my above stated problem. Looking forward to your reply.
Thanks in advance.
by Madhumita Ghosh3
Fri Feb 03, 2017 6:18 am
Forum: How To …
Topic: How to set relative path of excel file in Usercode.cs?
Replies: 2
Views: 3338

How to set relative path of excel file in Usercode.cs?

Hi, I have gone through the posts in this forum which states how to set relative path of excel file in the 'Manage Data Sources' part by checking the 'Copy file to project' checkbox. I have done the same in my testcase. Now I want to set the relative path of the same excel file in my usercode as I n...
by Madhumita Ghosh3
Tue Jan 24, 2017 6:58 am
Forum: General Questions
Topic: Using Different Data Connectors for child test cases
Replies: 2
Views: 1386

Using Different Data Connectors for child test cases

Hi Team, Since am a newbie in Ranorex and do not have much knowledge of it please help me in getting the following query resolved. I have 2 child test cases for 1 Parent Test case in my Test Suite. I want to use 2 different data sources for my child test cases and bind the module variables according...
by Madhumita Ghosh3
Wed Jan 11, 2017 6:55 am
Forum: General Questions
Topic: running same test script in parallel in same machine:
Replies: 1
Views: 1380

running same test script in parallel in same machine:

Hi, I am a newbie in ranorex. Would like to know if it is possible to run same test script in parallel in multiple windows of the same machine. I have a single Test Suite comprising a single test case. I have written the entire code for automating a web application in the Usercode.cs file of the tes...
by Madhumita Ghosh3
Mon Dec 19, 2016 11:01 am
Forum: Bug Reports
Topic: How to pass values from Excel to my ranorex usercode?
Replies: 1
Views: 1891

How to pass values from Excel to my ranorex usercode?

Hi,

I have an Excel file containing username and password. I want to my Ranorex usercode to read data from this excel file and pass it to my code. Is there any code snippet for this? Please help.