Home > Articles posted by Dinakar R
FEATURE
on Jun 11, 2021
297 views 35 secs

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 […]

FEATURE
on May 17, 2021
300 views 30 secs

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 […]

FEATURE
on Apr 8, 2021
313 views 15 secs

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 […]

FEATURE
on Apr 1, 2021
327 views 20 secs

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 […]

FEATURE
on Mar 26, 2021
332 views 22 secs

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 […]

FEATURE
on Mar 26, 2021
305 views 22 secs

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 […]

FEATURE
on Mar 19, 2021
309 views 19 secs

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 […]

FEATURE
on Mar 17, 2021
290 views 22 secs

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 […]

FEATURE
on Mar 10, 2021
333 views 22 secs

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 […]

FEATURE
on Mar 3, 2021
284 views 20 secs

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 […]