Search found 11 matches

by Swapnil_d13
Fri Feb 01, 2013 7:47 am
Forum: General Questions
Topic: Ranorex report fails to open after test case fails.
Replies: 3
Views: 1558

Re: Ranorex report fails to open after test case fails.

Version : 4.0.1.21107 But I think problem is different. Problem : Actually, I am using worker thread to look after another task in our application. It runs parallel with main application. When my worker thread found error in our application it throws ranorexException(written in code). I think whenev...
by Swapnil_d13
Thu Jan 31, 2013 12:36 pm
Forum: General Questions
Topic: Ranorex report fails to open after test case fails.
Replies: 3
Views: 1558

Ranorex report fails to open after test case fails.

Hi,
I didn't get ranorex report log after test case failure. I had tried using RanorexException,Exception to fail test case, test case gets failed succesfully but ranorex report was not coming after its failure.
by Swapnil_d13
Thu Jan 31, 2013 7:11 am
Forum: General Questions
Topic: How to call method from code module periodically?
Replies: 4
Views: 1934

Re: How to call method from code module periodically?

It worked but new problem occurred. To fail test case I had written Environment.Exit(-1) after error match found as written in your solution, test case stopped successfully but after this execution it was not showing ranorex report log at end which usually comes after every test case success or fail...
by Swapnil_d13
Wed Jan 30, 2013 6:56 am
Forum: General Questions
Topic: How to call method from code module periodically?
Replies: 4
Views: 1934

Re: How to call method from code module periodically?

Yes..I want to call this method for some interval of time(eg. 1min interval) again and again i.e periodically.. Problem : I want to keep polling at status bar after login successful in our web application. In web application, for some reason exception is thrown and error icon comes at status bar and...
by Swapnil_d13
Wed Jan 30, 2013 6:41 am
Forum: General Questions
Topic: How to detect error icon coming from web application.
Replies: 5
Views: 3098

Re: How to detect error icon coming from web application.

Please find attached ranorex snapshot.
by Swapnil_d13
Tue Jan 29, 2013 1:04 pm
Forum: General Questions
Topic: How to call method from code module periodically?
Replies: 4
Views: 1934

How to call method from code module periodically?

Hi,
I want to call some method present in code module(.cs file) periodically...Reply with lines of code.
by Swapnil_d13
Mon Jan 28, 2013 12:31 pm
Forum: General Questions
Topic: How to detect error icon coming from web application.
Replies: 5
Views: 3098

How to detect error icon coming from web application.

Hi, How can ranorex detect error icon coming from web application and stops test case. If I am running 3 test cases back to back and in second test case, error icon came in status bar for some reason. I want to stop test case and log valid error message in Report.Log(......). http://rebuildingtheweb...
by Swapnil_d13
Wed Jan 23, 2013 2:20 pm
Forum: General Questions
Topic: How to select non visible element in table?
Replies: 2
Views: 2025

Re: How to select non visible element in table?

It worked using mouse scroll.
Actually it was infragistics grid and thus showing only visible element.
by Swapnil_d13
Fri Jan 18, 2013 11:19 am
Forum: General Questions
Topic: How to select non visible element in table?
Replies: 2
Views: 2025

How to select non visible element in table?

Hi, I have RxPath like ..table/container[@name='0']/element/text[@name='<Txtname>']" tracked using spy. Here this table contains more container items . It shows only visible elements in spy. i.e if table can show only 10 container item to user but when I scroll it has more container items. Above RxP...
by Swapnil_d13
Mon Jan 14, 2013 9:16 pm
Forum: General Questions
Topic: Trying to validate without recording a failure...
Replies: 4
Views: 2810

Re: Trying to validate without recording a failure...

Hi, I am facing same issue and try your solution but it still fails test at the end giving error "The module has failed because one or more actions have failed." Problem : I recorded test for result message at status bar '<record_name> already exist.' In this scenario if I input record which is not ...