Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Archives: FAQs

What is SQA?

Software Quality Assurance (SQA) is a set of activities that validates that the software being designed or built, meets desired quality measures and specifications. Test Assurance team has tasks like auditing and training the stack holders about standards for quality that software should satisfy as per user expectations.

Realizing you won’t be able to test everything – how do you decide what to test first?

There are a situation where testing a new build is allotted a bare minimum time, or you are given several tasks or projects to look into. In such case, where you cannot able to completely cover all the scenarios of testing, you can focus on main functionality and features released and check if any critical …

Realizing you won’t be able to test everything – how do you decide what to test first? Read More »

How do you test Cookies?

Cookies are small text files that contain web visitor information such as websites explored, pages visited, visitor’s ip address to identify already visited user. There are various types of cookies,Session cookies – user navigating websites actively, once they leave particular site, session cookie disappears.Tracking cookies – are used to keep record of multiple visits that …

How do you test Cookies? Read More »

How you know that testing is enough?

The criteria and conditions are specified in exit document that guides us on when testing should be stopped. When most of blockers and critical bugs have been resolved and application has performance in acceptable limits, we can stop testing. This is however based on some risk that have to be undertaken and time limit.

Other than functionality what else you should test in Web Application?

In addition to functionality and feature testing, we should test browser compatibility, security tests for authentication and authorization rights, latency – how long it takes to load a web page, or request to come back as a response, load testing based on number of users logged in during peak hours, and scalability testing.

What is the difference between Authentication and Authorization give an Example.

Authentication is verify logged in user’s genuineness, in real world you were required to show photo identity documents such as Aadhar card, Driving license, PAN card or Passport in order to receive documents addressed to you from courier, know your account ba lance at your bank.whereas authorization is verifies what module access rights the logged …

What is the difference between Authentication and Authorization give an Example. Read More »

What is difference between Black box testing and White box testing?

: In case of White box testing it is mandatory to know internals of software applications, such as structure, program functions, and implementation of how data flows between components. The tests covers white box testing are unit testing and integration testing. These tests are performed by developers, and it is mandatory to know programming and …

What is difference between Black box testing and White box testing? Read More »

What is the difference between Web application and Client Server Application?

Client Server application is distributed on at least two systems, Client and Server where client has visual pages like input forms, validation for valid data before sending requests to server and output pages as response from server. Server has all business logic, database storage where request received from client machines are responded back after processing …

What is the difference between Web application and Client Server Application? Read More »