selendroid / demoproject-selendroid

Demonstrates how to test an Android app using selendroid with maven. Tests are checking a native and a hybrid cordova app and the mobile web.
http://selendroid.io/quickStart.html
47 stars 95 forks source link

UserDO class #3

Closed nmaddula closed 10 years ago

nmaddula commented 10 years ago

Hi,

I was trying to execute the sample the sample code which was provided @ https://github.com/selendroid/demoproject-selendroid/blob/master/src/main/java/io/selendroid/demo/nativeui/UserRegistrationTest.java

When I put the code in eclipse, it shows me an error for "UserDO" class to create a new one.

Can you please help me in getting this issue resolved?

Please refer the screenshot attached. issue

DominikDary commented 10 years ago

have you cloned the full project and imported it via the "maven - existing project" comand?

nmaddula commented 10 years ago

Hi DDary,

No, I haven't done that.

Can you please let me know the process of doing it?

DominikDary commented 10 years ago

git clone https://github.com/selendroid/demoproject-selendroid.git --> then import the project into eclipse.