Search found 3 matches

by dave0989
Wed Jul 18, 2007 9:53 pm
Forum: Automation API
Topic: pushButton
Replies: 1
Views: 3178

pushButton

Well I have accomplished a lot so far with automating the GUI testing at my work... I'm happy with Ranorex and I plan on writing a proposal for a license.. Anyways I have a question regarding pushbutton. So far I have tried to write the code myself with no success then I tried to use RanorexRecorder...
by dave0989
Mon Jul 16, 2007 4:29 pm
Forum: Automation API
Topic: Null Pointer Exception
Replies: 1
Views: 3149

Null Pointer Exception

I have been working through the examples you have listed for .net testing. The real only change I have made is the name of the control and the caption text. Control seekButton = form.FindChildText("Seek Device"); Mouse.ClickControl(seekButton); I get a Null Pointer Exception when I run the applicati...
by dave0989
Thu Jul 12, 2007 4:51 pm
Forum: Automation API
Topic: Question about loading an application
Replies: 1
Views: 3084

Question about loading an application

Hiya, I do software validation for my employer and right now I'm checking out different products we can use to automate our GUI testing. The question I have is regarding the start() method. I know from the example that I can write the following: application.start("calc.exe"); The question I have abo...