Search found 5 matches

by moid125
Thu Jan 17, 2013 5:22 am
Forum: General Questions
Topic: windows calculator is not loading up
Replies: 1
Views: 1659

Re: windows calculator is not loading up

mistake was in the command.

Host.Local.RunApplication("C:\\Windows\\System32\\calc.exe", "", "", false);

above command s correct and calc is now launched successfully.
by moid125
Thu Jan 17, 2013 12:56 am
Forum: General Questions
Topic: windows calculator is not loading up
Replies: 1
Views: 1659

windows calculator is not loading up

I am writing custom test for calculator, to evaluate Ranorex for desktop applications, unfortunately i am unable to open calculator with the following command. Host.Local.RunApplication("C:\\Windows\\System32\\calc.exe"); also tried Host.Local.RunApplication("calc.exe"); is there anything i am doing...
by moid125
Wed Jan 16, 2013 3:47 am
Forum: General Questions
Topic: How to perform the test assertion on the page ?
Replies: 1
Views: 3679

How to perform the test assertion on the page ?

I am bit new to Ranorex and C# (using it after a long time), wondering how to perform a text assertion on the page.

Example: like in selenium we do assertEquals( actual, expected). There must be similar way in Ranorex.

Thanks in advance.
by moid125
Wed Jan 16, 2013 3:44 am
Forum: General Questions
Topic: Can we write custom code without using Object Repository ?
Replies: 3
Views: 1777

Re: Can we write custom code without using Object Repository ?

Thanks for the response, i tried using custom code via code module and it works like a charm :D
by moid125
Tue Jan 15, 2013 1:37 am
Forum: General Questions
Topic: Can we write custom code without using Object Repository ?
Replies: 3
Views: 1777

Can we write custom code without using Object Repository ?

I am new to renorex and currently evaluating for the full use. My question is can i write custom code without using Object Repository ???