Вы находитесь на странице: 1из 9

1.

Verification is:
a. Checking that we are building the right system
b. Checking that we are building the system right
c. Performed by an independent test team
d. Making sure that it is what the user really wants
Answer: b

2. A regression test:
a. Will always be automated
b. Will help ensure unchanged areas of the software have not been affected
c. Will help ensure changed areas of the software have not been affected
d. Can only be run during user acceptance testing
Answer: b

3. If an expected result is not specified then:


a. We cannot run the test
b. It may be difficult to repeat the test
c. It may be difficult to determine if the test has passed or failed
d. We cannot automate the user inputs
Answer: C

4. Which of the following could be a reason for a failure


1) Testing fault
2) Software fault
3) Design fault
4) Environment Fault
5) Documentation Fault
a. 2 is a valid reason; 1,3,4 & 5 are not
b. 1,2,3,4 are valid reasons; 5 is not
c. 1,2,3 are valid reasons; 4 & 5 are not
d. All of them are valid reasons for failure
Answer: D

5. Test are prioritized so that:


a. You shorten the time required for testing
b. You do the best testing in the time available
c. You do more effective testing
d. You find more faults
Answer: b

6. During which test activity could faults be found most cost effectively?
a. Execution
b. Design
c. Planning
d. Check Exit criteria completion
Answer: C

7. Which, in general, is the least required skill of a good tester?


a. Being diplomatic
b. Able to write software
c. Having good attention to detail
d. Able to be relied on
Answer: b

8. The purpose of requirement phase is


a. To freeze requirements
b. To understand user needs
c. To define the scope of testing
d. All of the above
Answer: D

9. The inputs for developing a test plan are taken from


a. Project plan
b. Business plan
c. Support plan
d. None of the above
Answer: A

10. Defect Management process does not include


a. Defect prevention
b. Deliverable base-lining
c. Management reporting
d. None of the above
Answer: b
11. A reliable system will be one that:
a. Is unlikely to be completed on schedule
b. Is unlikely to cause a failure
c. Is likely to be fault-free
d. Is likely to be liked by the users
Answer: b

12. Which of the following is not a characteristic for Testability?


a. Operability
b. Observability
c. Simplicity
d. Robustness
Answer: D

13. Cyclomatic Complexity method comes under which testing method.


a. White box
b. Black box
c. Green box
d. Yellow box
Answer: A

14. Which of these can be successfully tested using Loop Testing


methodology?
a. Simple Loops
b. Nested Loops
c. Concatenated Loops
d. All of the above
Answer: D

15. To test a function, the programmer has to write a ______, which calls the
function and passes it test data.
a. Stub
b. Driver
c. Proxy
d. None of the above
Answer: b
16. Equivalence partitioning is:
a. A black box testing technique used only by developers
b. A black box testing technique than can only be used during system testing
c. A black box testing technique appropriate to all levels of testing
d. A white box testing technique appropriate for component testing
Answer: C

17. When a new testing tool is purchased, it should be used first by:
a. A small team to establish the best way to use the tool
b. Everyone who may eventually have some use for the tool
c. The independent testing team
d. The vendor contractor to write the initial scripts
Answer: A

18. Loop Testing comes under which testing method?

White Box

Black Box

Green Box

Yellow Box
Ans : 1

19. Which testing methods are used by end-users who actually test software
before they use it.

Alpha and Beta Testing

White Box Testing

Black Box Testing

Trial and Error Testing


Ans : 1

20. Acceptance testing will be done by


a. User
b. Quality control
c. Quality assurance
d. Senior management
20. a
21. Main objective of configuration management
a. Maintain baseline for each version

b. Build software libraries

c. Get the right change installed at the right time

21. c

22. Unit testing is a

a. White box testing

b. Black box testing

c. Stress testing

22. a

23. Before doing integration testing this testing must have been done

a. Unit testing

b. Systems testing

c. Stress testing

23.a

24. Which of the following best defines testing?

(a) Testing is the process of proving that a system works according to specifications.

(b) Testing is the process of proving that a system is error-free.

(c) Testing is the process of locating errors.

(d)Testing is the process of confirming that a system meets its objectives.


Ans.a

25. The toolbar enables you to view the details of an individual action or the
entire test flow is

a. Testing toolbar
b. None of the above
c. Action toolbar
d. Test Pane

Ans.c

26. To use a specific property to identify your object, but that property is not
listed in the properties list. Then how do you identify that object?
a. Add the specific property to the list
b. Use the Default property
c. Use some other property to identify your object

Ans.a

27. The list of test objects and their properties and values are stored in the
a. Object Repository
b. Object Identification

Ans.a

28. To retrieve the current property value of the objects in your application
during the run session.
a. GetVisibleText
b. GetROProperty
c. SetROProperty
d. GetTOProperty

Ans.b

29. Bitmap checkpoint is supported in VB environment.


a. True
b. False

Ans.a

30. To compares the values of the specified property during a run session with
the values stored for the same test object property within the test.
a. Checkpoint
b. All the above
c. Output Value
d. Compare the object property

Ans.a

31. You will use the recording mode for an object not recognized by QuickTest.
a. Low-Level Recording Mode
b. Normal recording Mode
c. Analog Mode

Ans.a

32. The statement that calls the recorded analog file is


a. RunAnalog
b. CallAnalog
c. ExecuteAnalog

Ans.a

33. An action can be called by other tests or actions is


a. Call Action
b. Split Action
c. Reusable Action

Ans.c

34. QuickTest adds a checkpoint statement in the Expert View as


a. Check Checkpoint
b. Checkpoint

Ans.a

35. A Checkpoint checks that a text string is displayed within a defined area in a
Windows application is
a. Accessibility
b. Text Area
c. Standard
d. Text

Ans.b

36. Can we get the execution time for an action in a Test.


a. Yes
b. No

Ans.a

37. The Command used to insert the transactions in test is,


a. StartTransaction(“Name”), EndTransaction(“Name”)
b. Services.StartTransaction "Name", Services.EndTransaction "Name"
c. StartTransaction.services "Name”, EndTransaction.services "Name”

Ans.b
38. A step in which one or more values are captured at a specific point in your
test and stored for the duration of the run session is
a. Output Value
b. Checkpoints
c. Active Screen

Ans.a

39. QuickTest can detects an application crash and activate a defined recovery
scenario to continue the run session.
a. True
b. false

Ans.a

40. In Batch Test process, the test list are saved in file format as,
a. *.mtb
b. *.mts
c. *.mbt
d. *.mtr

Ans.a

41. The command used to invoke other application from QTP,


a. InvokeApplication
b. SystemUtil.Run
c. Run
d. Both b & c
e. Both a & b

Ans.e

42. Can we add external library files in QTP?


a. No
b. Yes

Ans.b

43. The method that explicitly activates the recovery scenario mechanism is,
a. recovery.activate
b. enable
c. recovery.enable
d. activate

Ans.a

44. We can add Test object methods, function calls into the Test using
a. Function generator
b. Step generator
c. Object repository

Ans.a

45. The method that adds to the test while implementing Synchronization is
a. Synchronize
b. Wait
c. WaitProperty
d. Pause

Ans.c

46. Post-recovery test run options specifies


a. how to continue the run session after QTP identify the event
b. errors while running
c. recovery scenario during a run session

Ans.a

47. The action that can be called multiple times by the test as well as by other
tests is called
a. non-reusable action
b. Reusable action
c. External action

Ans.b

48. QuickTest supports virtual object for anolog or low-level recording.


a. False
b. True

Ans.a

49. The QTP script files are stored in the extension of


a. *.mts
b. *.usr
c. *.mtr
d. *.vbs

Ans.a

50. The 3 Parameter types available in data driver is


a. DataTable,Environment,Random number
b. DataTable,random number,unique
c. environment,string,numeric

Ans.a

Вам также может понравиться