Search found 14 matches

by Nagarjuna
Tue Dec 23, 2014 10:50 am
Forum: General Questions
Topic: Modify or Update Global Settings through code modules
Replies: 3
Views: 2418

Re: Modify or Update Global Settings through code modules

Hi Robert,

Thank you so much for quick reply.

It is working fine for the Ensure Visible default settings.

I want to update few more settings of Imaging etc. while run time. Is there any document with mapping of each setting in Global Settings User Interface to updating from code?

Thanks,
Nagarjuna
by Nagarjuna
Mon Dec 22, 2014 1:38 pm
Forum: General Questions
Topic: Modify or Update Global Settings through code modules
Replies: 3
Views: 2418

Modify or Update Global Settings through code modules

Hi, I want to update or modify few global settings using code modules. Ex : Settings > General > Check Box - Use Ensure Visible by default ( Checked using User Interface) But i want to un check this for some operations which need Use Ensure Visible by default to un cheked . Please let me know if is ...
by Nagarjuna
Wed Nov 19, 2014 12:50 pm
Forum: General Questions
Topic: How to access data from excel using the code
Replies: 6
Views: 4159

Re: How to access data from excel using the code

Hi, Hope below peace of code will help to read Excel File in the ranorex code modules. Excel.Application excelFile = new Excel.ApplicationClass(); Excel.Workbook excelWB= excelFile.Workbooks.Open(path); Excel.Worksheet excelWS=(Excel.Worksheet) excelWB.Worksheets.get_Item(sheetName); Exce.Range tmpR...
by Nagarjuna
Wed Nov 19, 2014 11:45 am
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Re: Run Test Suit using .exe file

Hi All, Finally we got the solution to run the .exe file for windows apps. It is bit simple but took lots of time to find it.. The below four lines of code will come by default in Program.cs file of Every ranorex solution. // Uncomment the following 2 lines if you want to automate Windows apps // by...
by Nagarjuna
Mon Nov 17, 2014 2:01 pm
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Re: Run Test Suit using .exe file

Hi, Finally i got the exact problem but not able to identify the solution. We are automating Windows 8.1 Metro Application. The problem is with the Win 8.1 Metro apps. It is not identifying any object under the /winapp[@some property] including root. Ex XPath : /winapp[@packagename='Microsoft.Window...
by Nagarjuna
Mon Nov 17, 2014 7:28 am
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Re: Run Test Suit using .exe file

Hi All, I tried identifying the object in both ways, using SPY and Editing the current XPath in repository. Both the paths are same and identifies the object correctly. Still not able to run the .exe file uniquely other than depending on Ranorex Studio or Ranorex suit runner. Please share the soluti...
by Nagarjuna
Fri Nov 14, 2014 7:20 am
Forum: General Questions
Topic: Ranorex Run time Information Window location change
Replies: 2
Views: 1992

Re: Ranorex Run time Information Window location change

Hi, Thanks for the reply.. Move to the respective object behind the pop up is good option for my application. When it got moved, the window is going up so next time it is correctly clicking on the object. We are using bottom app bars menu items regularly so it will be good, if there is any way to se...
by Nagarjuna
Thu Nov 13, 2014 5:58 am
Forum: General Questions
Topic: Ranorex Run time Information Window location change
Replies: 2
Views: 1992

Ranorex Run time Information Window location change

Hi, I am facing object identification problems for the objects under the Ranorex Run time Information window while running the script(i.e. showing in bottom right corner of application while running the script). May i know where exactly we can change the setting, to change the display of Ranorex Run...
by Nagarjuna
Wed Nov 12, 2014 9:49 am
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Re: Run Test Suit using .exe file

Hi Odklizec,

Thanks for the reply..

Yes, I did clean solution after that i did rebuild. Even though it is not continuing with execution.

Here one surprise is, we have earlier .exe files which have running correctly, those also not running now.

Regards,
Nagarjuna
by Nagarjuna
Wed Nov 12, 2014 7:28 am
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Re: Run Test Suit using .exe file

Hi Markus, Thanks for the reply.. I already tried, starting the exe as administrator but it is not worked. I am using Ranorex Version 5.2.0.20272. As i mentioned earlier, it is starting the execution. When ever it is depending on some repository item, it is throwing error as 'Not able to find the ob...
by Nagarjuna
Mon Nov 10, 2014 2:16 pm
Forum: Mobile Testing
Topic: Invoking App Bars in Win 8.1 Metro Apps.
Replies: 5
Views: 2292

Re: Invoking App Bars in Win 8.1 Metro Apps.

Hello Robert, Thanks for the reply.. It is not specific to metro app. In Windows 8.1 Start menu, charm menu app bar also not invoking using ranorex. We are using one work around for it i.e. short cut 'Win + C'. Manually when user taps from top of screen to down Windows app bars will invoke. But with...
by Nagarjuna
Mon Nov 10, 2014 2:14 pm
Forum: General Questions
Topic: Confirmation Dialog - Cross Browser Testing
Replies: 3
Views: 2014

Re: Confirmation Dialog - Cross Browser Testing

Hi,

Edit your Xpath in such a way to identify ok button in any of the window.

Ex: /form/button[@text='OK']

It identifies "OK" button in any popup generated.

Hope it helps.. :)
by Nagarjuna
Mon Nov 10, 2014 1:57 pm
Forum: General Questions
Topic: Run Test Suit using .exe file
Replies: 10
Views: 4981

Run Test Suit using .exe file

Hi, I am not able to run the test suite using the .exe generated in the debug folder. Earlier i have tried it, it was worked fine. When we double click on .exe generated in debug folder, execution has started and completed successfully. Now also it is starting the execution but when ever the script ...
by Nagarjuna
Thu Oct 09, 2014 11:29 am
Forum: Mobile Testing
Topic: Invoking App Bars in Win 8.1 Metro Apps.
Replies: 5
Views: 2292

Invoking App Bars in Win 8.1 Metro Apps.

Hi, I am trying to automate Windows 8.1 Metro App. I am facing issues when invoking app bars and selecting menu items of app bars. I tried invoking app bars using "Win + Z", it is causing problems like invoking windows app bar rather than the application app bar. Presently we are using right click o...