Hello Experts,
I’m new with renorex and want to evaluate it. At first of all I would like to say that it’s a very cool tool!
I downloaded the last release and try the sample .Net Testing -> Samples -> Visual Studio1. There is an example which works with calc.exe. After red that I build my own WindowsApplication with 3 Controls.
After the follow conditional statement the form contains all controls of the calc.exe application.
“form = Application.FindFormClassName("SciCalc", 1, true, 5000)”
Tried the same with my own application and own class name my form contains no controls.
Have someone any ideas?
Best regards,
Tim