In this video will see how to resolve red color marked error on any project written in eclipse it can be selenium (webdriver,testNG,maven) or java. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Screenshot: Excerpt: In the…
Tag: module
How to add external jar file in selenium project/How to configure or import jar file for eclipse project?
In this video will see how to add/configure/import external jar files in selenium webdriver or any java eclipse project. Steps: Right click on project->Build Path->Configure Build Path->Libraries->Select ClassPath->Add External JARS->Select Jars to be uploaded->Click Open->Click Apply And Close. I hope you like this video. For any questions, suggestions or appreciation…
How to set Minimum SDK Version and Target SDK Version of your Android App in Android Studio?
This video shows the steps to set Minimum SDK Version and Target SDK Version of your Android App. These parameters can be set in Gradle file (App level) of the project in Android Studio. If anything is changed in the Gradle file, then it should be synced again in the…
How to create and install your custom toolbox in Scilab 6.1.1?
This video shows steps to create your own toolbox and install it in Scilab 6.1.1 version. For the demo it creates a simple function called AddNumbers which adds 2 numbers and returns the value. In this video it uses below page for reference: https://www.scilab.org/build-a-toolbox I hope you like this video….