Manual Testing, Technology

Importance of Software Testing Metrics and 8 Ways to Measure It

What is Software Testing Metrics? Software testing metrics provide quantitative approach to measure the quality and effectiveness of the software development and testing process. It helps the team to keep a track on the software quality at every stage in the software development cycle and also provides information to control and reduce...

by Mohit Tyagi
Tag: automation testing
16-Dec-2016

Technology, Testing

Infographic – A roadmap to Automation Testing

Delivering a quality software product requires comprehensive testing. Developing business critical applications using traditional SDLC approach for software testing is incapable in delivering a first-rate quality product. Automation Testing is a must have for every new project. If done logically and judicially the advantages of...

by Shweta Sharma
Tag: automation testing
30-Sep-2016

Automation Testing, Testing

Mobile Web Automation using Protractor

Protractor is an end-to-end automation testing framework tool. To test Angular web page on a mobile device, we have to use the Appium with Protractor to perform our E2E testing. Both Appium and Protractor are open-source automation testing tool. Appium provides a bridge between a system and a mobile device. It supports three types of...

by Kimi Agarwal
Tag: automation testing
14-Sep-2016

Automation Testing, Technology

Automation Testing: A must for Agile

As we all know, Agile Development is far different from the traditional development methods majorly because of its flexibility to adapt frequently changing requirements. In Agile, the test subject is continuously refined over the various sprints/iterations, and, therefore, continuous automation has become a necessity. Although continuous...

by Shreya Agrwal
Tag: automation testing
09-Sep-2016

Automation Testing, Technology

Soft Assertions in Selenium using TestNG

Assertions are used to perform various kinds of validations in the tests and help us to decide whether the test has passed or failed. There are two types of assertions in Selenium that we can place in our test scripts using TestNG: Hard Assertions Soft Assertions Hard Assertions: As the name suggests, these assertions put a...

by Kunal Shokeen
Tag: automation testing
30-Aug-2016

Automation Testing, Testing

Selenium Conf’16: Bangalore

From the last half-decade, Selenium conference (SeConf) is being organized across the world for all the automation enthusiasts highlighting the new territories of this growing technology. Opportunely, this time, I attended SeConf’16 along with my colleagues, Sarthak Srivastava and Vikas Sharma. The first leg of this conference was held...

by Ram Bahadur
Tag: automation testing
29-Jun-2016

Automation Testing, Testing

How to use ExtentReport in a framework

The other day while I was executing my TestNG test cases in the Selenium WebDriver, all my test cases got executed, and the report also showed correctly. However, I usually don't find its user interface very friendly especially when it's about creating reports. That's when I came across a user friendly reporting tool...

by Kimi Agarwal
Tag: automation testing
29-Jun-2016

Testing

Google Analytics Automation Script

Google Analytics is a freely available web analytics tool offered by Google that tracks and reports website traffic. It is one of the most commonly used web analytics service on the Internet. Google Analytics provide immediate feedback through a dashboard in a language that our stakeholders understand.                    ...

by Keshav Kashyap
Tag: automation testing
28-Jun-2016

Technology, Testing

Effective Bug Reporting

Effective Bug Reporting is a skill that every tester should possess because it is as important as finding bugs. If developers cannot reproduce the bugs reported by testers, then how are they going to fix it? Anyone can report a bug, but not everyone can do bug reporting effectively. A high-quality bug report is made up of following...

by Ubaid Ahmed
Tag: automation testing
21-Jun-2016

Automation Testing, Testing

Convention of Selenium Script

Like developers write code to implement a functionality, testers write scripts to test it. Similarly, testers also have to be careful in writing these scripts to maintain the standard of the code. Often it happens that a script running for the first time does not run the second time or shows failed test cases in later runs. To overcome...

by Kimi Agarwal
Tag: automation testing
25-May-2016

Android, Automation Testing

Android App Automation on Multiple Devices in parallel using AWS Device Farm

App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to...

by Sumit Gambhir
Tag: automation testing
02-May-2016

Automation Testing, Mobility

Object Identification in Mobile Automation Using UIAutomator VIEWER

Mobile testing is a very hot topic nowadays. There are two ways to test how the application is interacting with the user on the mobile device one is manually and the other is through automation. Manual testing takes lot of time and it’s a very slow process. While automation testing is more efficient and effective process. In...

by Kimi Agarwal
Tag: automation testing
14-Jan-2016