June 24, 2020

Ctrl + Space not working for content assist in eclipse

Problem: I am writing Java code in Eclipse IDE but the suggestion pop up window for java methods is not showing. Which generally pops up on the click of ctrl+space. Solution:  Follow the below steps: Step 1: Go to Windows -> Preferences -> Java -> Editor -> Content Assist -> Advanced...

June 22, 2020

[Solved] WebDriverException: Cannot find firefox binary in PATH. Make sure firefox is installed.

Problem: During Selenium Automation testing, I tried to run my code script on the Mozilla Firefox browser and my code was not able to find the path of installed software/browser. Solution:  I used the below code snippet to set the path. System.setProperty("webdriver.firefox.bin", "C:\\Program...

Kill process using shortcut in command prompt in windows OS

Problem: When we get a message that port 8080 already in use then it becomes very difficult to use the same port for different processes. Solution: Just run the below commands in command prompt and whoop! magic happens.  Follow the screenshot for the reference. Sample commands: netstat -ano...

Run .sql file in Oracle SQL developer

Problem: Some times we have to execute insert queries of a table that we exported in .sql file. For multiple .sql files having huge data, it's not easy to execute those queries using copy and paste in SQL Developer tools. Solution: To execute .sql file you just need to write the path of your .sql...

Disclaimer

We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.