A study shows that there are over 3500 apps that are released on the google play store every day. Imagine the number of app developers that put in a number of hours to bring apps to our phones on a daily basis. And we are just talking about the Android apps, imagine if we combined […]
Growing up in the twentieth century, I’m sure we have all witnessed our parents and grandparents taking us to do the daily chores. Be it going to the same barber to cut our hair, or going to the same tailor to stitch our clothes, or the same grocery store that they have been going to […]
Introduction As per a recent Developer Survey by Stack Overflow, Python is the third most sought-after programming language among developers. It is the most accessible and simplified programming language and provides an extensive support system for test automation frameworks. With more and more implementation of Artificial Intelligence, Python has become a popular choice. Many liked […]
In this evolution of technology, the level of test automation has significantly increased not only in terms of quantity but as well in quality. A lot of companies are now switching to test automation using different tools and technologies to achieve their business goals. Every organization dreams of increased productivity with faster development and quality […]
Introduction Selenium is the most preferred tool of all times when it comes to automating web applications. Selenium supports many unit testing Frameworks based on multiple programming languages like JAVA, C#, PHP, Ruby, Perl, JavaScript, Python; used for executing test scripts on web applications on platforms like Windows, MacOS, Linux, etc.Any successful automation process is […]
Introduction Selenium is the most preferred tool of all times when it comes to automating web applications. Selenium supports many unit testing Frameworks based on multiple programming languages like JAVA, C#, PHP, Ruby, Perl, JavaScript, Python; used for executing test scripts on web applications on platforms like Windows, MacOS, Linux, etc. Any successful automation process is […]
Introduction Everyone loves Agile and the way it is replacing all the older methodologies and development models with a streamlined and sustainable system for faster delivery cycles. However, the ever-prevailing Manual testing practice has always kept the QA teams from entirely adopting Continuous Integration and Continuous Delivery, making Agility unreachable. Fortunately, tools like Jenkins help […]
The World as we know is moving towards integrating systems and digital touchpoints to ease human effort. In this ‘Digital First’ world, bringing systems together into a cohesive network to accelerate digital growth has become a norm. Various digital devices working in unison like the gears in a clock are being relooked at for the […]
As per the browser market share, Google Chrome is said to be the most used cross-platform browser in the world. Every new chrome version comes up with an exciting feature that hikes the importance and usage of the chrome browser. Hence, it becomes essential to test our web application on such a high-rated browser. Performing […]
Overview Parameterization in TestNG is also known as Parametric Testing which allows testing an application against multiple test data and configurations. Though we have to consider the fact that exhaustive testing is impossible, however, it is necessary to check the behavior of our application against different sets of data that an end-user can pass. Time […]