Apache POI (Poor Obfuscation Implementation File System) is the Java API for Microsoft Documents such as XLS,XLSX,DOC and PPT as well. HSSF (Horrible Spreadsheet Format) Read or write an Excel file… Read more »
HyperLinks in HTML useful to navigate to another web-page. HyperLinks are defined using the tag name-a using an attribute name href. We need to define the Link text between the… Read more »
Web applications accessed using the web browser connects to the server and downloads all the HTML components including images,cascading style sheets – css, frames and iframes as well via HTTP… Read more »
Map is a collection useful to store the things with a unique ID.Classes that implements Map are HashTable,LinkedHashMap,HashMap,HashTable. The HashMap is unsorted and unordered Map and useful to store the… Read more »
In TestNG we use the @DAtaProvider for passing the data values to the testcases. In majority of these cases the Data source used as an two dimensional Array,XLS or XLSX…. Read more »
In this tutorial we will discuss about the commands to copy and remove the files and Directories in Windows with different options and examples. COPY XCOPY ROBOCOPY RMDIR COPY Command:… Read more »
Pipelines allows Jenkins to support continuous integration (CI) and Continous Delivery (CD). Pipeline are nothing but the Jenkins jobs the simple text scripts are based on Groovy Programming language. Pipeline… Read more »
Before getting into this tutorial please read the information about the Sonarlint by clicking on this link. Sonarlint helps the developer analyzes the code quality on the fly and displays… Read more »
TestNG is mainly used by the JAVA Developers to perform Unit Testing of the Code. This Framework is used mainly in Selenium as well to verify the outcome of the… Read more »
Resolution for the Error ->Current Branch is not configured for Pull. No Value for key remote.origin.url found in configuration. In Github , during the creation of branch we should make… Read more »