testing Online Quiz - 82
Description: testing Online Quiz - 82 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
When will Balaji get release from IMF account?
Where can you find Balaji on Weekends?
Balaji's Bike will start on a rainy day?
Balaji recently created a document for FACTS Maintenace Team. What is the name of the document?
When a deviation from specified or expected behaviour is visible to end-user, this is called
Regression testing should be performed: (V) Every Week. (W) after the software has been changed. (X)as often as possible. (Y)When the environment has changed. (Z)When the project manager says.
IEE 829 test plan documentation standard contains all of the following except:
Order numbers on a stock control system can range between 10000 and 99999 inclusive. Which of the following inputs might be a result of designing tests for only valid equivalence classes and valid boundaries:
Non-functional system testing includes:
Consider the following statements: (i) an incident may be closed without being fixed (ii) incidents may not be raised against documentation (iii) the final stage of incident tracking is fixing (iv) the incident record does not include information on test environments (v) incidents should be raised when someone other than the author of the software performs the test
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
Given the following: Switch PC on Start “outlook” IF outlook appears THEN Send an email Close outlook
Given the following code, which is true: IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print “Error” ENDIF