Sie sind auf Seite 1von 7

Quality Center defines four Testing Levels..?

a) First, second, third and fourth


b) Full, partial, basic and none
c) Full, partial, basic and moderate
d) Partial, basic, moderate and advanced - Ans.

In QTP, the method that explicity activates the recovery scenario mechanism is..?
a) enable
b) activate
c) recovery.active - Ans.
d) recovery.enable

The key that is used to Start and End Analog recording mode?
a) F3
b) F10
c) SHIFT+ALT+F3 - Ans.
d) CTRL+SHIFT+F3

In QTP, which method used for sending information to the test results?
a) Reporter.log()
b) Reporter.Report()
c) Reporter.MsgBox()
d) Reporter.REPORTEVENT() - Ans.

Acceptance test cases are based on what?


a) Code
b) Design ANS:b & C(But not confirm whether both r correct or only
1 is correct)
c) Requirements
d) Decision Table

In QTP, the method used to get data from HTML table is..?
a) GetData(Row,Col)
b) GetCellData (Row,Col) - Ans.
c) GetRowValue(Rowid,Colname)
d) None of the above

In QTP, we can add object methods and function calls into the test using?
a) Step Generator - ANS
b) Function Generator
c) Object Repository
d) None of the above

IEEE 829 test plan documentation standard contains all of the following except?
a) Test tasks
b) Test items
c) Test deliverables
d) Test specifications - ANS

Which of the following tools would be involved in the automation of regression


test?
a) Data tester
b) Boundary tester
c) Capture and Playback - ANS
d) Output comparator

What is the extension of object repository file in QTP?


a) .orf
b) .tsr - ANS
c) .obj
d) .vbs
e) .mtr

Defect management process does not include..?


a) Defect prevention
b) Management reporting
c) Deliverable base-lining
d) None of the above - ANS

- What data flow analysis studies?


A)Use of data paths through the code

- How would you Estimate cost of re-Testing?


A)From metrics of previous similar project

Defect prevention involves which of the following steps?


a) Identify critical tasks
b) Estimate expected impact
c) Minimize expected impact
d) All of the above - ANS
e) Both A and B

Which of the following is not a type if non-functional test?


a) Security
b) Usability
c) Performance - ANS
d) State-Transition

In QTP, to expand all the steps in the keyword view which option you would use
from the view menu..?
a) Expand
b) Expand All - ANS
c) Expand Items
d) Expand Rows

A check point checks that a text string is displayed within a defined area in a
windows application is?
a) Text Checkpoint - ANS
b) Text Area
c) Standard
d) Accessibility

In QTP, What is the shortcut key to open Step Generator?


a) F2
b) F5
c) F6
d) F7 - ANS

In QC, QA Manager changes a requirement from a_____status to Reviewed status once


it is approved?
a) Tested
b) Released
c) Not Reviewed
d) None of the above
What is the shortcut key for opening an Object Repository..?
a) Alt+R
b) Ctrl+R - ANS
c) Shift+R
d) Shift+O+R

Which of the following is not a quality characteristic listed in ISO 9126


Standard?
a) Usability
b) Functionality
c) Supportability - ANS
d) Maintainability

The standard that gives definations of testing terms is..?


a) BS7925-1 - ANS
b) BS7925-2
c) ANSI/IEEE 829
d) ANSI/IEEE 729
e) ISO/IEC 12207

Which one is the confidence testing?


a) Sanity Testing
b) Smoke Testing - ANS
c) System Testing
d) Regression Testing

Which of the following tools would be involved in the automation of regression


test?
a) Data Tester
b) Boundary Tester
c) Record and Playback - ANS
d) Output comparator

Methodologies adopted while performing maintenance testing..?


a) Retesting
b) Sanity testing
c) Confirmation testing
d) Breadth test and depth test - ANS

In QTP, where do you mark an action as resusable?


a) Action Settings
b) Action Properties - ANS
c) Action Run Settings
d) Action Call Properties

In QTP - batch test process, the test list are saved in file format as..?
a) *.mtr
b) *.mtb - ANS
c) *.mts
d) *.mbt

Which of the following is not described in a unit test standard?


a) Stress testing - ANS
b) Syntax testing
c) Decision coverage
d) Equivalence partitioning

Which object is used for sending information to the test results is..?
a) Reporter
b) ReporterEvent
c) Both A & B - ANS
d) None of the above
Syntax : Reporter.ReportEvevnt MicPass �Passed�,�Home_Page displayed�

In QTP, shortcut key for opening a new function library is..?


a) Shift+N
b) CRTL+N
c) Ctrl+Alt+N
d) Shift+Alt+N - ANS

In QTP, tabs in the debug viewer pane are..?


a) Watch, Data, Command
b) Watch, Variables, Debug
c) Watch, Variables,Command - ANS
d) View, Variables,Command

Which property will set for each test object is created and maintained by
QuickTest?
a) Test Object
b) Assistive Object
c) Run-Time Object
d) Smart Identification Object

Typical defects discovered by static analysis includes


a. Programming standard violations - ANS
b. Refering a variable with an undefined value
c. security vulnerabilities
d. All Above

Explanation: The Static analysis tries to uncover the defects in the code without
execution of the code. Of the options that have been specified here, only
programming standard violations can be found out with out execution.

The process starting with the terminal modules is called -


a. Top-down integration
b. Bottom-up integration - ANS
c. None of the above
d. Module integration

System Integration testing should be done after


a. Integration testing
b. System testing - ANS
c. unit testing
d. component integration testing

Methodologies adopted while performing maintenance testing?


a) Retesting
b) Sanity Testing
c) Conformation Testing
d) Breadth Test and Depth Test - ANS

The testing technique that requires devising test cases to demonstrate that each
program function is operational is called
a. black-box testing
b. glass-box testing
c. grey-box testing - ANS
d. white-box testing

Exp.:By the rule of elimination. It cannot be Black box testing as it will look
into the Only the functionality. The white and the glass box testing is 1 and the
same as it referees to the Internal logic of the functions/classes/ loops.

Exhaustive Testing is..?


a) Is always possible
b) Is practically possible
c) Is impractical but possible
d) Is impractical and impossible

The maximum number of Vuser types that the load generator will initialize or stop
simultaneously is..?
a) Max Quota
b) Vuser Quota
c) Run-Time Quota - ANS
d) Max-Vuser Quota

Which of the following techniques is not a black box technique?


a) LCSAJ - ANS
b) Syntax testing
c) State transition testing
d) Boundary value analysis

What programming languages can we use in Selenium RC?


a) C# & Java
b) Java & Perl
c) PHP, Python & Ruby
d) All the above - ANS

Security Testing is applicable to..?


a) Web Applications - ANS
b) Database Applications
c) Windows Based Applications
d) None of the above

Which of the following are categories of acceptance requirement from user's point
of view..?
a) Functionality Requirement
b) Performance Requirement
c) Interface Quality Requirement
d) Software Quality Requirement
e) All the above - ANS

In SilkTest, the include one script file into another we have to use..?
a) Runtime setting
b) Use command
c) Include statement in script file
d) All the above - ANS

In QTP, Which menu Object Spy can be found in ..?


a) Tool
b) Task
c) Tools - ANS
d) Tasks

For mapping a custom object to standard object..?


a) We have to go in test setting
b) We have to go in option settings
c) We have to go in object repository
d) We have to go in object identification

Smoke testing is done to check..?


a) the stability of the build - ANS
b) the functionality of the application
c) the performance of the application
d) all the above

In QTP, call to action we can..?


a) View and execute it - ANS
b) Edit the called action script
c) Only view but cannot execute it
d) None of the above

Which type of unit testing coverage provides adequate coverage for an aircraft
application..?
a) Statement Coverage
b) Decision Coverage
c) Condition Coverage
d) None of the above

In Loadrunner, Agent is the communicator between..?


a) Host and Script
b) Host and RCL
c) Host and Controller - ANS
d) None of the above

In SilkTest, The attribute in plan file which helps in searching the testcases in
script file is ..?
a) test case:
b) connect:
c) include:
d) script:

What is the function name to add the Physical description to GUI Map..?
a) GUI_desc_add()
b) GUI_add_desc()
c) GUI_add_name()
d) None of the above

In QTP, The object repository file modes are ..?


a) Per-action and shared - ANS
b) Per-action and Per-test
c) Per-test and shared
d) Per-action only

In QTP, the file extension of a recovery scenario file is ..?


a) .qrs - ANS
b) .tsr
c) .rst
d) .trs

In Winrunner, function move_locator_track records..?


a) Mouse Press
b) Mouse Release
c) Key board events
d) Mouse movements, including timing information

Which of the following is not part of performance testing..?


a) Recovery testing
b) Simulating many users
c) Measuring response times
d) Generating many transactions

Which of the following is not a candidate for automation..?


a) UI tests
b) Random tests
c) Repetitive tests
d) Data intensive tests

Das könnte Ihnen auch gefallen