Search found 3 matches

by wuyue0213
Fri Sep 28, 2012 8:04 am
Forum: General Questions
Topic: Call NUnit test by Ranorex
Replies: 1
Views: 2272

Call NUnit test by Ranorex

Hi, I was trying to integrate NUnit with Ranorex and I was reading this blog: http://www.ranorex.com/blog/using-nunit-for-test-execution I think it's about how to run the Ranorex recorded/automated testcases from NUnit. However I don't find it very clear that how can we actually call NUnit test case...
by wuyue0213
Thu Sep 27, 2012 7:31 am
Forum: General Questions
Topic: Cannot find control by "FindControlName"
Replies: 3
Views: 1642

Re: Cannot find control by "FindControlName"

Yes at first I'm using 1.5....
Thanks for your help!
by wuyue0213
Tue Sep 25, 2012 10:55 am
Forum: General Questions
Topic: Cannot find control by "FindControlName"
Replies: 3
Views: 1642

Cannot find control by "FindControlName"

Hi, I encountered the problem intermittently. It seems that I can't find the control "TableLayoutPanel1" sometimes.. but once in a while it worked! Can someone help me? Thanks very much!!! Private Sub TestButton() Dim form As Form = Application.FindFormTitle("Log Viewer", SearchMatchMode.MatchFromSt...