Enterprises impacted by ‘Digital Disruption‘ are forced to innovate on the go, while delighting customers and increasing operational efficiency. As a result, software development teams […]
Continue readingCategory: QAT
Getting Started – Selenium with Python Bindings
Introduction Selenium Python binding provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Python API you can access all functionalities of […]
Continue readingAppium – A Good Open Source Mobile App Testing Framework
In my opinion, in the next 5 to 10 years, nearly 50 to 60% of existing websites will be converted to mobile apps seeing how […]
Continue readingThe Six Principles of Security Testing
The philosophy of Responsible Testing is driven by a defined process that provides an additional layer of security for the software product. Read here. Security […]
Continue readingWhy QA Offshoring Pays Off with the Right Strategy
Here’s a heads up on outsourcing testing in a DevOps world. Digitization has disrupted existing business models, processes, and strategies, but some factors continue to […]
Continue readingAppium Blog Series 4 – Automated Device Certification Testing On Cloud AWS Device Farm with Appium
In the following blog, I will demonstrate how to conduct a`Device Certification’ testing of an Android app manually on Cloud AWS Device Farm using Appium. […]
Continue readingManual Testing Process for Web Applications
Testing is a process where you check to ensure that the product is working fine or whether it is not as per requirements. For a […]
Continue readingProperties & Groovy Scripting in SoapUI
Definition: Properties are a central repository to store our information. A property is a named string value that can be accessed from a script. There […]
Continue readingWeb Accessibility Testing Principles – Part 3
In the first part of the blog series on `Web Accessibility Testing‘, I gave an overview of the importance of accessibility testing and its pertinence […]
Continue readingWeb Accessibility Test Implementation – Part 2
In the first part of the blog series on `Web Accessibility Testing‘, I gave an overview of the importance of accessibility testing and its importance […]
Continue readingWeb Accessibility Testing
The Web has to be accessible to differently enabled people as it offers unprecedented opportunities for overcoming challenges related to communication and collaboration. The `Web […]
Continue readingIntroduction to Selenium with C Sharp
Selenium WebDriver is a free and open-source library for automated testing web applications. Selenium tests can be written in multiple programming languages such as Java, […]
Continue readingWorking with Test Driven Development
A technique for using automated unit test scenarios to design and decoupling of dependencies is called Test Driven Development. This technique is heavily used in […]
Continue readingThe What, When & Why of Mobile Interrupt Testing
Read an overview of mobile app testing. Mobile Interrupt Testing is a form of mobile application testing that deals with the behavior of an application […]
Continue readingCucumber Test Automation Framework
Introduction: Cucumber is a testing framework that helps to bridge the gap between software developers and business managers. Tests are written in plain language, based […]
Continue reading