testing Online Quiz - 61
Description: testing Online Quiz - 61 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
Auto 5th car policies can be created in Q&I
Policy transfer option from one region to other region is available only in Mainframe.
Auto Recreational Vehicle policies can be created in Q&I
Earthquake policies can be created through Q&I
A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
The selection of test cases for regression testing
Complete statement and branch coverage means:
From a Testing perspective, what are the MAIN purposes of Configuration Management?: i) Identifying the version of software under test. ii) Controlling the version of testware items. iii) Developing new testware items. iv) Tracking changes to testware items. v) Analysing the need for new testware items.