Which statement about Static Testing is TRUE?
When comparing Static and Dynamic test techniques, which of the following statements is TRUE?
Which defect below is MOST likely to be found by a review during static testing?
Which of the following is a typical characteristic of the WALKTHROUGH review type?
You are performing a review of your colleague's test cases based on the following test basis document:The Test Cases are as follows:TC1. Success `" valid 'User Name' and 'Password'; Customer Menu displayedTC2. Failure `" 'User Name' field has blank entry; Error Number 12 displayedTC3. Failure `" 'User Id' entered does not exist on database (i.e. unregistered user); Error Number 23 displayedTC4. Failure `" 'Password' entered does not match user's password on database; Error Number 24 displayedYou are guided by the following checklist in your review:C1. There must be one test case to cover successC2. There must be one test case for each error path (e.g. validation failure)C3. Each test case must use terminology consistent with the test basis document (field names, error numbering, etc.)Record a separate defect for each missing test case (checklist items C1 and C2) and for each test case that does not meet checklist item C3.How many defects should you record?
Which of the following BEST describes a Test Case?