Category «Tools»
Katalon Automation Recorder | How to create Automation Tests Faster
Notes: Chrome and Firefox plugin for creating fast and easy tests Main Features 1. Powerful IDE to record and run web ui tests 2. Can edit your recorded tests 2. Can export tests in Java, C#, Ruby, Python, Groovy 3. Plugin available on Chrome and Firefox (coming soon) 4. Uses Selenium 3 Core engine Quick …
How to create Faster Selenium Scripts in any Programming Language
Notes: Today we will learn: 1. How to create faster automation scripts with Selenium 2. How to create scripts that are less likely to break during execution Step 1 : goto http://www.seleniumhq.org/ and download selenium lib Step 2 : Create selenium project in your IDE Step 3 : Add selenium lib in your project Step …
How to install Maven on Mac OS Beginners Tutorial
Notes: Step 1 Check if Maven is already installed $ mvn –version Step 2 Download Maven from internet https://maven.apache.org/download.cgi Step 3 Unzip and place at some location on your system Step 4 Set System variables M2_HOME PATH Step 5 Check again if Maven is installed To Make Maven available for future sessions Step 6 Create …