Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
when is rtm requirement traceability matrix prepared - after or before test case designing- rtm is prepared before test case designing- requirements
why decision tables are used in many cases instead of boundary value and equivalence partitioning analysis- a decision table is an efficient way to
classify the below techniques into dynamic or statici data flow analysisii use case testingiii equivalence partitioningiv exploratory testingv
what do you do if you have provided functionality which wasnt listed in requirements- if functionality isnt necessary to purpose of the application
determine the process of software review - this is an evaluation technique which involves bringing together a group of technical personnel to analyze
define the term - inspection - an inspection is more formal than walk through- it includes 3-8 people - a moderator reader as well as a recorder to
illustrate about web-testing- web testing is software testing concentrating on web applications- it assists in addressing issues before making the
how do we zero down on automation tools for regression testingbelow criteria are used when zeroing down on automation tools for regression testing-
when must you stop testingit is very difficult to determine as many modern software applications are complex and run in such an interdependent
what do you understand by software qualityquality software means its- free of bugs- is easily maintainable- within the budget- meets requirements-
what qualities would you look for when hiring a test engineer- test to break attitude- desire for quality and attention to details- tact and
what are 5 common problems in software development process1 bad requirements - these requirements are unclear too general incomplete or not testable
differentiate between testing and qa- quality assurance is more a preventive thing which ensures quality in company and hence the product instead of
what is test suite - it is a collection of tests that are used to validate the behavior of an application or product- generally a test suite is a
explain the term in brief- test script and test specificationtest script- it is generally used to refer to instructions for a particular test which
define the meaning of code inspection - a formal testing technique where programmer reviews source code with a group who ask questions analyzing
state the term- code coverage this is an analysis method that determines which parts of software have already been covered by test case suite and
explain the term - code complete- phase of development where functionality is implemented completely with only bug fixes remaining- all functions
define about the integration testing - this test is performed to verify interfaces between system components interactions between application and
what is compatibility testing- its a non-functional test performed on a software system or component for checking its compatibility with the other
explain smoke testing- smoke testing covers all of the fundamental functionality of application- it is considered as the main test for checking the
determine the sanity testing - sanity testing is used to ensure that conflicting or multiple functions or variables dont exist in system- it verifies
what is stress testing - it checks the robustness of application- it verifies that application consistently provides satisfactory performance under
how do stubs and drivers are related to manual testing- drivers and stubs are a part of incremental testing- the two different techniques used in
list the pre-requisites for white-box testingpre-requisites for white-box testing are similar to black-box testing with one key difference- during