Software Testing - Set 5

1)   Which of the following is/are not a characteristic/s of Alpha Testing?

a. Simulated environment is created at developers site and user tests the system.
b. System is installed at user organization and user tests the system.
c. Alpha testing is also called as factory acceptance testing.
d. Alpha testing is also called as site acceptance testing.
e. both b and d
Answer  Explanation 

ANSWER: both b and d

Explanation:
No explanation is available for this question!


2)   Which of the following statements is not true?

a. Acceptance Testing determines if system is ready for release
b. Acceptance Testing checks whether system meets needs and expectations
c. Acceptance Testing helps to find defects in system
d. Acceptance Testing is responsibility of user
Answer  Explanation 

ANSWER: Acceptance Testing helps to find defects in system

Explanation:
No explanation is available for this question!


3)   A shopping website gives discount based on prices of total purchased items. Suppose customer purchases are below 2000 Rs. then no discount,for purchases till 20000, it gives 10% discount and above 20000 it gives 15% discount. Which of the following sets of values lie in 3 different equivalence classes?

a. 1800,2000,8000
b. 2001,10000,20002
c. 1800, 2003,58000
d. 100,1800,20001
Answer  Explanation 

ANSWER: 1800, 2003,58000

Explanation:
No explanation is available for this question!


4)   In final examination, student can get 0 to 3000 marks. Student has to get 50% in order to pass the examination. If he gets 2000 or below that he will be given C grade ,if he gets 2000-2500 then he will get B grade and above that he is eligible for A grade. Using boundary value analysis what will be the values for testing if we are testing for C grade?


a. 1500,1501,1999,2000
b. 1499,1500,1999,2000
c. 1500,1501,2000,2001
d. 1499,1500,2000,2001
Answer  Explanation 

ANSWER: 1499,1500,2000,2001

Explanation:
No explanation is available for this question!


5)   Choose the correct option according to the given statements.

Statement 1: A proactive risk strategy begins long before technical work is initiated.
Statement 2: In reactive risk strategy software team does nothing about risks until something goes wrong.
Statement 3: A proactive risk strategy begins after technical work is initiated.
Statement 4: In reactive risk strategy you plan ahead to avoid or manage problems.


a. Only statement 1 is correct.
b. Statement 2 and 3 are correct.
c. Statement 1 and 4 are correct.
d. Statement 1 and 2 are correct.
Answer  Explanation 

ANSWER: Statement 1 and 2 are correct.

Explanation:
No explanation is available for this question!


6)   Effective Risk management plan needs to address which of these issues?

a. Risk avoidance
b. Risk monitoring
c. Risk management and contingency planning
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


7)   Before handing over the software to the client, which testing is to be done in-house?

a. Alpha
b. Beta
c. Gamma
d. Theta
Answer  Explanation 

ANSWER: Alpha

Explanation:
No explanation is available for this question!


8)   Who performs the Acceptance Testing?

a. Software Developer
b. End users
c. Testing team
d. Systems engineers
Answer  Explanation 

ANSWER: End users

Explanation:
No explanation is available for this question!


9)   For retail shopping software which table would be example of Decision Table?

a. A table containing rules of discount.
b. A table containing rules for interfaces between components.
c. A table containing rule of employee behavior.
d. A table containing rules for combination of input.
Answer  Explanation 

ANSWER: A table containing rules of discount.

Explanation:
No explanation is available for this question!


10)   Agile Development Testing is treated as a separate phase.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


11)   Agile is a ______ .

a. Sequential
b. Iterative
c. Incremental
d. Both b & c
Answer  Explanation 

ANSWER: Both b & c

Explanation:
No explanation is available for this question!


12)   Error guessing can have more fruitful results when ______ .

a. System has been deployed
b. When testing with inexperience tester
c. As a first approach of testing
d. As a additional technique after applying more formal techniques
Answer  Explanation 

ANSWER: As a additional technique after applying more formal techniques

Explanation:
No explanation is available for this question!


13)   In which of the following techniques, experience of tester is beneficial?

a. Error guessing
b. Exploratory testing
c. Both a and b
d. None as there is no relationship between techniques applied & experience of a tester.
Answer  Explanation 

ANSWER: Both a and b

Explanation:
No explanation is available for this question!


14)   Controller Output window displays _____ .

a. Debug information
b. Controller information
c. Contain full information about Vuser
d. All of these
Answer  Explanation 

ANSWER: Debug information

Explanation:
No explanation is available for this question!


15)   The Correlation Statement instructs VuGen to save the first occurrence of this data to a parameter called __________ .

a. Web_reg_save_param
b. WCSParam_Diff1
c. WCSParam_Reg
d. WebParam_Diff1
Answer  Explanation 

ANSWER: WCSParam_Diff1

Explanation:
No explanation is available for this question!


16)   Cyclomatic Complexity cannot be applied in _______ .

a. Re-engineering
b. Risk Management
c. Test Planning
d. Reverse engineering
Answer  Explanation 

ANSWER: Reverse engineering

Explanation:
No explanation is available for this question!


17)   Which coupling should be avoided in software?

a. Data coupling
b. Content Coupling
c. Control coupling
d. Stamp coupling.
Answer  Explanation 

ANSWER: Content Coupling

Explanation:
No explanation is available for this question!


18)   _____________ is used to replace field values in the requirements tree.

a. Replace
b. Replace All
c. Find and Replace
d. All of these.
Answer  Explanation 

ANSWER: Replace

Explanation:
No explanation is available for this question!


19)   Solid Blue line indicates that ________ .

a. Test to be executed after the previous test, with no condition.
b. Test to be executed only if the previous test has finished.
c. Test to be executed only if the previous test has status passed.
d. All of these.
Answer  Explanation 

ANSWER: Test to be executed only if the previous test has finished.

Explanation:
No explanation is available for this question!


20)   RGB and Pixel Tolerance are related to _______ .

a. Bitmap checkpoint
b. Image checkpoint
c. All of these
d. None of these
Answer  Explanation 

ANSWER: Bitmap checkpoint

Explanation:
No explanation is available for this question!


21)   Which is treated as Regular Expression?

a. [ ]
b. |
c. $
d. { }
Answer  Explanation 

ANSWER: [ ]

Explanation:
No explanation is available for this question!


22)   Which of the following is true regarding Incremental backup?

a. Uses more tapes
b. Done every month
c. Saves only files that have changed recently
d. Saves all files
Answer  Explanation 

ANSWER: Saves only files that have changed recently

Explanation:
No explanation is available for this question!


23)   Which of the following is used in high level of testing?

a. Functional testing
b. Structural testing
c. Glass box testing
d. All of these
Answer  Explanation 

ANSWER: Functional testing

Explanation:
No explanation is available for this question!


24)   Which regular expression sequence loosely translates to "anything or nothing?"

a. .* (dot star)
b. *. (star dot)
c. “?
d. *+
Answer  Explanation 

ANSWER: .* (dot star)

Explanation:
No explanation is available for this question!


25)   In Selenium variables are stored in _____________ .

a. storedVars
b. storedVariables
c. VariablesStore
d. All of the above
Answer  Explanation 

ANSWER: storedVars

Explanation:
No explanation is available for this question!


26)   In selenium, parent and child nodes are in same query because HTML has a tree structure.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!