Testking ibm 000-641

By PassGuide-IBM Study Guide | Sep 29, 2008
Visited 354 times, 1 so far today

rational robot : 000-641 Exam
Test Information:
• Approximate # of questions: 54
• Duration in minutes: 60
• Format: Multiple Choice and Multiple Response
• Required Passing Score: 80%

Related certifications:
• IBM Certified Specialist for Rational Test Management and Robot

Exam Objectives:
The Robot v2003 test is used in conjunction with the Test Management test to achieve the Test Management and Robot certificate. The two tests together test the knowledge of the candidate in regards to the basics of Rational Software’s test automation tools. Rational Robot, Rational TestManager, and Rational Administrator are covered on the test. The primary content of the test includes questions about the power of using Rational Robot and Rational TestManager to build sophisticated test scripts, manage test assets, and generate reports. The questions cover the following topics:

• Working with Rational Projects
• Managing test assets in Rational TestManager
• Using reports in Rational TestManager
• Applying good scripting practices
• Recording, debugging, and programming techniques in Rational Robot
• Inserting verification points and wait states to ensure test script reliability and validity
• Creating data-driven tests
• Developing and executing shell scripts and test suites
• Investigating and analyzing test results through the Rational Test Log Window and Comparators
• Regression testing using existing Rational Robot test scripts

1.Verification points can be renamed after the script is recorded.
A.True B.False Correct:A
2.What aspect of the By Location identification method is used with an Object Data verification point?
A.Screen and pixel coordinate locations
B.User­defined DLL locations C.Columns and Rows By Locations D.Value and Key By Locations Correct:C
3.What is the purpose of the Object Properties verification point type?
A.To compare the properties of a window; e.g. normal, minimized, maximized, or hidden
B.To capture and compare properties of standard Windows objects
C.To compare the properties of the application; e.g. control location, menu options, etc. D.To test data in Windows objects that contain text; for example, pushbuttons and labels Correct:B
4.How can a synchronization failure between the test script and the application be corrected?
(Select all that apply.) A.Use external data files. B.Use a wait state.
C.Adjust delays between commands.
D.View data with the Comparators. E.Customize test log messages. Correct:B C
5.Given: You have minimized the Robot main window during recording and you are using the default keyboard mappings. Which of the following procedures will bring the Robot main window back to the foreground? (Select all that apply.)
A.Press F5 .
B.Click Robot on the Windows taskbar.
C.Click Open Robot Window on the GUI Record toolbar. D.Use the hot key combination CTRL+SHIFT+F . Correct:B C D
6.Which of the following can be viewed through the Comparators? (Select all that apply.)
A.Causes of application failures
B.Actual results of verification points for this run
C.Messages sent to external log files D.Baseline data for verification points Correct:B D
7.Some window regions (for example, date fields) may change every time a test is run. What Image
Comparator feature allows you to avoid such regions during testing?
A.Baseline image
B.Actual image

C.Differences
D.Mask/OCR
Correct:D
8.Which of the following are types of verification points available in Robot? (Select all that apply.)
A.Window Image, Region Image, Masked Image
B.Data Grid, Numeric Range, Case­Sensitive
C.Window Existence, Window Image, Module Existence
D.Alphanumeric, Notepad, File Comparison E.Object Data, Menu, Object Properties Correct:C E
9.Given: You have debugged the test scripts and are ready to use them for automated testing. What kind of window can cause the script playback process to be interrupted?
A.Expected error window B.Expected sequential window C.Unexpected active window D.Unexpected hidden window Correct:C
10.Which of the following statements are correct concerning verification points? (Select all that apply.)
A.They can be played back if they are copied into a SBL library file. B.They test the state of an object across builds of the application. C.They contain baseline data to compare to the actual results. D.They can be played back with or without a script.
E.They reside as separate files in the test datastore, along with the scripts.
Correct:B C
11.The Comparators show a comparison of baseline data and actual data, with the net difference highlighted.
A.True B.False Correct:A
12.What verification points can be tested with selected data in grids?
A.Region Image, Alphanumeric, File Comparison B.Object Data, Object Properties, and By Location C.ClipBoard, Region Image, and Window Image D.ClipBoard, Menu, and Object Data
Correct:D
13.Given: You are using the Object Finder Tool to select an object to test in the application. What information can the Test Tip display? (Select all that apply.)
A.Recognition method B.Development environment name C.Code complexity level
D.Object type
Correct:A B D

14.Why would timers be inserted in a script? (Select all that apply.)
A.To keep track of how long it takes to develop (record) the script
B.To schedule the start time for a script in a suite
C.To measure the time it takes to perform an activity such as a database transaction
D.To measure the time it takes a verification point to execute across platforms or builds
Correct:C D
15.For what purpose are global header files used in Robot?
A.To declare custom functions, sub procedures, constants or variables to be used with scripts
B.To dynamically add verification points to scripts
C.To automatically add comments or statements to scripts
D.To define custom procedures that can be called from scripts
Correct:A
16.Shell scripts can call other shell scripts.
A.True B.False Correct:A
17.What is the Datapool data type?
A.The database tool used to create the data set. B.The specified number of columns of data to use.
C.The specified number of rows of data to use in the script.
D.The kinds of data the script will send to the application under test.
Correct:D
18.Given: You are debugging a test script. What can you add to a script to stop execution at a specified location?
A.Setpoint B.Halt C.Wait D.Delay
E.Breakpoint
Correct:E
19.What procedure is used to access the Rational Comparators?
A.In the Test Log, select a verification point and view it. B.Using Notepad, view the .CMP file directly. C.Double­click the compile error in the Robot script.
D.In TestManager, click File > Open > Comparators . E.In Robot, click File > Open > Comparators . Correct:A
20.What is the purpose of the Menu verification point type?
A.To compare the properties of a window; e.g. normal, minimized, maximized, or hidden
B.To compare the location of the application menu across builds
C.To capture and compare the state, shortcut keys, and content of the application menu
D.To capture and compare properties of standard Windows objects
Correct:C

21.Which of the following actions apply when utilizing a shell script? (Select all that apply.)
A.Report test case results with Robot GUI scripts. B.Organize TestManager suite scripts.
C.Call a group of Robot GUI scripts. D.Manage TestManager scenario scripts. E.Play back Robot GUI scripts.
Correct:C E
22.Which of the following are Robot GUI Recording options? (Select all that apply.)
A.Object recognition order preference
B.Record think time C.Acknowledge results D.Script Autonaming
E.Delay between commands
Correct:A B D
23.Which of the following are capabilities of the Low­Level Recording mode? (Select all that apply.) A.Create scripts that can be edited with SQABasic, although the commands used are unique to Low­Level Recording
B.Enable user to test painting, drawing, or CAD applications
C.Track detailed mouse movements and keyboard actions by screen coordinates and exact timing
D.Create binary files that can be edited with Notepad and played back for review
Correct:B C
24.Given: Exclude the window object type from consideration and include all the other standard object types recognized by Robot. What is the order preference for object recognition that Robot uses to uniquely identify application objects?
A.Index, ID, Object Name, Label/Text B.ID, Index, Object Name, Label/Text C.Label/Text, Index, ID, Object Name D.Object Name, Label/Text, Index, ID Correct:D
25.You have selected the data to test in a grid. Which additional tasks can be completed before saving the verification point? (Select all that apply.)
A.Move column titles to grid.
B.Insert additional columns or rows of data in the grid. C.Edit the data in the grid.
D.Modify the database type of the grid.
Correct:A C
26.A GUI functional test script with no verification points can still be part of a valid application test.
A.True B.False Correct:A
27.How can the baseline file of a verification point be accessed for viewing? (Select all that apply.)
A.Double­click the .vp file in Explorer.
B.Open the Comparator from the Test Log Window.

C.Right­click the verification point in the Asset pane, then click View Baseline .
D.Select the verification point in the script pane.
Correct:B C
28.What procedure will temporarily halt script recording?
A.Press .
B.Click Pause on the GUI Record toolbar. C.Click Robot on the Windows taskbar. D.Press F5 .
Correct:B
29.How can an object be selected to test in the application? (Select all that apply.)
A.Search the test datastore for the object. B.Find the object in the low­level recording file.
C.Identify it by the object name in the script command. D.Select it from a list of all objects on the desktop.
E.Point to it in the application with the Object Finder tool.
Correct:C D E
30.Which of the following is a function of Robot’s Object Oriented Recording technology?
A.Store data in C++ header files from the application. B.Assign customizable names to objects on the screen. C.Identify objects by their internal names.
D.Use screen coordinates to identify objects in the application.
Correct:C

Testking ibm 000-641 Interactive Testing Engine Included!
54 Questions
Updated : 09/18/2008
Price : $76.99 $69.99
Free down:Testking ibm 000-641
Free down:Pass4sure ibm 000-641

Bookmark and Share
IBM Free Downloads

Type

Exam Bible New Questions & Answers

Latest Updated

Download link
Testking torrent All Ibm 's Exam Pack

767

1 days ago Download
pass4sure ibm

Random Posts

testking ibm
1 Comment so far
  1. [...] testking 000-641 [...]

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 IBM Certification Exams, - IBM Sitemap ibm exams