Posts

Showing posts with the label eclips

What Are The Skills Required for SDET?

Image
  Software Development Engineer in Test – SDET is a vital role which often confuses people because the skill set is a broad canvas of different elements with two dominant elements of Development and Testing. So “If I am a Developer what skills should I have to be an SDET?” or “If I am a Tester what skills should I have to upgrade to SDET?” I say why not both? As a SDET it is expected of you to be the jack of these two important trades along with other skills which assist you in leading your team or colleagues towards an efficient software development cycle which ensures supreme end product to the users. The importance of SDETs is well-known in the IT industry and now a new wave of demand is rising as more and more companies are taking into account the skills and a natural opening for the role of SDET needs to be filled. Key game-players such as Google and Amazon have already taken a liking to this role which originated from Microsoft. In the Software cycle, the devel...

Pros Automation and Mitigating Risks during Natural Disastersces

Image
  How can Process Automation help in mitigating risks during Natural Disasters? The combined year of 2019-2020 has hit the world hard.  The world lost as much as $232 billion due to natural disasters alone in 2019, with India leading in casualties with 1,750 deaths , said a recent report by AON. Unfortunately there might be more to come and we must be prepared. Process Automation if explored and used in depth has wonders hidden under its seemingly simple appearance. From optimizing mundane tasks to even taking care of complex processes. Process Automation is revolutionizing the market! But imagine its use if we use it with something where the power of the human abilities is severely limited and often logic cannot predict the next thing and the damage goes beyond its extensive degree. That’s correct  Natural Disasters ! No matter how advanced the human civilization evolves to be, we cannot prevent the occurrence of the Natural Disasters although we are the reason for them!...

How to Download & Install Selenium WebDriver in Eclipse (Step-By-Step)

Image
  How to Download & Install Selenium WebDriver in Eclipse (Step-By-Step) Share: Facebook Twitter Email Share Download Selenium WebDriver for Java 1.  Open the browser and navigate to  http://www.seleniumhq.org Below displayed page will open. Click on “Downloads” 2.  In the Downloads page, scroll down and navigate to Selenium Client & WebDriver Language Bindings and then click on “Download Alpha” in front of the Java section. 3.  On click of Download Alpha, zip file will be downloaded. Unzip the file and save it. Downloading Chrome Driver We would be executing our Selenium scripts as well as automating the web application in Chrome browser. Hence, to launch the Chrome browser, we need to have ChromeDriver downloaded in the system. To download ChromeDriver, follow the below steps: 4.  Check the version of your Chrome browser. 4.1  Open Chrome browser 4.2  Click on three vertical dots on top most right hand side in the browser. 4.3  Clic...

Java and Eclipse Setup Guide Tutorial

Image
  . How to install Java 1.  Open your web browser and search for java jdk download 1.1  Click on the link of Oracle download page: 1.2  The following page would be displayed:   1.3  Scroll down the page a little 1.4  Download the executable file corresponding to your operating system   1.5  Accept the license agreement for Oracle and click on download JDK 1.6  Open the executable file 1.7  After opening the file, it will prepare to install 1.8  Click Next to continue 1.9  Windows has successfully installed Java. 2. To verify that Java is being setup properly in the system 2.1  Open command prompt in your system 2.2  Type javac and press enter 2.3  If the below screen has appeared in your system it means that the java JDK has not setup properly (path has not setup): 3. How to set the Java path 3.1  Open the Settings and click on system option 3.2  Search for environment variables and select edit the...