Search found 27 matches

by ohm
Thu Jul 15, 2010 9:40 pm
Forum: Automation Tools
Topic: Ranorex Studio is not able to find an object during playback
Replies: 1
Views: 2369

Ranorex Studio is not able to find an object during playback

I am a paid ranorex subscriber and I am having this problem with Ranorex studio. Ranorex is failing to find and click a button during playback. This button appears during an order cancellation process. During this process after pressing 'End Call' button in page 1, page 2 appears with 'Cancel' butto...
by ohm
Fri Apr 16, 2010 4:35 pm
Forum: Automation Tools
Topic: String comparison is not giving me right result.
Replies: 2
Views: 3024

Re: String comparison is not giving me right result.

Wow. Great. Thanks. It's working.
I used .Replace method :

string new_total_string = total_string.Trim().Replace("\r\n", "");
string new_clipboardText = clipboardText.Trim().Replace("\r\n", "");

Thanks for your help Ciege.
You are the man :-)
by ohm
Thu Apr 15, 2010 6:45 pm
Forum: Automation Tools
Topic: String comparison is not giving me right result.
Replies: 2
Views: 3024

String comparison is not giving me right result.

Here is the scenario. The application I am testing has a 'Copy to clipboard' button which copies two strings, 'Work Instruction Order' and 'Summary'. When you paste it should look like following: --------------------------------- Work Order Instructions LineOne LineTwo Summary LineThree LineFour ---...
by ohm
Tue Dec 29, 2009 3:34 pm
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

So to continue after failure and get a screenshot I need to convert my recordings to user codes. May be you guys should put it in your future improvement list so users can use it from 'Properties' without having to go through user codes. It is really helpful when you get a screenshot with your error...
by ohm
Mon Dec 28, 2009 4:17 pm
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

Thanks Alex. Lets say I am working with Recording1.rxrec and in one of the validation properties I select 'Exception On Fail' to 'False'. So when I run my test it does not stop when it fails to validate. But it does not include any screenshot in the report. Even though I have the following code in m...
by ohm
Thu Dec 24, 2009 12:05 am
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

Now reports don't include the screenshots. Is there any way to get the full reports with screenshots?
by ohm
Wed Dec 23, 2009 10:16 pm
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

Found it.

It should be:

Code: Select all

Validate.IsTrue(repo.Browser.no_resultInfo.Exists() || repo.Browser.yes_resultInfo.Exists(), Validate.DefaultMessage, false);
Thanks anyway :)
by ohm
Wed Dec 23, 2009 8:56 pm
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

Thanks Alex. Great! It works from rxrec. Is there any way to do it from the usercode? Lets say I have the following code: Validate.IsTrue(repo.Browser.no_resultInfo.Exists() || repo.Browser.yes_resultInfo.Exists(), "'Sorry no results' or 'Search results' is present"); I tried to add "false" at the e...
by ohm
Wed Dec 23, 2009 4:08 pm
Forum: Automation Tools
Topic: Continue Script Automatically after Failure
Replies: 12
Views: 10524

Re: Continue Script Automatically after Failure

To do this, I have to turn all the validations to user code and edit each one?
I have many validations in my script.
by ohm
Mon Dec 21, 2009 4:42 pm
Forum: Automation Tools
Topic: Error in Playback in compiled tests
Replies: 12
Views: 3921

Re: Error in Playback in compiled tests

Works.
Great.
Thanks.
by ohm
Thu Dec 17, 2009 7:30 pm
Forum: General Questions
Topic: report parser
Replies: 9
Views: 2931

Re: report parser

Thank you so much Ciege.
It works perfectly. Exactly what I was looking for. I really appreciate it.
by ohm
Thu Dec 17, 2009 6:24 pm
Forum: General Questions
Topic: report parser
Replies: 9
Views: 2931

Re: report parser

It works. Thanks Ciege. I have it like this: string LogfileName = @"c:\Reports\Folder1\TestReport.xml"; If Folder1 doesn't exist, it gets created. Is there anyway I can change this Folder1 to DateTime format or something like that. So every time it will create a Folder containing date and time and r...
by ohm
Wed Dec 16, 2009 10:39 pm
Forum: Bug Reports
Topic: SystemSummary shows NT instead of XP
Replies: 2
Views: 2239

Re: SystemSummary shows NT instead of XP

lol

Thanks.
by ohm
Wed Dec 16, 2009 10:13 pm
Forum: Bug Reports
Topic: SystemSummary shows NT instead of XP
Replies: 2
Views: 2239

SystemSummary shows NT instead of XP

I am not sure if it's a bug.

I am using Windows XP with SP3.
I included Report.SystemSummry(); in Program.cs
In test report it shows that the test was done in Windows NT instead of Windows XP.

Screenshot attached.
by ohm
Wed Dec 16, 2009 6:32 pm
Forum: Automation Tools
Topic: Error in Playback in compiled tests
Replies: 12
Views: 3921

Re: Error in Playback in compiled tests

Email sent.

Thanks Alex.