Experience & exploration about software QA tools & techniques. Maintaining & writing blog posts on qavalidation.com! Publishing video tutorials on youtube.com/qavbox
In this post, we will see how to handle drop down webelement in Selenium and python, select an option from the drop down & also fetch all the options. Prerequisite Download and setup python Configure & run python on PyCharm [my preference] Know how to write Selenium test using Python How to select an item A…
Sublime text 3.x is one of the light weight multi platform python editor,one good thing about this editor is that you can even keep a portable version for windows OS. In this post, we are going to discuss python setup on windows OS Prerequisite You should have python installed on your machine, if not follow…
In our prev post, we have seen how to setup python on windows machine. There are several editors available including command prompt to run python, in which Pycharm is one of the popular editor. Jetbrains provides Pycharm editor [community edition] free of cost. Download & install Navigate to pycharm for windows link Click on download…
Selenium supports many languages, in which python is one. We have discussed how we can write and run selenium tests using java. In this post, we will see how to run selenium scripts using python Prerequisite Download and setup python Chose an editor from list of python editor Configure & run python on PyCharm [my…
Push notification is a message pop up to any mobile device and can be sent from any app that is installed on device. There are situation we need to test or verify if push notification is working as expected for the app we are currently testing. Appium has the ability to handle push notifications, even…
Prerequisite You should have python installed on your machine, If not, then follow Python download and setup IDEs [Integrated development environment] help us to write and debug our code effectively makes code more readable provide auto suggestions provide features to easily integrate with other tools. To provide these above features, we have several IDEs available, from…
Download Download latest version of python from python.org/downloads/ Install Using the default location or any other folder path Note: For windows, keep the folder path handy [where python is installed], which we will use later Set environmental variable [winOS] Open your environmental variable, under system variable section, append your python installed path let’s say, I have…
In this post, we will see top demo websites to practice automation testing using tools like Selenium, protractor, UFT [formerly known as QTP] or Katalan studio etc… Few of the below site has both angular and non-angular browser controls which will help you to practice with variety of browser actions like text input, clicking a…
In our prev posts we have seen Run protractor on chrome Run protractor on firefox Now we will be how we can run protractor tests on Internet Explorer Prerequisites IE browser zoom level : 100% IE Security level : keep all tabs either checked / unchecked conf.js modification to run on IE import {Config, browser}…