Posts

Basic information about MAVEN

Maven:      Maven is used to manage the dependencies and we can say this as build tool – which means it is used to setup everything which is required to run your java code independently.   This can be applied to your entire java project.     It generated source code, compiling code, packaging code to a jar etc.   Maven provides pom.xml which is the core to any project. Create new variable in system through environment variable – MAVEN_HOME – PATH WHERE YOU STORED AND PATH OF THE BIN FOLDER PATH   INSTALL MAVEN IN ECLIPSE IDE:   Navigate to help – Eclipse Marketplace – Search Maven – Maven Integration for Eclipse – INSTALL.   Once you installed then restart eclipse. Then right click on pom.xml and verify the option like Maven build, Maven clean, Maven install and Maven Test etc.   Maven will download all the dependency jars in to local repository called .m2.   M2 folder is basically inside Users – username – m2.   All the jars will be placed in a folder

Environment setup for android mobile testing through Emulators in Windows 7

Image
Install Android Emulator on Windows 7 machine and execute sample script:       Download “ SDK ADT bundle for windows ” from following site: http://developer.android.com/sdk/index.html .  Then store this to our C drive . Ø   In this folder we are seeing “Eclipse”,”Sdk” and “SDK Manager” Ø   Now open the eclipse from “Eclipse” folder, then wait for a moment Ø   Then we have to navigate to “Android SDK Manager” from eclipse window menu Ø   Starting “Android SDK Manager” and it’s going to install the packages. Ø   Now you are seeing all the all the packages Ø   Now we have to select particular version or layer where we are going to test(Select all check boxes in that version and “install “x” packages as shows in following   screen Ø   Once it is completed then from tools menu select “Manage AVDs…”.    Now we are getting “Android Virtual Device Manager” wind