Search found 16 matches

by vasudha.c8
Fri Dec 14, 2012 6:58 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thank you .
by vasudha.c8
Thu Dec 13, 2012 11:39 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thank you.

I was just trying through Program.cs if i could. But its ok i figured out other way around.
by vasudha.c8
Wed Dec 12, 2012 8:48 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

I am able to generate a recording now with record and play :) . Thanks for all the help.

But i wanted to know if I can generate a recording manually as in invoking the app from Program.cs file of Ranorex studio.
by vasudha.c8
Wed Dec 12, 2012 7:02 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Hello, The code sample which you sent works well with ranorex. I want to know how do you invoke the weather app for recording through ranorex? I meant the code for invoking it.. I am trying a simple scenario of invoking the application through Program.cs rather than record and play. I am trying to w...
by vasudha.c8
Tue Dec 11, 2012 6:40 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Hi,

Yes I start the app from Ranorex Studio after starting Ranorex as administrator , But even the same nothing happens . ranorex starts and stops.
by vasudha.c8
Tue Dec 11, 2012 1:15 am
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

I upgraded my ranorex version to 4 and also made the changes suggested. Now i dont get any launch of my app or not even I get any error message. Ranorex runs and stops with no test report.
by vasudha.c8
Mon Dec 10, 2012 6:07 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thanks Bernhard.

These lines will go in Program.cs of ranorex suite or my class file in visual studio? And also do i need to reference any ranorex modules in my project in visual studio?
by vasudha.c8
Sat Dec 08, 2012 12:59 am
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Yes I am trying to do this with package only. Also If i try to invoke a live tile , ranorex cannot locate it even if the path is specified correctly .
by vasudha.c8
Sat Dec 08, 2012 12:06 am
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Yes and also i tried launching another app but still i got the same error message.
by vasudha.c8
Fri Dec 07, 2012 11:43 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

If anyone has faced similar kind of issue plz let me know how to resolve it.
by vasudha.c8
Fri Dec 07, 2012 11:42 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thank you.
by vasudha.c8
Fri Dec 07, 2012 10:07 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thanks.

Is there any documentation or web links where i can get to know the detailed procedure of how to test the win 8 metro style apps?
by vasudha.c8
Fri Dec 07, 2012 6:55 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

I am trying find out more about it but very less information is available. Thanks .

if anyone knows how to test Visual studio applications in ranorex then it would be helpful.
by vasudha.c8
Fri Dec 07, 2012 6:41 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

I am trying to start the app by the following code in the Program.cs class of ranorex test file.

System.Diagnostics.Process.Start("C:\\Users\\Vasundhara\\Desktop\\BookStore.exe");

It comes at this point and i get the error.
by vasudha.c8
Fri Dec 07, 2012 6:35 pm
Forum: How To …
Topic: Testing Metro style windows 8 app
Replies: 28
Views: 10021

Re: Testing Metro style windows 8 app

Thank you for a quick reply. Yes I have read that and also followed the steps too but i am constantly getting an error saying System.ComponentModel.Win32Exception (0x80004005): This application can only run in the context of an app container at System.Diagnostics.Process.StartWithShellExecuteEx. if ...