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

Archives: FAQs

What is requirement traceability matrix?

Requirement traceability matrix (RTM) is a document that maps test cases with the requirements discussed in software requirement document. RTM is a single document that make sure that all the requirements are mapped and are covered and has test cases corresponding to the requirement.

What is non-functional testing?

Nonfunctional testing deals with testing parameters other than features of an application, these include performance, reliability, security, integrity, scalability, portability, etc.Example: In case of desktop software say calculator, how quickly it displays an output, for multiplication of four digit numerals. In web based application, how quickly an image is rendered on the webpage, or if …

What is non-functional testing? Read More »

What is functional testing?

Functional testing is test working of web elements; drop down, buttons, check box or radio button, and features of an application. Functional testing is categorized into various types such as unit test, integration tests, GUI tests, localization tests, usability tests, regression tests, system tests.Example: on clicking print button, a pop menu should display showing existing …

What is functional testing? Read More »

What is GUI or UI testing?

GUI ie. Graphical User interface, relates to frame or screen displayed to end user as an interface that makes them easier to access an application or software. In case of desktop application, Microsoft office or paint opens up user interface when paint.exe file gets executed, In case of web based application, all the portals that …

What is GUI or UI testing? Read More »

What is Bottom UpApproach?

Bottom Up Approach of testing is combining smaller modules which are easy to test, into larger single complex module.Example – Small group of students assess the situation or problem, find solution to resolve it. The solution is discussed with teachers and then applied to other groups, and on successful outcome, becomes appeal to higher management, …

What is Bottom UpApproach? Read More »

What is Top Down Approach?

Top Down Approach of testing is breaking down complex module into smaller portions till it becomes easy for assessment.Example – Top management forms rules for organization, middle level management and lower level employees has to follow the rules enforced.

Explain integration testing of modules in real life Example ?

When testers testing of various modules that are linked together in order to accomplish features expected to accomplish. Testing modules in combination are called integration tests.Example – After log in to Amazon portal, user can view his orders history, pending orders, Amazon wallet details, Prime videos streamed from where he can re order already procured …

Explain integration testing of modules in real life Example ? Read More »