Search found 18 matches

by pansujit
Fri Jun 02, 2017 10:35 am
Forum: General Questions
Topic: Ranorex Compatible Junit Report
Replies: 1
Views: 2310

Ranorex Compatible Junit Report

Hello, From the ranorex 7.0, It is possible to create junit compatible report directly. But I have to create some custom modification but I don't have any idea. here is the scenario: My test runs via CI tools(Jenkins). I have assigned data where it is necessary (all test cases are not assigned data)...
by pansujit
Mon Apr 24, 2017 12:56 pm
Forum: Automation Tools
Topic: Looping module in a Test Case
Replies: 8
Views: 4787

Re: Looping module in a Test Case

Hello, Please forgive me if the explanation is unclear. 1. I have multiple names in row which runs once in one iteration in whole suite. suppose: lets choose Systran 8 Translation Professional en-fr. 2. Now in the second, there will DictManager smart folder which contains the testCases. In which the...
by pansujit
Fri Mar 10, 2017 5:28 pm
Forum: General Questions
Topic: Running user code module in side recording module
Replies: 2
Views: 1693

Running user code module in side recording module

Hello, Is it possible to run user code module inside recording module? suppose; I have user code module ---------- abc.cs recoding module --------------------def.rxrec inside the "def.rxrec" I have user code----------xyz() I want to run my "abc.cs" inside the "xyz". IT has come to know me, that reco...
by pansujit
Fri Feb 24, 2017 2:44 pm
Forum: Automation Tools
Topic: Looping module in a Test Case
Replies: 8
Views: 4787

Re: Looping module in a Test Case

Hello, Thank you very much for your reply. This seems to be one data source and selecting different data range but my problem is different data source. Parent have one data source depending upon the data in row, the data source for the child should be changed. Please help me, do someone have some id...
by pansujit
Fri Feb 24, 2017 12:04 pm
Forum: General Questions
Topic: data driven testing select dynamidally datasource
Replies: 4
Views: 2169

Re: data driven testing select dynamidally datasource

Hello, I have tried the above given example but due to my programming in efficiency, I cannot succeed the problem. The scenario, I have create as follow: testcase1 ---------------------------- datasource "abc" ------ this contains 10 rows nested testcase11--------------------------- 10 data source b...
by pansujit
Fri Feb 03, 2017 4:14 pm
Forum: General Questions
Topic: data driven testing select dynamidally datasource
Replies: 4
Views: 2169

Re: data driven testing select dynamidally datasource

Hello,
Thank you qwertzu for your suggestion. I am going to use it and let you know the result.
Thanks a lot.

Sujit pandey
by pansujit
Mon Jan 30, 2017 1:15 pm
Forum: General Questions
Topic: data driven testing select dynamidally datasource
Replies: 4
Views: 2169

data driven testing select dynamidally datasource

Hello, I have create a scenario for which I need to select one data from test suite label and accordingly select the files inside it. for example: testsuite testcase ------------dataconn1 which (contains "abc","def" and "ijk" in each in each row) testcase1--------dataconn2, dataconn3 and so on "test...
by pansujit
Mon Jan 30, 2017 1:01 pm
Forum: General Questions
Topic: Upload file Without clicking upload button
Replies: 7
Views: 4531

Re: Upload file Without clicking upload button

Thanks for your reply. I will do accordingly and let updated.

sujit pandey
by pansujit
Fri Jan 20, 2017 11:12 am
Forum: General Questions
Topic: Upload file Without clicking upload button
Replies: 7
Views: 4531

Re: Upload file Without clicking upload button

Yes you are right. It mimics the user action. I have problem because my uploadfile button has problem for the moment but atleast works for the uploading file. SO I would like to input file name without opening the upload file. The weblocator is decribed as follows <input class="" type="file" multipl...
by pansujit
Thu Jan 19, 2017 12:20 pm
Forum: General Questions
Topic: Upload file Without clicking upload button
Replies: 7
Views: 4531

Upload file Without clicking upload button

Hello, I am new to Ranorex and I would like to know , if it possible to upload file without clicking the upload file button. In selenuim, sendkeys(pathToFile) does the same work. But I don't know how to implement in Ranorex. The web elements in the webpage as give <input type="file" multiple="" name...
by pansujit
Thu Aug 25, 2016 9:15 am
Forum: General Questions
Topic: Installing and uninstalling desktop Application Problem
Replies: 1
Views: 1296

Installing and uninstalling desktop Application Problem

Hello, I am getting a some unexpected trouble while installing and uninstalling the desktop application using ranorex 5.4.6. In fact, My test does the following: 1. Install app 2. perform some task 3. uninstall the app 4. Install another app and so on. I have no problem with first run but after that...
by pansujit
Wed Aug 17, 2016 8:25 am
Forum: General Questions
Topic: Equivalent of system.diagnostics.debug.writeline in ranorex
Replies: 6
Views: 2489

Re: Equivalent of system.diagnostics.debug.writeline in ranorex

Hi,
It works after attaching debugger.
Thank you very much for your help.

Sincerely
Sujit Pandey
by pansujit
Tue Aug 16, 2016 11:23 am
Forum: General Questions
Topic: Equivalent of system.diagnostics.debug.writeline in ranorex
Replies: 6
Views: 2489

Re: Equivalent of system.diagnostics.debug.writeline in ranorex

Hi,
I want to print something in debug window of ranorex studio, it was system.diagnostics.debug.writeline in ranorex 5.4.6 but what is in ranorex 6.0.1 and 6.0.2. The system.console.writeline is not displaying or printing message on debug window.

Thanking you

Sincerely
Sujit Pandey
by pansujit
Thu Aug 11, 2016 8:37 am
Forum: General Questions
Topic: chrome_extension installation automation
Replies: 1
Views: 2179

chrome_extension installation automation

hello to Everyone, I am getting too much difficulty to work around chrome extension. I have to search and install one app called “systran-translator and dictionary”, I can go until the “Add to chrome” by enabling chrome://accessibility --- ON. But I neither click nor select the pop up. How can I pro...
by pansujit
Thu Aug 04, 2016 9:00 am
Forum: General Questions
Topic: Need help!!! Ranorex current path
Replies: 1
Views: 1236

Need help!!! Ranorex current path

Hi all, I am working with ranorex 5.4.6. I succeeded integrate with jenkins. Now I am getting bunch of question: 1. while I ran on local machine, the getCurrentDirectory is \bin\debug but it is not true while, it shows another path. for example: a\b\c\bin\debug in local machine but a\b\c while runni...