Search found 2 matches

by Mihaela
Mon Mar 23, 2015 3:36 pm
Forum: General Questions
Topic: Using Assert.Inconclusive with Ranorex??
Replies: 6
Views: 2720

Re: Using Assert.Inconclusive with Ranorex??

Hi brgibb, in the example Bernard provided,in the catch under Report.Log, you can add Assert.Ignore("Your warning message here"). That will mark the nunit test in yellow try { repo.YourItem.Self.Click(); Delay.Milliseconds(200); } catch(Exception ex) { Report.Log(ReportLevel.Warn, "Could not click i...
by Mihaela
Tue Feb 10, 2015 5:57 pm
Forum: Mobile Testing
Topic: Android OS dialog not found
Replies: 1
Views: 2199

Android OS dialog not found

Hi, We are trying to automate some testing of an Android application on a physical device. We are installing the application using the InsrumentAndDeployApplication method but after install and start up the Application requires the Admin rights to be approved as the message comes from the Android OS...