Category: Others (Technical)
How to apply text style on bullets/number list in CKEditor
How to apply text style on bullets/number list in CKEditor CKEditor is a rich text editor used for writing content in online applications. It has features found in desktop word processors such as styles formatting (bold, italic, underline, bulleted and
Selenium-Grid using Command Prompt with examples
Selenium-Grid using Command Prompt with examples Selenium grid system is a part of the selenium suite which allows the user to run multiple test cases simultaneously across different browsers, operating systems, and machines. To implement the selenium grid, we need
Regression Testing Example with Selenium
Regression Testing Example With Selenium Regression testing is a process to verify that code changes in the product do not impact the existing functionality of the product. In simple words, regression testing is performed to re-execute test cases in order
Install TestNG framework in Eclipse for Selenium Webdriver?
How to install TestNG framework in Eclipse for Selenium Webdriver? TestNG is an automation testing framework in which NG stands for “Next Generation”. By using TestNG we can automate the test cases with the help of annotations. Steps to follow
How to use whitelisted static IP address on a different machine in Filezilla
How to use whitelisted static IP address on a different machine in Filezilla (works in same WAN pool provided by your ISP) When you have already shared your public IP address with a client for accessing FTP/SFTP and due to
CURL Error #:Failed to connect to URL port 443: Network is unreachable
CURL Error #:Failed to connect to URL port 443: Network is unreachable Calling an API through CURL sometimes leads to this error – CURL Error #:Failed to connect to URL port 443: Network is unreachable Where, URL is the url
Advanced Threat Protection
Advanced Threat Protection (ATP) Advanced Threat Protection is well known as ATP and it refers to a category of security solutions that protects against sophisticated malware or hacking-based attacks targeting sensitive data. Advanced threat protection solutions can be available as
Protect your PDF files generated with TCPDF
Protect your PDF files generated with TCPDF TCPDF is a open source PHP library which is used to generate PDF documents. After downloading it, you can invoke all basic functions of this class without requiring external libraries. It supports various
How to read image from MS word document and save
How to read .jpg and .png image from a word document and save in a different folder using Java? Each line inside a word document is defined as a different paragraph and each image represents a paragraph. If there is
