Testking ibm 000-642

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

rational xde tester : 000-642 Exam
Test Information:
• Approximate # of questions: 50
• Duration in minutes: 60
• Format: Multiple Choice and Multiple Response
• Required Passing Score: 80%

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

Exam Objectives:
The XDE Tester v2003 test is used in conjunction with the Test Management test to achieve the Test Management and XDE Tester certificate. The two tests together test the knowledge of the candidate in regards to the basics of Rational Software’s test automation tools. Rational XDE Tester, Rational TestManager, and Rational Administrator are covered on the test. The primary content of the test includes questions about the power of using Rational XDE Tester 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
• Developing and executing test suites
• Using reports in Rational TestManager
• Rational XDE Tester test datastore
• Recording, debugging, and programming techniques in Rational XDE Tester
• Inserting verification points
• Using test object maps and controlling object recognition
• Creating data-driven tests
• Investigating and analyzing test results through the Rational Test Log Window and Comparators
• Regression testing using existing Rational XDE Tester test scripts

1.What main categories of statements are included in an XDE Tester script? (Select all that apply.)
A.Method calls on test objects
B.Java code added to the application­under­test
C.Verification points
D.Methods inherited from RationalTestScript
E.Java code added to the script that was not part of the recording process
F.Methods inherited from XDE Tester Script G.Methods inherited from the application­under­test Correct:A C D E
2.How can the logging options in XDE Tester be accessed? (Select all that apply.)
A.On the Window menu, click Preferences > Playback > Logging . B.On the Configure menu, click Preferences > Playback > Logging . C.On the Navigate menu, click Go To > Logging Options .
D.On the Window menu, click Show View > Rational XDE Tester > Logging . E.On the Window menu, click Preferences > Rational XDE Tester > Logging . F.On the Configure menu, click Preferences> Rational XDE Tester > Logging . Correct:E F
3.Why would you use regular expressions?
A.To create status reports on generic test objects
B.To create an external data file for a data­driven test C.To make the tests pass within “closeness” boundaries D.To make the tests log an object recognition failure
E.To make the tests pass every time for all boundaries
F.To create maintainable code in the application­under­test
Correct:C
4.You are using the Verification Point and Action Wizard. What are the two steps to record a verification point?
A.Select an object to test and click on the end verification point button. B.Select the object map and select an action to perform on the object. C.Select an object to test and select an action to perform on the object. D.Navigate to the desired object and insert the object in the object map. E.Navigate to the object map and select an object from the map. Correct:C
5.Which of the following statements describe test object maps? (Select all that apply.)
A.They require manual maintenance for each test object. B.Scripts are associated with them.
C.They contain properties for each test object. D.They reduce the need for script maintenance.
E.They are automatically synchronized with the application­under­test. F.They are not visible within the XDE Tester user interface.
Correct:B C D
6.How can an application be configured for testing? (Select all that apply.)
A.Before recording, start the XDE Tester Application Configuration Tool, and add the application.

B.Start recording, click Start Application in the Recording Monitor, click Edit , and add the application to be
configured.
C.Configure the object map to recognize the application­under­test.
D.Change the Windows Preferences to automatically detect the application for testing.
Correct:A B
7.In which programming language does XDE Tester generate a script when recording is stopped?
A.JavaScript B.SQABasic C.Ada
D.C++ E.Java F.C
Correct:E
8.How do you display a message box during script playback?
A.Develop the script by importing the JOptionPane class and adding Java code for a message box. B.Record the script and add one line to import the JOptionPane class.
C.Develop the script using the message box wizard and manually import the JOptionPane class. D.Record the script, use the message box wizard, and add the line to import the JOptionPane class.
E.Develop the script using the message box wizard and then automatically import the JOptionPane class.
Correct:A
9.You are using the Verification Point and Action Wizard. Why would a wait state be set on an object? (Select all that apply.)
A.To set the exact amount of time that it will take for the test to execute
B.To make all tests run in the same amount of time
C.To make sure the system clock has the correct time
D.To synchronize the script and the application­under­test
E.To allow time for the object to be displayed
Correct:D E
10.What script­editing feature offers auto­completion of code fragments as you type?
A.Syntax highlighting B.Code formatting C.Text hover
D.Show source E.Content assist F.Import assistance Correct:E
11.What is a shared test object map used for?
A.To debug troublesome test objects B.To create a decentralized object map C.To specify a public object class
D.To use the objects with multiple scripts E.To optimize test execution runs Correct:D

12.How can the test perspective be opened? (Select all that apply.)
A.Click the Test Perspective button.
B.On the Window menu, click Open Perspective > Test . C.Click the Open a Perspective button and select Test .
D.Start XDE Tester and the test perspective is always opened by default. E.Click the Java Perspective button and select Test .
F.On the Navigate menu, click Go To > Test .
Correct:A B C
13.You are playing back a script for regression testing. Which of the following are true statements?
(Select all that apply.)
A.You are setting the baseline for expected behavior of the application­under­test. B.You are developing your script to work with the application­under­test.
C.You do not need to make sure the test environment is in the correct state.
D.You may need to revise the script to bring it up­to­date with the application­under­test. E.You are playing back a script against a new build of the application­under­test. Correct:D E
14.Which of the following are true about the XDE Tester datastore? (Select all that apply.)
A.It must be created before recording scripts.
B.It can be associated with multiple projects at the same time. C.It can be used without a project.
D.It must be created after creating the project. E.It must be associated with a project. Correct:A C
15.You are using the Verification Point and Action Wizard. Which of the following are valid actions
to perform on the object? (Select all that apply.)
A.Wait for the object to exist.
B.Create a Properties verification point. C.Create an Image verification point. D.Wait for the verification point to exist.
E.Create an Alphanumeric verification point. F.Create a Data verification point.
Correct:A B F
16.What option shows the correct sequence of steps in creating a data­driven test A.Begin recording, start the data mapper tool, end recording, map all the data fields B.Begin recording, start the data­driven test wizard, perform user actions, end recording C.Begin recording, perform user actions, insert regular expressions, end recording D.Begin recording, map all the data fields, end recording, define the datapool fields
E.Begin recording, perform user actions, end recording, add code to use the data source
F.Begin recording, perform user actions, start the data­driven test wizard, end recording
Correct:E
17.You are not using a project. What is stored in the XDE Tester datastore, by default?
A.Script recording and playback process
B.TestManager test logs and listing reports

C.Scripts and object maps
D.Defect trends and reports E.On­line help and User Guide Correct:C
18.How do you handle unexpected active windows (UAW) in the script?
A.Configure the WindowActivate class.
B.Set the UAW option on the preferences page. C.Use the unexpected active window wizard. D.Manually add Java code to the script.
E.Set the UAW option in the Java workbench. F.Import the JOptionPane class.
Correct:D
19.How is a shared test object map created?
A.Automatically, with the script.
B.Add Java code in the script to create the map. C.Run the shared test object map wizard.
D.Click Add Test Object Map on the Datastore menu.
E.Set the shared test object map option on the preferences page.
Correct:D
20.What does the recording monitor display?
A.Messages used during playback
B.Text written by the user during recording C.Messages for actions that are not recorded D.Messages for each click on the application E.Messages that are written to the TestManager log F.Messages for stopping and starting recording Correct:D F
21.You are going to repeat a test. How can you avoid overwriting your log results from a previous test? (Select all that apply.)
A.Rename the log file before the next run is started.
B.Use the name that is displayed in the Select Log dialog. C.Specify a unique log name at the start of a run.
D.Log results are automatically saved in read­only mode. E.Save the script and copy it to another datastore. Correct:A C
22.Which option shows the correct sequence of general steps for recording and playing back a script?
A.Start recording, set up test environment, view results, play back script
B.Start recording, perform user actions, set up test environment, end recording
C.Set up test environment, perform user actions, reset environment, end recording
D.Set up test environment, start recording, play back script, view results E.Reset environment, set playback options, play back script, end recording Correct:D

23.Which of the following methods must be included in a script to override preferences during
playback? A.JOptionPane B.getOptions C.getPropertiesOption D.setOption E.prefOption F.propOption Correct:D
24.Which of the following are true about the Verification Point Comparator? (Select all that apply.)
A.Examines only the actual results. B.Examines only the expected results. C.Examines the actual and expected results.
D.Can be used to update only the actual results. E.Can be used to update only the expected results
F.Can be used to update the actual and expected results.
Correct:C E
25.Which of the following should you use in conjunction with data­driven testing?
A.vpDatapool B.vpData C.vpManual D.vpObject E.vpProperties F.vpDynamic Correct:C
26.What are the advantages of data­driven tests? (Select all that apply.)
A.Decrease script reusability
B.Use external data file
C.Reduce script maintenance efforts D.Use Data verification point E.Facilitate the testing of varied data Correct:B C E
27.How can existing code be made available for re­use in multiple scripts?
A.Set the reuse option on the preferences page.
B.Develop a Helper super class and put it in the datastore. C.Manually add the multipleScripts class to the scripts.
D.Add a getProperties import statement to the script template. E.Create a script with a private class and share it on a network drive. Correct:B
28.What does the HTML log indicate about a test run? (Select all that apply.)
A.The pass/fail status of verification points B.Which TestManager test case failed C.Which defects were previously reported

D.The amount of time it took to develop the test
E.How much of the script played back
Correct:A E
29.What is true about the Playback monitor?
A.It cannot be turned off.
B.It displays the script line that is executing. C.It shows the object that is being accessed.
D.It launches a stop button to initiate debugging.
Correct:B
30.What does XDE Tester use to recognize objects during playback? (Select all that apply.)
A.Recognition weights
B.Recognition recording preferences
C.Recognition logs D.Recognition thresholds E.Recognition helper class
Correct:A D

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

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-642 [...]

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