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

Archives: FAQs

what is the difference between test scenarios, test cases, and test script?

Test scenario can be a description of test objective, tester can accomplish by testing an application in multiple ways to ensure that the scenario has been covered with satisfaction.Test case is summary of test scenario with steps or procedure to carry out with test data to the application in order to validate that the application …

what is the difference between test scenarios, test cases, and test script? Read More »

When is used Decision table testing?

Decision table testing are used to validate system behavior with different input combinations.Best Example of such tests can be login to the application where there are two input values, namely username and password and possible output can either be an error with not allowing to enter in application or allowed to enter the welcome page.scenario …

When is used Decision table testing? Read More »

What is risk-based testing?

Risk based testing starts with accessing risks related to complexity of logic, business criticality, defect prone areas in application, frequency of use of sensitive computation of application features. This involves priority of testing those areas of an software that involve critical features and functionalities that are likely to fail. Such type of testing involves experienced …

What is risk-based testing? Read More »

What is Charles Proxy testing?

Charles Proxy testing is a testing for decrypting web traffic on computers and mobile devices. It is a cross platform HTTP debugging proxy server application that enables user to view HTTP, HTTPS, and enabled TCP port traffic from and to local computer or mobile device. In addition, it also records requests and responses along with …

What is Charles Proxy testing? Read More »

How would you resolve conflict amongst team members?

It is essential to work in team environment for software development industries. Team members may face challenges amongst their colleagues while communicating, exchanging their views, mentoring or allocating the work. Team member conflicts are common while delivering tasks in high pressure environment.To resolve conflict amongst team members as a test lead you should talk individually …

How would you resolve conflict amongst team members? Read More »

What is Fuzz testing and when it is used?

Fuzz testing is an automatic test technique where invalid, random and unexpected data is sent as an input that may result into exceptions like crash, memory leaks or fails to build -in code assertions.Fuzz testing tools for web security testing are Burp Suite, Peach Fuzzer, Spike Proxy.

What is fault-masking?

Fault masking is a technique wherein one defect prevents the detection of another. there are many features that may have defects but remain hidden until these feature are utilized. For eg. In case of login page, developer has provided option to log in with email address and mobile number, until user logs in with valid …

What is fault-masking? Read More »