by sslk242023 | Jul 29, 2020 | Uncategorized
Java is an evergreen programming language that every programmer should learn 🙂 In this post, I’ll guide you to install Java 8 version on Windows OS with detailed screenshots. Step1: Navigate to Google and search “Java 8 Download” Step2: Click on the...
by sslk242023 | Jul 28, 2020 | Jenkins
Continuous Integration is a buzz word in the latest technology, whether you’re in Development or in Testing, you’re responsible for smooth deployment of the builds. Deployment is the most crucial part in the Software Life Cycle and even a small mistake...
by sslk242023 | Jul 24, 2020 | Postman Tool Tutorials
Welcome to Postman API series, In this post, we will see how to install and setup Postman tool on Windows. Few things about Postman: Postman is a tool for End to End API testing, it is available in Free and Premium versions. Postman platform provides all necessary...
by sslk242023 | Jul 23, 2020 | Selenium Java
Sometimes, your native Selenium call for clicking element is going to fail, in this case, we can go for click operation using JavascriptExecutor. In this post, I’m taking the Salesforce Login page – to demonstrate the click operation from...
by sslk242023 | Jul 23, 2020 | Selenium Java
JavascriptExecutor is one of famous interfaces from the Selenium family, by using JavascriptExecutor, you can inject JavaScript calls in Selenium. Today, I’ll show you a basic example use case of JavascriptExecutor, where one can create a custom alert (which is...