Search found 39 matches

by Saha
Thu Aug 25, 2011 4:58 pm
Forum: Bug Reports
Topic: Exception reporting in Ranorex Report
Replies: 8
Views: 3640

Re: Exception reporting in Ranorex Report

This exception in screenshot is not coming from Report.Failure or Report.Error.
It is happening when Ranorex is not able to find element in UI because the expected page was not loaded.
If you see the screenshot it is an ElementNtofoundException

Thanks,
Saha
by Saha
Wed Aug 24, 2011 4:51 pm
Forum: Bug Reports
Topic: Exception reporting in Ranorex Report
Replies: 8
Views: 3640

Exception reporting in Ranorex Report

Hi,

Whenever I have exception from Ranorex in my script, script shows up in green in Reports. Unless I open the script I would not know that my script is failing.
Am I missing some configuration here? How to show scripts failing in red when there is any exception?

Thanks,
Saha
by Saha
Tue Aug 23, 2011 4:25 pm
Forum: Automation Tools
Topic: Skipping the code while debugging
Replies: 2
Views: 1954

Skipping the code while debugging

Hi,

Is there any way to skip certain block of code while debugging? I was commenting the code in the past but now my script is too big and it is difficult to comment and debug only certain block.

Please let me know.
Thanks,
Saha
by Saha
Tue Aug 23, 2011 4:16 pm
Forum: Automation API
Topic: How to see folder structure in Ranorex Report?
Replies: 1
Views: 1785

How to see folder structure in Ranorex Report?

Hi, We have our Test suite structure like this. Folder1 TestCase1 Script1 Folder2 TestCase2 Script2 When I run the scripts and view the test results report, it does not show me the folders in the report. Report loooks like TestCase1 Script1 TestCase2 Script2 Is there any way to include the folders i...
by Saha
Wed Jul 20, 2011 7:33 pm
Forum: Automation Tools
Topic: Ranorex runtime license
Replies: 3
Views: 5365

Ranorex runtime license

Hi, We have Ranorex premium licenses and we are planning to purchase few runtime licenses to help with our test execution. I have few questions on this 1) I understand that we can use .exe file in the test machine to do the test execution. How do we see the report after execution? Do we have same re...
by Saha
Thu Jun 16, 2011 3:36 pm
Forum: Automation Tools
Topic: How do I capture scrolling windows?
Replies: 5
Views: 3312

Re: How do I capture scrolling windows?

Ok. I will do my search.
Is there any plan to implement this scrolling window feature in future ranorex releases?

Thanks,
Saha
by Saha
Thu Jun 16, 2011 3:21 pm
Forum: Automation Tools
Topic: Not able to connect to license server
Replies: 3
Views: 5053

Re: Not able to connect to license server

I am not sure what was going on yesterday with the server. Today after restarting license server, I was able to connect from the VM without any issue.
by Saha
Wed Jun 15, 2011 9:23 pm
Forum: Automation Tools
Topic: Not able to connect to license server
Replies: 3
Views: 5053

Not able to connect to license server

Hi,
We have license server in one machine and we are trying to use one VM (VMware) to run our scripts. When I tried to use 'rarorex licensing tool , it is not able to detect the license server.

Any idea what I am missing here?

Thanks,
Saha
by Saha
Wed Jun 15, 2011 8:18 pm
Forum: Automation Tools
Topic: How do I capture scrolling windows?
Replies: 5
Views: 3312

Re: How do I capture scrolling windows?

Thanks for your reply.
We don't have enough licenses for Snagit, so I would like to explore other options for captureing scrolling windows. Is there any other way to capture scrolling windows using Ranorex ?

Thanks
Saha
by Saha
Wed Jun 15, 2011 3:16 pm
Forum: Automation Tools
Topic: How do I capture scrolling windows?
Replies: 5
Views: 3312

How do I capture scrolling windows?

Hi,

I have to script a test case where I need to capture scolling windows screenshot and compare those. How do I do it using Ranorex? We are using SnagIt tool do capture scrolling windows for now and compare the screenshots manually. We want to do this same with Ranorex.

Thanks,
Saha
by Saha
Mon May 30, 2011 3:06 pm
Forum: Automation Tools
Topic: Not able to see my configuration in Test suite
Replies: 3
Views: 1899

Re: Not able to see my configuration in Test suite

Hi Peter,

I am not able reproduce this issue anymore.
Thanks,
Saha
by Saha
Wed May 25, 2011 4:57 pm
Forum: Automation Tools
Topic: Not able to see my configuration in Test suite
Replies: 3
Views: 1899

Not able to see my configuration in Test suite

Hi , I wanted to do the following settings in Test Suite. Test Case 1 UserModule1 Test Case2 UserModule2 I Created this structure in Test suite and it looked perfect. But once I reopen Ranorex studio it changed like this Test Case 1 UserModule2 Test Case2 UserModule2 I can't see my usermodule1 in te...
by Saha
Fri May 06, 2011 3:54 pm
Forum: General Questions
Topic: viewing the test report while script is running
Replies: 4
Views: 1708

Re: viewing the test report while script is running

Thanks Ciege,

When I start executing I can't find any tmp file in the Reports folder. All I can see is
RanorexReport3.png
RanorexReport3.xsl
Thumbs.db
by Saha
Wed May 04, 2011 9:25 pm
Forum: General Questions
Topic: viewing the test report while script is running
Replies: 4
Views: 1708

viewing the test report while script is running

Hi, Is it possible to do this? I have a script which takes 2 hrs to finish. I would like to know is it possible to access the ranorex report file while the script is running? I don't want to wait for two hrs to find out what are the scripts which are failing, I would like to open the report file whi...