Mindblown: a blog about philosophy.

  • JAVA INTERVIEW QUESTIONS

      How many ways we can define String in Java? There are basically two ways to define the string: 1. String Literal: Created by using double quotes. JVM first checks the “String Constant Pool”.If the string already present in the same, a reference of the pooled instanced is returned. If no such string is present…

  • How to automate scrolling feature in IOS/Android using Appium tool | Mobile Testing

    How to automate scrolling feature in Mobiles( IOS/Android)  using Appium tool for mobile testing? Initially, Appium tool developers came up with below two methods to scroll down to the particular element in Mobiles driver.scrollTo(String text); and driver.scrollToExact(String text); But however, they have deprecated this feature from Version. So with this depreciation,  automating scrolling functionality with appium…

  • Appium Tutorial – How to Install Appium in Windows for Mobile Automation testing

    Appium Tutorial – How to Install Appium in Windows for Mobile Automation testing

    In our previous appium tutorial, we gave a detailed introduction to Appium for automation testing of mobile applications. Prerequisites to use Appium: .Net Framework (https://www.microsoft.com/en-in/download/details.aspx?id=30653) Java Development Kit (http://www.oracle.com/technetwork/java/javase/downloads/index.html) SDK (https://developer.android.com/studio/index.html) Eclipse (http://www.eclipse.org/downloads/) Appium setup for Windows (https://bitbucket.org/appium/appium.app/downloads/) Appium Client Libraries-Jar file (http://appium.io/downloads.html) Selenium Client Libraries- Jar Files (http://docs.seleniumhq.org/download/) Steps to download .Net Framework: Step 1:…

  • My Successful Selenium Tutorial and Training Journey – Experience Sharing!

    My Successful Selenium Tutorial and Training Journey – Experience Sharing!

    This post is Special- I would like to share the experiences of  my Super Successful Selenium tutorial and Selenium training journey by revealing all the  homework I have done behind the scenes to bring this Top notch Course for novice users across the world and impacting their career for the better. Significance of automation testing –…

  • Learn SoapUI testing by automating a dummy application

    Learn SoapUI testing by automating a dummy application

    Soap UI download / installation Process:- Go to https://www.google.co.in Type keyword “SoapUI Download” and hit enter Click on the second link appeared in the google search Click on “Download open source” link Once the executable file download to the system, page will display with instruction to install SoapUI via downloaded exe file.

  • How to use Marionette Driver in Selenium for Firefox browser

    How to use Marionette Driver in Selenium for Firefox browser

    Marionette Driver: – We are having ChromeDriverServer and IEDriverServer executables for chrome and Internet Explorer browsers respectively, but for Firefox Browser – we didn’t have similar executable(Firefox driver was included in the selenium-server-stanalone.jar available in the downloads. The driver comes in the form of an xpi (firefox extension) which is added to the firefox profile…

  • Appium tutorial – An Introduction

    Appium tutorial – An Introduction

    Developing a mobile app is just the beginning. To make sure your app is running fine over 3 billion strong Smartphone carrying audience using all types of devices, mobile operating systems, and new and old versions of everything.  That takes a lot of mobile testing. The only way to cover it all is with automation…

  • How to Handle Multiple Frames in Selenium WebDriver

    How to Handle Multiple Frames in Selenium WebDriver

    Here is the example of multiple frames in a web page and how to interact with them. There is three overloaded frame () methods, to switch to the frame. How to decide when to use which method??? If it’s a static web page and so frame elements are, then zero-based index [frame(int index)] locating strategy…

  • Launching QAClickAcademy Blog and Looking Back at Our Early Days!

    Launching QAClickAcademy Blog and Looking Back at Our Early Days!

    We are living in exciting times and with the advent of the digital economy, there has been a widespread democratization of education. Anybody having a Computer/Mobile with an Internet connection can hook into the internet, search for knowledge, apply in their work and can change their life for better. Millions of life have changed for…

Got any book recommendations?