Automation TestingManual TestingTechnology

Best Practices for Test Planning

The first and foremost step of testing in the testing life cycle is “Test Planning”.  Test planning helps to set up a roadmap for testing. Testing roadmap is planned by an experienced person with 5-8 years of experience as it is one of the key factors in delivering bug-free products. After completion of test initialization and finalization […]

Shikha Narang
Shikha Narang
Read

Automation TestingTechnology

How to Add Screenshots to TestNG Report?

Taking screenshots during testing is often considered a good practice. Adding a screenshot to the test reports provides complete clarity and visibility of the application such as if the application is working smoothly or something in the application needs to be fixed. It also makes the report meaningful and presentable. While carrying out manual testing one […]

Ubaid Ahmed
Ubaid Ahmed
Read

Automation TestingManual TestingTechnology

Top 9 Tips to Write Effective Test Cases

A good test case always includes strong title, a good description, list of pre-conditions and expected results. Test cases come with different flavors “Positive and Negative”,  but the most important factor is to cover all Business and Functional requirements. Effective test cases add value to the business along with the project. This blog outlines some of the best […]

Akanksha Goyal
Akanksha Goyal
Read

Manual TestingTechnologyTesting

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 the number of […]

Mohit Tyagi
Mohit Tyagi
Read

TechnologyTesting

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 automation testing are manifold such as efficiency, reusability, reliability and high […]

Shweta Sharma
Shweta Sharma
Read

Automation TestingTesting

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

Kimi Agarwal
Kimi Agarwal
Read

Automation TestingTechnology

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 test automation is a mammoth task, it is nearly […]

Shreya Agrwal
Shreya Agrwal
Read

Automation TestingTechnologyTesting

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

Automation TestingTesting

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 in Bangalore, India on June 24-25, […]