Search found 9 matches

by aumohanraj
Wed Jul 06, 2016 6:26 am
Forum: How To …
Topic: Recovery Scenarios
Replies: 3
Views: 2039

Re: Recovery Scenarios

Hi, Teardown section will be executed irrespective of the test case status(Pass/Fail). If we bring Bringing back the application to the desired state after the each test case iteration will take more time. So It would be great if have the feature to call a module whenever the test step fails Thanks,...
by aumohanraj
Sat Jul 02, 2016 5:40 pm
Forum: How To …
Topic: Recovery Scenarios
Replies: 3
Views: 2039

Recovery Scenarios

Hi,

Is there any way to call a particular module whenever there is a failure in test step?

I would like to bring my application to certain page(Home Page) whenever the test case is failed. Is there any way to achieve this?

Thanks,
Mohanraj Kesavan
by aumohanraj
Wed Jun 22, 2016 1:48 pm
Forum: Object Identification and Technologies
Topic: Object Identification in IBM iSeries application
Replies: 2
Views: 1871

Re: Object Identification in IBM iSeries application

Hi,

Finally i found the answer. Ranorex does not have the support for identifying IBM iSeries application objects.
But as i work around,

1. we can do the automation by image based recording.
2. We can do the validation by using windows clipboard feature.

Thanks,
Mohanraj Kesavan
by aumohanraj
Wed Jun 22, 2016 8:54 am
Forum: General Questions
Topic: Custom Keyword across the project
Replies: 2
Views: 1172

Re: Custom Keyword across the project

Hi, I mean the custom code/method. As per the below article, i can able to create the base class and do the inheritance with recording module. But i would like to use the same class across multiple projects. Is that possible? http://www.ranorex.com/blog/custom-smart-actions/ Thanks, Mohanraj Kesavan
by aumohanraj
Wed Jun 22, 2016 7:50 am
Forum: General Questions
Topic: Custom Keyword across the project
Replies: 2
Views: 1172

Custom Keyword across the project

Hi,

I would like to create a custom keyword which i need to use across multiple projects in single solution.

Is that possible with Ranorex?

Thanks,
Mohanraj Kesavan
by aumohanraj
Mon Jun 20, 2016 1:02 pm
Forum: Object Identification and Technologies
Topic: Create Object from xPath in userCode
Replies: 1
Views: 2371

Create Object from xPath in userCode

Hi,

Is it possible to create a new webelement in the user code level?

I have the Xpath of the webelement

Thanks and Regards,
Mohanraj Kesavan
by aumohanraj
Wed Jun 15, 2016 8:24 am
Forum: General Questions
Topic: Ranorex - Call keyword after each step
Replies: 3
Views: 1303

Re: Ranorex - Call keyword after each step

Hi Robert, Thanks for your reply. Assume that we have created the user code action/method with waitfordocumentLoaded(). Do we need to include this user code action after each step to pause the execution until the page is loaded? Is there any way to automatically call this action after execution of e...
by aumohanraj
Mon Jun 13, 2016 12:16 pm
Forum: General Questions
Topic: Ranorex - Call keyword after each step
Replies: 3
Views: 1303

Ranorex - Call keyword after each step

Hi, I am testing the web application. In which i need to execute each step once the page is loaded. Ranorex executes the steps once the target element is visible. i created keword using WaitForDocumentLoaded() command and it works. But i need to call this keyword after each step. Is there any way to...
by aumohanraj
Mon Jun 06, 2016 10:34 am
Forum: Object Identification and Technologies
Topic: Object Identification in IBM iSeries application
Replies: 2
Views: 1871

Object Identification in IBM iSeries application

Hi, I am trying to automate IBM iSeries application using ranorex. But when i do the recording, ranorex could not able to identify the iSeries objects. Instead it identify the terminal emulator object and pass the keys to it. Hence i could not able to place my cursor on particular object in emulator...