What is cross-browser testing? As the name says it all, cross-browser testing is a form of non-functional testing where we test the application on a different browser to confirm if any UI elements on the application are affected by the browser itself. This type of testing is important for applications that need to be tested on different browsers like Chrome, Firefox, Opera, Edge, Safari, etc. How do you perform cross browser testing of your site? Cross-browser testing is an activity…
Posts tagged as “Manual Testing”
Postman is a very popular software tool that allows you to make API requests to connect to your working APIs. You can create simple or complex HTTP requests that can create, retrieve, delete, or update data. It is a very elegant way to test your API and it gives accurate results regarding the quality of your application. What is API request and API testing? Before we dive into how to use Postman to create simple API requests we must go…
Proper software testing can help provide an amazing final product, however, it’s crucial to find the right methodologies and tools to make that happen. That’s where the need for professional agile testing comes into play. With that in mind, agile testing can help bring in astounding results, and you will be heavily impressed with the process and results. Definition At its core, agile testing is a testing practice and it follows the principles and rules designated by agile software development.…
What is Accessibility? As time goes by, the technology implemented on the software projects improves but also changes that way we access it. It requires a lot of effort to create a technology or website that can be used by everyone especially those with special needs. Before we dive into what is Accessibility Testing, let’s first understand what is Accessibility in general and why every company needs to incorporate this into their project. Accessibility is a practice that everyone regardless…
In the world of quality assurance it’s always important to make sure that the vision is brought to life at the best possible level. That means that every individual who works as a software tester needs to know how to identify any bugs or problems that can arise as quickly as possible. You have two options for that, either with automated software testing, or you opt for manual software testing. Each one of them has its pros and cons, and…