5.0 Both 1&4: Need and Importance of Testing
5.0 Both 1&4: Need and Importance of Testing
5.0 Both 1&4: Need and Importance of Testing
Testing Process
Q.4 Test Case Preparation & Scripting is done as part of
1.0 Initiation Phase
2.0 Planning Phase
3.0 Design Phase
4.0 Execution
Agile Testing
Q.7 In Agile Testing Test Packs need to be Automated due to
1.0 Due to continuous & Incremental drops in functionality
2.0 To meet daily testing requirements
3.0 We cannot use manual testing
4.0 Option 1 and 2
5.O All of the above
Q.9 Rigorous____ would be carried out, to ensure that the changes made to the application do not cause any
new errors.
1.0 Operational Readiness Testing
2.0 Regression testing
3.0 CAT
4.O SIT
5.0 Performance testing
Review Techniques
Q. 10 Scribe is a member of______
1.0 Walkthrough
2.0 Inspection
3.0 Peer review
4.O None of these
Q.12 In a billing system scenario, a service provider changes local calls at the rate of 30p/sec. Your system
calculates the bills at the rate of 20p/sec. The defect severity is
1.0 High
2.0 Medium
3.0 Low
4.O None of the above
Q.13 In TechM Defects are 'weighted' according to their.
1.0 Priority
2.0 Severity
3.0 Both 1& 2
4.0 None of the above
Defect Metrics
Q.14 Which one of the following is a testing metrics?
1.0 Schedule Variance
2.0 defect density
3.0 % of defects per stage
4.0 productivity
White Box Testing Approach
Q. 15 Which group of test cases will ensure decision coverage for the code below?
Read I
If k100 (2/3)
Then
If(1%2]<>0
Then
OddSum=OddSum + I
Else
EvenSum = EvenSum + I
Endif
Endif
1.0 I = "24", "65","101"
2.0 I = "30","32","110"
3.0 l= "25","28","98"
4.0 I="25","65", "'101"
Q.17 A vending machine dispenses either hot or cold drinks. If you chose a hot drink [e.g. tea or coffee), it asks
if you want milk: and adds milk if required), Then it asks if you want sugar (and adds sugar if required), then
your drink is dispensed. Given the following tests what is the no of decisions covered and no of statements
covered 1) Test 1: Cold drink. Test 2: Hot drink with milk & sugar
1.0 No of Decisions=4 ; No of Statements=4
2.0 No of Decisions=3 ; No of Statements=All
3.0 No of Decisions=All ; No of Statements=All
4.0 No of Decisions=All ; No of Statements=4
Web Testing
Q.24 Which of the following is not true in case of White Box testing of the websites?
1.0 Tests the Dynamic Content
2.0 Checks database driven Webpages
3.0 Tester needs to have necessary language expertise
4.0 All of the above
5.0 None of the above