Automation TestingTechnologyTesting
Customer habits are quickly changing and evolving. Thanks in no small part to the growth of digital technologies and smartphones. According to one of the recent report from Comscore, Smartphone penetration has surpassed 80% in the USA. Companies want to leverage this fast-growing trend and provide a second to none experience to their customers, and […]
Automation TestingMobilityTechnology
Mobile phones have become smarter than they were a decade back. They are your personal assistants enabling you to quickly perform a variety of activities from the comfort of your home or office. With multiple mobile products being launched frequently, right from booking a movie ticket to transferring the money from your bank account, things […]
Automation TestingTechnologyTesting
API testing is crucial to companies. In this blog, we will share the basic procedure of working with SoapUI. Let us start by understanding the basic requirements and how to set up a SoapUI in the machine. Once done, we will navigate towards a sample project structure. Basic Requirements Before starting with the SoupUI tool, consider […]
Automation TestingFront End DevelopmentManual Testing
As you might be aware, API stands for Application Program Interface. As the name suggests, it acts like an interface between the user and the application. APIs are mainly responsible for the data exchange services between the two different software. Software testing is complicated and challenging. It is therefore essential to understand best practices and […]
Automation TestingManual TestingTechnology
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 […]
Automation TestingSoftware developmentTechnology
BASICS OF JMETER Apache Jmeter is an open source testing software. Jmeter is 100% pure Java desktop application used for performance testing and evaluating the overall system performance under different loads. Jmeter is easy to use and can be downloaded for free of cost. It can work with many types of tests categories such as load, […]
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 […]
Automation TestingManual TestingTechnology
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 […]
Automation TestingMobilityTesting
Introduction Appium is an unreservedly distributed open source tool used for User Interface as well as functional testing of Android and iOS mobile applications. Appium permits native, hybrid and web application testing and backing automation test on physical gadgets as well as on emulator or simulator both. It offers cross-platform application testing i.e. the same API […]