While recording a script, the recording monitor. A. appears at the conclusion of recording B. is only displayed on the toolbar C. does not appear D.

Size: px
Start display at page:

Download "While recording a script, the recording monitor. A. appears at the conclusion of recording B. is only displayed on the toolbar C. does not appear D."

Transcription

1 While recording a script, the recording monitor. A. appears at the conclusion of recording B. is only displayed on the toolbar C. does not appear D. displays a message for each action What can be tested when recording a verification point? A. an objects data only B. an objects data or properties only C. whether or not the object is working D. an objects data, properties, or existence What can you use to select an object as a verification point? A. the object finder, the object picker, or the object browser B. the main object browser, the test object browser, or the extra object browser C. the object finder, the test object browser, or the delay method D. the delay method1 the scripting method, or the pointer method A recording is started by: A. Entering script_record on the command line B. creating a script and then pressing the record button in the RFT application C. starting the application under test D. Starting RFT How do you stop recording? A. click the Stop Recording button on the recording toolbar B. end the application under test C. close RFT D. close the recording monitor Which three actions are possible with RFT? (Choose three.) A. use a wizard to substitute literals with datapool variables B. substitute literals in verification points with datapool variables C. create a datapool while recording a data-driven script D. create scripts in c#, B, C You must a script with a datapool before substituting literal values in the script with references to datapool variables. A. share B. associate C. run D. disassociate When is the best time to use data-driven testing? A. when the test only needs to be run once B. when the test steps change based on the test input data C. when the test must be run multiple times with different data D. when the test requires a lot of manual data entry Functional Tester allows you to import an external datapool from which of the following? (Choose three.) A. an external.csv file B. another Functional Tester datapool C. an existing TestManager datapool D. an access (.mdb) file, B, C What is one way to insert data-driven commands into the test script? A. use the Insert Data Driven Commands button while recording B. use the Insert Data Driven Commands button while executing C. the commands are generated automatically while importing the datapool D. use the super helper class after recording What must you do before editing the datapool using an external application? A. make it a public datapool B. make it a private datapool C. export it to a.csv file D. import it from a.csv file Which statement is true about an RFT test datapool? A. It is exclusive for only one test script.

2 B. It is a collection of related data records. C. It is automatically generated during script record. D. It is a collection of related test scripts. What must you do to view a comparator of a failed verification point from an RFT text log? A. open a web browser and browse to open the file: \<project_path> \<log_name>\<log_vp_name>.rftvd for the verification point you want to view B. right-click on the test log and select Failed Verification Points from the right-click menu, then select the verification point you want to view C. open the test log, right-click on the verification point line you want to view and select View Results from the right-click menu D. log results in another format since you cannot open a comparator from a text log Given an existing TestManager Rational Test project, what are the steps to log results to TestManager? A. from TestManager, create a new Test Script Type for RFT, then from RFT, select the Functional Test logging preferences to TestManager B. from RFT, select the Functional Test logging preferences to TestManager, then select the TestManager project when you run an RFT test C. from RFT, associate the Rational Test Project with the RFT project, then select the Functional Test logging preferences to TestManager D. from the Rational Administrator, associate the RFT project to the Rational Test Project, then from RFT, select the Functional Test logging preferences to TestManager Out of the box, what are the different options for logging RFT tests? A. HTML, text, custom, TestManager, and none B. HTML, text, TPTP, TestManager, and none C. TestManager, CQTM, TPTP, HTML, and none D. HTML, PDF, text, TestManager, and none Not including TestManager or custom logging, how can you organize RFT test results? A. define and follow a naming convention for all test logs B. define and follow a naming convention for all logs and log subfolders C. create as many folders in the *_logs project as needed and drag logs into the appropriate folders D. create additional log projects which are associated with the primary RFT project, (for example, <project>_acceptance_logs) How do you perform image verification in a test? A. select Perform Image Verification Point from the Verification Point and Action Wizard B. select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only the.src or other property for the image C. download and install the RFT Enhancement Pack plug-in from IBM Rational Support D. download and install the Image Comparator for Rational Functional Tester utility from developerworks What should the tester open to view Test Objects, Main Data Area and Recognition Data? A. the test script B. the test comparator C. the object map D. the log viewer What should the tester do to open the comparator in an HTML log after the test has been played back? A. select View > Failures from the menu B. click the View Results link in the test log C. nothing, because the comparator open automatically D. select Open > Comparator from the menu The tester resets their test environment and sets the playback environment. What is the tester ready to do? A. record the test B. set recording options C. view and analyze the results D. play back the script If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures? A. re-record the test B. use the comparator and update the baseline data

3 C. nothing, because the test is supposed to fail D. change the test data Which three methods write to the RFT log? (Choose three.) A. logerror() B. logdefect() C. loginfo() D. logwarning() E. logsuccess(), C, D Given the following: ProcessTestObject pid = startapp("classicsjavaa"); What are two valid methods one can call with a ProcessTestObject? (Choose two.) A. pid.duplicate() B. pid.kill() C. OK(pid).click() D. pid.find(atdescendant("value", "OK")) E. pid.getobjects();, D Given the following code snippet: OK().waitForExistence(); Assuming that no changes have been made to the Functional Tester default playback settings, which two statements will cause Functional Tester to wait for 60 seconds for the OK button to appear? (Choose two.) A. setoption(ioptionname.maximum_find_object_time, 60.0) B. setoption(ioptionname.maximum_wait_for_existence, 60.0) C. setoption(ioptionname.time_multiplier,.5) D. setoption(ioptionname.time_multiplier, 2.0), C Given the following: A script named BuyCD has been created. A Helper Superclass named HelperSuper1 has been created. A Helper Superclass named HelperSuper2 has been created. Which of the following are valid Functional Tester script class inheritance hierarchies? (Choose two.) Note: inherits from is expressed by the symbol? A. BuyCD -> BuyCDHelper -> RationalTestScript B. BuyCD -> HelperSuper1 -> RationalTestScript C. Helper1 -> RationalTestScript -> BuyCD D. BuyCD -> HelperSuper1 -> HelperSuper2 -> RationalTestScript, D Which statement is true about Functional Tester scripts and datapools? A. All scripts are associated with either a private or shared datapool, and a script cannot exist without a datapool B. There are three types of datapools: private, shared and global C. The datapool associated with a script cannot be changed once the association has been made D. A datapool can be created while in recording mode Which Java method advances the datapool cursor to the next row in the datapool? A. dpmovenext() B. dpmovecursor() C. dpnext() D. dpnextrow() Which three statements are true about HelperSuper classes? (Choose three.) A. Scripts can share Helper Superclasses. B. Scripts cannot share Helper Superclasses. C. Scripts can inherit from multiple Helper Superclasses. D. Scripts can inherit from a Helper Superclass that resides in a.jar file., C, D A script needs to perform an action on an object. One of the recognition properties of the object is the.url property. The URL is dynamic. At recording time, the URL was However, it can vary every time the script is played back. In particular, the portion of the.url property that is subject to change is the digits that appears after the dash. Which regular expression will match the value of the.url property regardless of the number of digits between the - and the.? Note: The regular expression should NOT match the.url property if no digits appear after the dash (as in ww-.ibm.com). A. www-*\.ibm\.com B. www-{num}?\.ibm\.com

4 C. www-{num}+\.ibm\.com D. www-[0-9]*\.ibm\.com E. www-[0-9]\.ibm\.com What is the effect the Clear State on Close setting in the Object Map interface when you exit the object map? A. All new test objects will be accepted by removing the "New" designation from the test object. B. All new test objects will be accepted by changing the New designation to Accepted for the test object. C. All unused test objects will be removed from the map. D. All test objects that have not been accepted will continue to have a designation of "New." Given the following settings: Maximum acceptable recognition score Last chance recognition score Warn if accepted score is greater than Maximum time to attempt to find Test Object 20 How will RFT behave at runtime if the recognition score of a found object is 10000? A. It will accept the found object after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Warning to the log. B. It will accept the found object after waiting for 20 seconds for an object with better recognition and write nothing to the log. C. It will accept the found object immediately and write an Ambiguous Recognition Warning to the log. D. It will accept the found object immediately and write nothing to the log. E. It will immediately throw an ObjectNotFoundException and write an Ambiguous Recognition Failure to the log. F. It will throw an ObjectNotFoundException after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Failure to the log. What is the minimum weight that can be assigned to a recognition property? A. no value (leave blank) B. 0 C. 1 D. 10 E. 100 Which regular expression offers a successful way to ensure the order number is a 1 to 3-digit number in the following format? Your order number is 125. A. Your order number is [0-9]{3}. B. Your order number is [0-9]{3}\. C. Your order number is [0-9]{1,3). D. Your order number is [0-9]{1,3)\. What are the default values for retry interval and maximum retry time? A. 2 second retry interval, 20 seconds maximum retry time B. 5 second retry interval, 30 seconds maximum retry time C. 1 second retry interval, 5 seconds maximum retry time D. 3 second retry interval, 15 seconds maximum retry time Which objects can be tested with a State verification point? A. A combo box and a list box B. A label and a text box C. A table and a tree view D. A checkbox and a toggle button What is an appropriate use of the command Test Object > Highlight when working with verification points? A. It is used to highlight the test object at playback (to identify what is being tested). B. It is used to create a new verification point in the current script C. It is used to highlight the test object (to verify it is found in the application) D. It is used to identify all objects in an application which can be tested Which statement is true about the "Time Delayed" method when you are creating verification points in your scripts? A. It introduces a fixed delay after a previous action before the verification point is tested B. It allows a verification point to keep trying until the time specified has elapsed C. It gives the tester time to reveal pop-up objects (such as menus) during the creation of a verification point

5 D. It gives the tester the opportunity to specify a delay after a verification point fails Given the following manual verification point vpmanual ("manual1", "The rain in Spain", "The Rain in Spain").performTest(); What are the results? A. The two strings are the same, and a pass would be generated in the log B. The two strings are different, and a fail would be generated in the log C. The syntax is incorrect, so this would not compile D. This will compile but the parameters are mixed up, and a fail would be recorded in the log. The correct syntax is: vpmanual ("The rain in Spain", "The Rain in Spain", "manual1").performtest(); Which branches under Preferences contain specific settings to enable the ClearCase integration? A. Workbench and Test B. Functional Test and Run/Debug C. Workbench and Team D. Plug-in Development and Functional Test While recording a script, the recording monitor. When you set break points, why does the script not stop A. appears at the conclusion of recordingat the break points and switch over to B. is only displayed on the toolbar the debug perspective? C. does not appear A. This is a known eclipse bug in version 6.1 and has been corrected in the latest D. displays a message for each actionrelease or last interim fix B. The break point has already been recognized by the JVM and the break point needs to be toggled C. Either the icon or debug functional tester script was not invoked or the shift + F11 menu What can be tested when recording a verification point? option was not invoked D. The debug perspective is not listed as an available A. an objects data onlyperspective when trying to debug a script B. an objects data or properties only C. whether or not the object is working When you enable web browsers, what is the best way to select the Linux or UNIX web browser? A. You use the Search button, choose Search All, select the executable, and provide all the needed parameters. B. Modify the registry to enable Linux or Unix web browser support C. Modify the Internet Explorer settings to refer to a Linux or Unix web browser D. You use the Search button, choose Search In, browse to the executable, and provide all the needed parameters In which situation is it best to use the Browser Enablement Diagnostic tool? A. when the web browser does not launch when invoked through Functional Tester B. when testers are trying to determine it their web browsers are compatible with Functional Tester C. when Functional Tester is in the recording process and no HTML objects are being recognized D. when Functional Tester is not able to launch the viewlet comparator on the HTML log You cannot access help file from Rational Functional Tester. You receive an error or the page loads slowly. How can this be fixed? A. talk to the LAN Administrator to see if there is a problem with the corporate network or if the ISP is having performance issues B. in Network properties, change the IP configuration to static IP and provide a valid IP address, which can be obtained from the LAN Administrator C. in the Network Advanced settings for proxies, remove " ; localhost" from the Exceptions if these addresses are listed D. if your host was configured to use DHCP for IP assignment, make sure that the "Automatically detect settings" checkbox is cleared Where do you set the option for switching to Test Debug perspective when debugging? A. Preferences > Functional Test > Workbench > Advanced B. Preferences > Java > Debug C. Preferences > Run/Debug > Console D. Preferences > Test

6 D. an objects data, properties, or existence What can you use to select an object as a verification point? A. the object finder, the object picker, or the object browser B. the main object browser, the test object browser, or the extra object browser C. the object finder, the test object browser, or the delay method D. the delay method1 the scripting method, or the pointer method A recording is started by: A. Entering script_record on the command line B. creating a script and then pressing the record button in the RFT application

7 C. starting the application under test D. Starting RFT How do you stop recording? A. click the Stop Recording button on the recording toolbar B. end the application under test C. close RFT D. close the recording monitor Which three actions are possible with RFT? (Choose three.) A. use a wizard to substitute literals with datapool variables B. substitute literals in verification points with datapool variables C. create a datapool while recording a data-driven script D. create scripts in c#, B, C You must a script with a datapool before substituting literal values in the script with references to datapool variables. A. share B. associate C. run D. disassociate When is the best time to use data-driven testing? A. when the test only needs to be run once B. when the test steps change based on the test input data C. when the test must be run multiple times with different data D. when the test requires a lot of manual data entry

8 Functional Tester allows you to import an external datapool from which of the following? (Choose three.) A. an external.csv file B. another Functional Tester datapool C. an existing TestManager datapool D. an access (.mdb) file, B, C What is one way to insert data-driven commands into the test script? A. use the Insert Data Driven Commands button while recording B. use the Insert Data Driven Commands button while executing C. the commands are generated automatically while importing the datapool D. use the super helper class after recording What must you do before editing the datapool using an external application? A. make it a public datapool B. make it a private datapool C. export it to a.csv file D. import it from a.csv file Which statement is true about an RFT test datapool? A. It is exclusive for only one test script. B. It is a collection of related data records.

9 C. It is automatically generated during script record. D. It is a collection of related test scripts. What must you do to view a comparator of a failed verification point from an RFT text log? A. open a web browser and browse to open the file: \<project_path> \<log_name>\<log_vp_name>.rftvd for the verification point you want to view B. right-click on the test log and select Failed Verification Points from the right-click menu, then select the verification point you want to view C. open the test log, right-click on the verification point line you want to view and select View Results from the right-click menu D. log results in another format since you cannot open a comparator from a text log Given an existing TestManager Rational Test project, what are the steps to log results to TestManager? A. from TestManager, create a new Test Script Type for RFT, then from RFT, select the Functional Test logging preferences to TestManager B. from RFT, select the Functional Test logging preferences to TestManager, then select the TestManager project when you run an RFT test C. from RFT, associate the Rational Test Project with the RFT project, then select the Functional Test logging preferences to TestManager D. from the Rational Administrator, associate the RFT project to the Rational Test Project, then from RFT, select the Functional Test logging preferences to TestManager Out of the box, what are the different options for logging RFT tests? A. HTML, text, custom, TestManager, and none B. HTML, text, TPTP, TestManager, and none C. TestManager, CQTM, TPTP, HTML, and none D. HTML, PDF, text, TestManager, and none Not including TestManager or custom logging, how can you organize RFT test results?

10 A. define and follow a naming convention for all test logs B. define and follow a naming convention for all logs and log subfolders C. create as many folders in the *_logs project as needed and drag logs into the appropriate folders D. create additional log projects which are associated with the primary RFT project, (for example, <project>_acceptance_logs) How do you perform image verification in a test? A. select Perform Image Verification Point from the Verification Point and Action Wizard B. select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only the.src or other property for the image C. download and install the RFT Enhancement Pack plug-in from IBM Rational Support D. download and install the Image Comparator for Rational Functional Tester utility from developerworks What should the tester open to view Test Objects, Main Data Area and Recognition Data? A. the test script B. the test comparator C. the object map D. the log viewer What should the tester do to open the comparator in an HTML log after the test has been played back? A. select View > Failures from the menu B. click the View Results link in the test log C. nothing, because the comparator open automatically D. select Open > Comparator from the menu

11 The tester resets their test environment and sets the playback environment. What is the tester ready to do? A. record the test B. set recording options C. view and analyze the results D. play back the script If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures? A. re-record the test B. use the comparator and update the baseline data C. nothing, because the test is supposed to fail D. change the test data Which three methods write to the RFT log? (Choose three.) A. logerror() B. logdefect() C. loginfo() D. logwarning() E. logsuccess()

12 , C, D Given the following: ProcessTestObject pid = startapp("classicsjavaa"); What are two valid methods one can call with a ProcessTestObject? (Choose two.) A. pid.duplicate() B. pid.kill() C. OK(pid).click() D. pid.find(atdescendant("value", "OK")) E. pid.getobjects();, D Given the following code snippet: OK().waitForExistence(); Assuming that no changes have been made to the Functional Tester default playback settings, which two statements will cause Functional Tester to wait for 60 seconds for the OK button to appear? (Choose two.) A. setoption(ioptionname.maximum_find_object_time, 60.0) B. setoption(ioptionname.maximum_wait_for_existence, 60.0) C. setoption(ioptionname.time_multiplier,.5) D. setoption(ioptionname.time_multiplier, 2.0), C Given the following: A script named BuyCD has been created. A Helper Superclass named HelperSuper1 has been created. A Helper Superclass named HelperSuper2 has been created. Which of the following are valid Functional Tester script class inheritance hierarchies? (Choose two.) Note: inherits from is expressed by the symbol? A. BuyCD -> BuyCDHelper -> RationalTestScript B. BuyCD -> HelperSuper1 -> RationalTestScript C. Helper1 -> RationalTestScript -> BuyCD D. BuyCD -> HelperSuper1 -> HelperSuper2 -> RationalTestScript, D

13 Which statement is true about Functional Tester scripts and datapools? A. All scripts are associated with either a private or shared datapool, and a script cannot exist without a datapool B. There are three types of datapools: private, shared and global C. The datapool associated with a script cannot be changed once the association has been made D. A datapool can be created while in recording mode Which Java method advances the datapool cursor to the next row in the datapool? A. dpmovenext() B. dpmovecursor() C. dpnext() D. dpnextrow() Which three statements are true about HelperSuper classes? (Choose three.) A. Scripts can share Helper Superclasses. B. Scripts cannot share Helper Superclasses. C. Scripts can inherit from multiple Helper Superclasses. D. Scripts can inherit from a Helper Superclass that resides in a.jar file., C, D

14 A script needs to perform an action on an object. One of the recognition properties of the object is the.url property. The URL is dynamic. At recording time, the URL was However, it can vary every time the script is played back. In particular, the portion of the.url property that is subject to change is the digits that appears after the dash. Which regular expression will match the value of the.url property regardless of the number of digits between the - and the.? Note: The regular expression should NOT match the.url property if no digits appear after the dash (as in ww-.ibm.com). A. www-*\.ibm\.com B. www-{num}?\.ibm\.com C. www-{num}+\.ibm\.com D. www-[0-9]*\.ibm\.com E. www-[0-9]\.ibm\.com What is the effect the Clear State on Close setting in the Object Map interface when you exit the object map? A. All new test objects will be accepted by removing the "New" designation from the test object. B. All new test objects will be accepted by changing the New designation to Accepted for the test object. C. All unused test objects will be removed from the map. D. All test objects that have not been accepted will continue to have a designation of "New."

15

16 Given the following settings: Maximum acceptable recognition score Last chance recognition score Warn if accepted score is greater than Maximum time to attempt to find Test Object 20 How will RFT behave at runtime if the recognition score of a found object is 10000? A. It will accept the found object after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Warning to the log. B. It will accept the found object after waiting for 20 seconds for an object with better recognition and write nothing to the log. C. It will accept the found object immediately and write an Ambiguous Recognition Warning to the log. D. It will accept the found object immediately and write nothing to the log. E. It will immediately throw an ObjectNotFoundException and write an Ambiguous Recognition Failure to the log. F. It will throw an ObjectNotFoundException after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Failure to the log. What is the minimum weight that can be assigned to a recognition property? A. no value (leave blank) B. 0 C. 1 D. 10 E. 100

17 Which regular expression offers a successful way to ensure the order number is a 1 to 3-digit number in the following format? Your order number is 125. A. Your order number is [0-9]{3}. B. Your order number is [0-9]{3}\. C. Your order number is [0-9]{1,3). D. Your order number is [0-9]{1,3)\. What are the default values for retry interval and maximum retry time? A. 2 second retry interval, 20 seconds maximum retry time B. 5 second retry interval, 30 seconds maximum retry time C. 1 second retry interval, 5 seconds maximum retry time D. 3 second retry interval, 15 seconds maximum retry time Which objects can be tested with a State verification point? A. A combo box and a list box B. A label and a text box C. A table and a tree view D. A checkbox and a toggle button What is an appropriate use of the command Test Object > Highlight when working with verification points? A. It is used to highlight the test object at playback (to identify what is being tested). B. It is used to create a new verification point in the current script C. It is used to highlight the test object (to verify it is found in the application) D. It is used to identify all objects in an application which can be tested Which statement is true about the "Time Delayed" method when you are creating verification points in your scripts?

18 A. It introduces a fixed delay after a previous action before the verification point is tested B. It allows a verification point to keep trying until the time specified has elapsed C. It gives the tester time to reveal pop-up objects (such as menus) during the creation of a verification point D. It gives the tester the opportunity to specify a delay after a verification point fails Given the following manual verification point vpmanual ("manual1", "The rain in Spain", "The Rain in Spain").performTest(); What are the results? A. The two strings are the same, and a pass would be generated in the log B. The two strings are different, and a fail would be generated in the log C. The syntax is incorrect, so this would not compile D. This will compile but the parameters are mixed up, and a fail would be recorded in the log. The correct syntax is: vpmanual ("The rain in Spain", "The Rain in Spain", "manual1").performtest(); Which branches under Preferences contain specific settings to enable the ClearCase integration? A. Workbench and Test B. Functional Test and Run/Debug C. Workbench and Team D. Plug-in Development and Functional Test When you set break points, why does the script not stop at the break points and switch over to the debug perspective? A. This is a known eclipse bug in version 6.1 and has been corrected in the latest release or last interim fix B. The break point has already been recognized by the JVM and the break point needs to be toggled C. Either the icon or debug functional tester script was not invoked or the shift + F11 menu option was not invoked D. The debug perspective is not listed as an available perspective when trying to debug a script

19 When you enable web browsers, what is the best way to select the Linux or UNIX web browser? A. You use the Search button, choose Search All, select the executable, and provide all the needed parameters. B. Modify the registry to enable Linux or Unix web browser support C. Modify the Internet Explorer settings to refer to a Linux or Unix web browser D. You use the Search button, choose Search In, browse to the executable, and provide all the needed parameters In which situation is it best to use the Browser Enablement Diagnostic tool? A. when the web browser does not launch when invoked through Functional Tester B. when testers are trying to determine it their web browsers are compatible with Functional Tester C. when Functional Tester is in the recording process and no HTML objects are being recognized D. when Functional Tester is not able to launch the viewlet comparator on the HTML log You cannot access help file from Rational Functional Tester. You receive an error or the page loads slowly. How can this be fixed? A. talk to the LAN Administrator to see if there is a problem with the corporate network or if the ISP is having performance issues B. in Network properties, change the IP configuration to static IP and provide a valid IP address, which can be obtained from the LAN Administrator C. in the Network Advanced settings for proxies, remove " ; localhost" from the Exceptions if these addresses are listed D. if your host was configured to use DHCP for IP assignment, make sure that the "Automatically detect settings" checkbox is cleared Where do you set the option for switching to Test Debug perspective when debugging? A. Preferences > Functional Test > Workbench > Advanced B. Preferences > Java > Debug C. Preferences > Run/Debug > Console

20 D. Preferences > Test 1.How do you start the application under test? A.use the Windows Start menu B.simply begin recording C.open a command line and start the application by typing its name D.click the Start Application button on the recording toolbar Correct:D 2.While recording a script, the recording monitor. A.appears at the conclusion of recording B.is only displayed on the toolbar C.does not appear D.displays a message for each action Correct:D 3.What can be tested when recording a verification point? A.an objects data only B.an objects data or properties only C.whether or not the object is working D.an objects data, properties, or existence Correct:D 4.What can you use to select an object as a verification point? A.the object finder, the object picker, or the object browser B.the main object browser, the test object browser, or the extra object browser C.the object finder, the test object browser, or the delay method D.the delay method, the scripting method, or the pointer method Correct:C 5.A recording is started by: A.Entering script_record on the command line B.creating a script and then pressing the record button in the RFT application C.starting the application under test D.Starting RFT Correct:B 6.How do you stop recording? A.click the Stop Recording button on the recording toolbar B.end the application under test C.close RFT D.close the recording monitor Correct:A 7.Which three actions are possible with RFT? (Choose three.) A.use a wizard to substitute literals with datapool variables B.substitute literals in verification points with datapool variables C.create a datapool while recording a datadriven script D.create scripts in c# Correct:A B C

21 8.You must a script with a datapool before substituting literal values in the script with English Chinese(Traditional) Chinese(Simplified) 3 KillTest Information Co., Ltd. All rights reserved. references to datapool variables. A.share B.associate C.run D.disassociate Correct:B 9.When is the best time to use datadriven testing? A.when the test only needs to be run once B.when the test steps change based on the test input data C.when the test must be run multiple times with different data D.when the test requires a lot of manual data entry Correct:C 10.Functional Tester allows you to import an external datapool from which of the following? (Choose three.) A.an external.csv file B.another Functional Tester datapool C.an existing TestManager datapool D.an access (.mdb) file Correct:A B C 11.What will the following CallScript do? CallScript (myscript, null, DP_ALL) A.cause the script to run an infinite number of times B.cause the script to iterate through the entire datapool C.cause the script to run through 100 datapool values D.cause myscript to always pass Correct:B 12.What is one way to insert datadriven commands into the test script? A.use the Insert Data Driven Commands button while recording B.use the Insert Data Driven Commands button while executing C.the commands are generated automatically while importing the datapool D.use the super helper class after recording Correct:A 13.What must you do before editing the datapool using an external application? A.make it a public datapool B.make it a private datapool C.export it to a.csv file D.import it from a.csv file Correct:C 14.Which statement is true about an RFT test datapool? A.It is exclusive for only one test script. B.It is a collection of related data records. C.It is automatically generated during script record. D.It is a collection of related test scripts. Correct:B English Chinese(Traditional) Chinese(Simplified) 4 KillTest Information Co., Ltd. All rights reserved. 15.What must you do to view a comparator of a failed verification point from an RFT text log? A.open a web browser and browse to open the file: \ \\.rftvd for the verification point you want to view B.rightclick

22 on the test log and select Failed Verification Points from the rightclick menu, then select the verification point you want to view C.open the test log, rightclick on the verification point line you want to view and select View Results from the rightclick menu D.log results in another format since you cannot open a comparator from a text log Correct:B 16.Given an existing TestManager Rational Test project, what are the steps to log results to TestManager? A.from TestManager, create a new Test Script Type for RFT, then from RFT, select the Functional Test logging preferences to TestManager B.from RFT, select the Functional Test logging preferences to TestManager, then select the TestManager project when you run an RFT test C.from RFT, associate the Rational Test Project with the RFT project, then select the Functional Test logging preferences to TestManager D.from the Rational Administrator, associate the RFT project to the Rational Test Project, then from RFT, select the Functional Test logging preferences to TestManager Correct:C 17.Out of the box, what are the different options for logging RFT tests? A.HTML, text, custom, TestManager, and none B.HTML, text, TPTP, TestManager, and none C.TestManager, CQTM, TPTP, HTML, and none D.HTML, PDF, text, TestManager, and none Correct:B 18.Not including TestManager or custom logging, how can you organize RFT test results? A.define and follow a naming convention for all test logs B.define and follow a naming convention for all logs and log subfolders C.create as many folders in the *_logs project as needed and drag logs into the appropriate folders D.create additional log projects which are associated with the primary RFT project, (for example, _acceptance_logs) Correct:A 19.How do you perform image verification in a test? A.select Perform Image Verification Point from the Verification Point and Action Wizard B.select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only the.src or other property for the image C.download and install the RFT Enhancement Pack plugin from IBM Rational Support D.download and install the Image Comparator for Rational Functional Tester utility from developerworks Correct:D 20.What should the tester open to view Test Objects, Main Data Area and Recognition Data? A.the test script B.the test comparator English Chinese(Traditional) Chinese(Simplified) 5 KillTest Information Co., Ltd. All rights reserved. C.the object map D.the log viewer

23 Correct:B 21.What should the tester do to open the comparator in an HTML log after the test has been played back? A.select View > Failures from the menu B.click the View Results link in the test log C.nothing, because the comparator open automatically D.select Open > Comparator from the menu Correct:B 22.What should the tester view to discover the current script action being executed? A.playback monitor B.the execution window C.the test script D.the application under test Correct:A 23.The two phases of playing back a script are script development and. A.unit testing B.manual verification C.reviewing results D.regression testing Correct:D 24.The tester resets their test environment and sets the playback environment. What is the tester ready to do? A.record the test B.set recording options C.view and analyze the results D.play back the script Correct:D 25.If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures? A.rerecord the test B.use the comparator and update the baseline data C.nothing, because the test is supposed to fail D.change the test data Correct:B 26.Which three methods write to the RFT log? (Choose three.) A.logError() B.logDefect() C.logInfo() D.logWarning() E.logSuccess() Correct:A C D English Chinese(Traditional) Chinese(Simplified) 6 KillTest Information Co., Ltd. All rights reserved. 27.Given the following: ProcessTestObject pid = startapp("classicsjavaa"); What are two valid methods one can call with a ProcessTestObject? (Choose two.) A.pid.duplicate() B.pid.kill() C.OK(pid).click()

24 D.pid.find(atDescendant("value", "OK")) E.pid.getObjects(); Correct:A D 28.Given the following code snippet: OK().waitForExistence(); Assuming that no changes have been made to the Functional Tester default playback settings, which two statements will cause Functional Tester to wait for 60 seconds for the OK button to appear? (Choose two.) A.setOption(IOptionName.MAXIMUM_FIND_OBJECT_TIME, 60.0) B.setOption(IOptionName.MAXIMUM_WAIT_FOR_EXISTENCE, 60.0) C.setOption(IOptionName.TIME_MULTIPLIER,.5) D.setOption(IOptionName.TIME_MULTIPLIER, 2.0) Correct:B C 29.Given the following: A script named BuyCD has been created. A Helper Superclass named HelperSuper1 has been created. A Helper Superclass named HelperSuper2 has been created. Which of the following are valid Functional Tester script class inheritance hierarchies? (Choose two.) Note: inherits from is expressed by the symbol? A.BuyCD > BuyCDHelper > RationalTestScript B.BuyCD > HelperSuper1 > RationalTestScript C.Helper1 > RationalTestScript > BuyCD D.BuyCD > HelperSuper1 > HelperSuper2 > RationalTestScript Correct:A D 30.Given the following code snippet in which Customers() represents an HTML table from which data needs to be extracted: Customers().getTestData("contents"); What data type is returned by gettestdata("contents")? A.ITestDataTable B.String C.TableData D.TestData Correct:A 1. Which three actions are possible with RFT? (Choose three.) A. use a wizard to substitute literals with datapool variables B. substitute literals in verification points with datapool variables C. create a datapool while recording a data-driven script D. create scripts in c# BC 2. Out of the box, what are the different options for logging RFT tests? A. HTML, text, custom, TestManager, and none B. HTML, text, TPTP, TestManager, and none C. TestManager, CQTM, TPTP, HTML, and none D. HTML, PDF, text, TestManager, and none

25 3. What must you do to view a comparator of a failed verification point from an RFT text log? A. open a web browser and browse to open the file: <project_path> <log_name><log_vp_name>.rftvd for the verification point you want to view B. right-click on the test log and select Failed Verification Points from the right-click menu, then select the verification point you want to view C. open the test log, right-click on the verification point line you want to view and select View Results from the rightclick menu D. log results in another format since you cannot open a comparator from a text log 4. What is one way to insert data-driven commands into the test script? A. use the Insert Data Driven Commands button while recording B. use the Insert Data Driven Commands button while executing C. the commands are generated automatically while importing the datapool D. use the super helper class after recording 5. How do you start the application under test? A. use the Windows Start menu B. simply begin recording C. open a command line and start the application by typing its name D. click the Start Application button on the recording toolbar 6. You must a script with a datapool before substituting literal values in the script with references to datapool variables. A. share B. associate C. run D. disassociate 7. What can you use to select an object as a verification point? A. the object finder, the object picker, or the object browser B. the main object browser, the test object browser, or the extra object browser C. the object finder, the test object browser, or the delay method D. the delay method, the scripting method, or the pointer method 8. What should the tester open to view Test Objects, Main Data Area and Recognition Data? A. the test script B. the test comparator C. the object map D. the log viewer 9. When is the best time to use data-driven testing? A. when the test only needs to be run once B. when the test steps change based on the test input data C. when the test must be run multiple times with different data D. when the test requires a lot of manual data entry 10. A recording is started by: A. Entering script_record on the command line B. creating a script and then pressing the record button in the RFT application C. starting the application under test D. Starting RFT 11. Which statement is true about an RFT test datapool? A. It is exclusive for only one test script. B. It is a collection of related data records. C. It is automatically generated during script record. D. It is a collection of related test scripts. 12. How do you stop recording? A. click the Stop Recording button on the recording toolbar

26 B. end the application under test C. close RFT D. close the recording monitor 13. How do you perform image verification in a test? A. select Perform Image Verification Point from the Verification Point and Action Wizard B. select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only the.src or other property for the image C. download and install the RFT Enhancement Pack plug-in from IBM Rational Support D. download and install the Image Comparator for Rational Functional Tester utility from developerworks 14. Not including TestManager or custom logging, how can you organize RFT test results? A. define and follow a naming convention for all test logs B. define and follow a naming convention for all logs and log subfolders C. create as many folders in the *_logs project as needed and drag logs into the appropriate folders D. create additional log projects which are associated with the primary RFT project, (for example, <project>_acceptance_logs) 15. What will the following CallScript do? CallScript (myscript, null, DP_ALL) A. cause the script to run an infinite number of times B. cause the script to iterate through the entire datapool C. cause the script to run through 100 datapool values D. cause myscript to always pass 16. Given an existing TestManager Rational Test project, what are the steps to log results to TestManager? A. from TestManager, create a new Test Script Type for RFT, then from RFT, select the Functional Test logging preferences to TestManager B. from RFT, select the Functional Test logging preferences to TestManager, then select the TestManager project when you run an RFT test C. from RFT, associate the Rational Test Project with the RFT project, then select the Functional Test logging preferences to TestManager D. from the Rational Administrator, associate the RFT project to the Rational Test Project, then from RFT, select the Functional Test logging preferences to TestManager 17. While recording a script, the recording monitor. A. appears at the conclusion of recording B. is only displayed on the toolbar C. does not appear D. displays a message for each action 18. What must you do before editing the datapool using an external application? A. make it a public datapool B. make it a private datapool C. export it to a.csv file D. import it from a.csv file 19. Functional Tester allows you to import an external datapool from which of the following? (Choose three.) A. an external.csv file B. another Functional Tester datapool C. an existing TestManager datapool D. an access (.mdb) file BC 20. What can be tested when recording a verification point? A. an objects data only B. an objects data or properties only C. whether or not the object is working D. an objects data, properties, or existence

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-842 EXAM QUESTIONS & ANSWERS Number: 000-842 Passing Score: 800 Time Limit: 120 min File Version: 55.5 http://www.gratisexam.com/ IBM 000-842 EXAM QUESTIONS & ANSWERS Exam Name: Rational Functional

More information

Passit4Sure.C _54,QA. Good explanation provided and the references added most of the questions.

Passit4Sure.C _54,QA.   Good explanation provided and the references added most of the questions. Passit4Sure.C2140-842_54,QA Number: C2140-842 Passing Score: 800 Time Limit: 120 min File Version: 20.12 http://www.gratisexam.com/ Pass I T4Sure Good explanation provided and the references added most

More information

Vendor: IBM. Exam Code: C Exam Name: Rational Functional Tester for Java. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Rational Functional Tester for Java. Version: Demo Vendor: IBM Exam Code: C2140-842 Exam Name: Rational Functional Tester for Java Version: Demo QUESTION 1 How do you start the application under test? A. use the Windows Start menu B. simply begin recording

More information

IBM C Rational Functional Tester for Java. Download Full Version :

IBM C Rational Functional Tester for Java. Download Full Version : IBM C2140-842 Rational Functional Tester for Java Download Full Version : http://killexams.com/pass4sure/exam-detail/c2140-842 QUESTION: 44 Which statement is true about the Time Delayed method when you

More information

Rational Functional Tester - Tips and Tricks

Rational Functional Tester - Tips and Tricks IBM Rational Software Development Conference 2006 Rational Functional Tester - Tips and Tricks Suma Byrappa IBM Rational Swathi Rao 2006 IBM Corporation Agenda IBM Rational Software Development Conference

More information

Introduction to IBM Rational Functional Tester 6.1 Mike Kelly

Introduction to IBM Rational Functional Tester 6.1 Mike Kelly Introduction to IBM Rational Functional Tester 6.1 Mike Kelly (Mike@MichaelDKelly.com) First published on IBM developerworks: http://www-130.ibm.com/developerworks/ IBM Rational Functional Tester is an

More information

Exam : : Developing with IBM Websphere studio,v5.0. Title. Version : DEMO

Exam : : Developing with IBM Websphere studio,v5.0. Title. Version : DEMO Exam : 000-285 Title : Developing with IBM Websphere studio,v5.0 Version : DEMO 1.While a developer is creating an Enterprise Application Project using the wizard, which other J2EE component can be created

More information

Exam Name: Test 255.dev.wwibm Rational

Exam Name: Test 255.dev.wwibm Rational Exam Code: 000-255 Exam Name: Test 255.dev.wwibm Rational appdev-websphere Software v6 Vendor: IBM Version: DEMO Part: A 1: A standalone Java application creates a log file without specifying a path name.

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 70-237 Title : Designing Messaging Solutions with Microsoft Exchange Server

More information

How to Use RPT Scripts to Raise Alerts on Server Errors

How to Use RPT Scripts to Raise Alerts on Server Errors How to Use RPT Scripts to Raise Alerts on Server Errors You are observing the default behavior of Rational Performance Tester (RPT) scripts. To raise alerts in the Tivoli Enterprise Portal (TEP), you need

More information

Effective test automation techniques for Rational Functional Tester

Effective test automation techniques for Rational Functional Tester Effective test automation techniques for Rational Functional Tester Page 1 of 8 Effective test automation techniques for Rational Functional Tester Level: Intermediate Michael Kelly (mike@michaeldkelly.com),

More information

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912)

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912) ARM DS-5 Version 5.12 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. ARM DUI 0480L () ARM DS-5 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. Release Information The following

More information

Getting Started with Penn State WikiSpaces

Getting Started with Penn State WikiSpaces Getting Started with Penn State WikiSpaces About Penn State WikiSpaces Penn State WikiSpaces is a platform intended to support Penn State-associated collaboration. Wikis are websites that allow for the

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND 3.2... 4 INSTALLATION GUIDE FOR ECLIPSE 3.3 TO 4.3... 23 INSTALLATION GUIDE FOR ECLIPSE 4.4 OR HIGHER... 37 ECLIPSE VIEWERS... 41 DEVICES... 41

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Last Updated: FRC 2019 BETA

Last Updated: FRC 2019 BETA Last Updated: 08-01-2018 FRC 2019 BETA Table of Contents VS Code (C++/Java IDE)...3 Alpha Test Info...4 Installing VS Code...5 VS Code Basics and WPILib in VS Code... 15 Creating a new WPILib project in

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018 News in RSA-RTE 10.2 updated for sprint 2018.18 Mattias Mohlin, May 2018 Overview Now based on Eclipse Oxygen.3 (4.7.3) Contains everything from RSARTE 10.1 and also additional features and bug fixes See

More information

DB2 Stored Procedure and UDF Support in Rational Application Developer V6.01

DB2 Stored Procedure and UDF Support in Rational Application Developer V6.01 Session F08 DB2 Stored Procedure and UDF Support in Rational Application Developer V6.01 Marichu Scanlon marichu@us.ibm.com Wed, May 10, 2006 08:30 a.m. 09:40 a.m. Platform: Cross Platform Audience: -DBAs

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Exam Name: Using Web Services in IBM Lotus Domino 7

Exam Name: Using Web Services in IBM Lotus Domino 7 Exam Code: 190-756 Exam Name: Using Web Services in IBM Lotus Domino 7 Applications Vendor: Lotus Version: DEMO Part: A 1: Chris has used Domino Designer 7 to create a Web service design element. What

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Exam Name: Test094,App-Dev w/ WebSphere Integration

Exam Name: Test094,App-Dev w/ WebSphere Integration Exam Code: 000-094 Exam Name: Test094,App-Dev w/ WebSphere Integration Developer V6.0.1 Vendor: IBM Version: DEMO Part: A 1: How should a developer invoke the CurrencyConvertor HTTP web service asynchronously

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017 News in RSA-RTE 10.1 updated for sprint 2017.28 Mattias Mohlin, July 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

Just Enough Eclipse What is Eclipse(TM)? Why is it important? What is this tutorial about?

Just Enough Eclipse What is Eclipse(TM)? Why is it important? What is this tutorial about? Just Enough Eclipse What is Eclipse(TM)? Eclipse is a kind of universal tool platform that provides a feature-rich development environment. It is particularly useful for providing the developer with an

More information

Customizing Rational Functional Tester scripts for data-driven testing

Customizing Rational Functional Tester scripts for data-driven testing Customizing Rational Functional Tester scripts for data-driven testing Page 1 of 7 Customizing Rational Functional Tester scripts for data-driven testing Level: Intermediate Pradosh Tarkar (pradosht@in.ibm.com),

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 70-445 Title : TS:MS SQL Server 2005 Business Intelligence-Implem & Mainte Version : DEMO 1 / 8 1.You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package.

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

Windows Embedded Compact Test Kit User Guide

Windows Embedded Compact Test Kit User Guide Windows Embedded Compact Test Kit User Guide Writers: Randy Ocheltree, John Hughes Published: October 2011 Applies To: Windows Embedded Compact 7 Abstract The Windows Embedded Compact Test Kit (CTK) is

More information

Active-HDL. Getting Started

Active-HDL. Getting Started Active-HDL Getting Started Active-HDL is an integrated environment designed for development of VHDL designs. The core of the system is a VHDL simulator. Along with debugging and design entry tools, it

More information

QTP interview questions

QTP interview questions QTP interview questions Testing interview questions 1. What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : HP0-092 Title : HP-UX Advanced System Administration Vendors : HP Version

More information

OPC UA Configuration Manager Help 2010 Kepware Technologies

OPC UA Configuration Manager Help 2010 Kepware Technologies OPC UA Configuration Manager Help 2010 Kepware Technologies 1 OPC UA Configuration Manager Help Table of Contents 1 Getting Started... 2 Help Contents... 2 Overview... 2 Server Settings... 2 2 OPC UA Configuration...

More information

Enterprise Modernization for IBM System z:

Enterprise Modernization for IBM System z: Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System

More information

Provide One Year Free Update!

Provide One Year Free Update! QUESTION & ANSWER HIGHER QUALITY, BETTER SERVICE Provide One Year Free Update! https://www.passquestion.com Exam : 1Z0-241 Title : PeopleSoft Application Develper I: PeopleTools&PeopleCode Version : DEMO

More information

Module Road Map. 7. Version Control with Subversion Introduction Terminology

Module Road Map. 7. Version Control with Subversion Introduction Terminology Module Road Map 1. Overview 2. Installing and Running 3. Building and Running Java Classes 4. Refactoring 5. Debugging 6. Testing with JUnit 7. Version Control with Subversion Introduction Terminology

More information

BMC Remedy Action Request System Using a BIRT Editor to Create or Modify Web Reports

BMC Remedy Action Request System Using a BIRT Editor to Create or Modify Web Reports White Paper BMC Remedy Action Request System 7.6.04 Using a BIRT Editor to Create or Modify Web Reports September 2012 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 000-884 Title

More information

OPC UA Configuration Manager PTC Inc. All Rights Reserved.

OPC UA Configuration Manager PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 5 Project Properties - OPC UA 5 Server Endpoints 7 Trusted Clients 9 Discovery Servers 10 Trusted Servers 11 Instance

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 1Z0-241 Title : PeopleSoft Application Develper I: PeopleTools and PeopleCode

More information

QTP MOCK TEST QTP MOCK TEST II

QTP MOCK TEST QTP MOCK TEST II http://www.tutorialspoint.com QTP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QTP Framework. You can download these sample mock tests at your local

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

User's Guide c-treeace SQL Explorer

User's Guide c-treeace SQL Explorer User's Guide c-treeace SQL Explorer Contents 1. c-treeace SQL Explorer... 4 1.1 Database Operations... 5 Add Existing Database... 6 Change Database... 7 Create User... 7 New Database... 8 Refresh... 8

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: WSAD. J2EE business topologies. Workbench. Project. Workbench components. Java development tools. Java projects

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : 000-921 Title : IBM Tivoli Monitoring V6.2 Administration

More information

Quick Start Version 12.0

Quick Start Version 12.0 Professional Version 12.0 The software supplied with this document is the property of RadView Software and is furnished under a licensing agreement. Neither the software nor this document may be copied

More information

9.5.0 HotFix 1 Fixes... 1 Known Limitations... 2

9.5.0 HotFix 1 Fixes... 1 Known Limitations... 2 Informatica Identity Resolution Version 9.5.0 HotFix1 Release Notes September 2012 Copyright (c) 1998-2012 Informatica. All rights reserved. Contents 9.5.0 HotFix 1 Fixes... 1 Known Limitations... 2 9.5.0

More information

ARM DS-5. Eclipse for DS-5 User Guide. Version 5. Copyright ARM. All rights reserved. ARM DUI0480Q

ARM DS-5. Eclipse for DS-5 User Guide. Version 5. Copyright ARM. All rights reserved. ARM DUI0480Q ARM DS-5 Version 5 Eclipse for DS-5 User Guide Copyright 2010-2015 ARM. All rights reserved. ARM DUI0480Q ARM DS-5 ARM DS-5 Eclipse for DS-5 User Guide Copyright 2010-2015 ARM. All rights reserved. Release

More information

Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0

Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0 Abstract These Application Notes provide

More information

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections:

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections: This chapter contains the following sections: Viewing the Task Library, page 1 Creating a Workflow, page 1 Example: Creating a Workflow, page 13 Resolving Workflow Validation Issues, page 16 Changing Flow

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 74-133 Title : Customizing Portal Solutions with Microsoft SharePoint Products and Technologies Version : DEMO 1 / 5 1.You implement a portal including Microsoft Office SharePoint Portal

More information

Tutorial: Maintaining an ILE COBOL application: Introducing a new level of server tool integration for iseries application development

Tutorial: Maintaining an ILE COBOL application: Introducing a new level of server tool integration for iseries application development Page 1 of 165 Tutorial: Maintaining an ILE COBOL application: Introducing a new level of server tool integration for iseries application development About the tutorial This tutorial through a series of

More information

Chapter 12 Creating Web Pages

Chapter 12 Creating Web Pages Getting Started Guide Chapter 12 Creating Web Pages Saving Documents as HTML Files Copyright This document is Copyright 2010 2016 by the LibreOffice Documentation Team. Contributors are listed below. You

More information

Exam Name: IBM websphere bus.integ.message broker

Exam Name: IBM websphere bus.integ.message broker Exam Code: 000-298 Exam Name: IBM websphere bus.integ.message broker v5.system admin Vendor: IBM Version: DEMO Part: A 1: Which of the following utilities, provided with the Message Brokers Toolkit, will

More information

BASIC USER TRAINING PROGRAM Module 5: Test Case Development

BASIC USER TRAINING PROGRAM Module 5: Test Case Development BASIC USER TRAINING PROGRAM Module 5: Test Case Development Objective Student will have an understanding of how to create, edit and execute a Test Case from Develop a Test Case Activity Page. Student will

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Prolog Converge Login

Prolog Converge Login Prolog Converge Login INTRODUCTION Capital Regional District uses Prolog software to manage the CAWTP program. Prolog Converge is a Web-based project management application that allows efficient collaboration

More information

ARM DS-5. Eclipse for DS-5 User Guide. Version 5. Copyright ARM Limited or its affiliates. All rights reserved.

ARM DS-5. Eclipse for DS-5 User Guide. Version 5. Copyright ARM Limited or its affiliates. All rights reserved. ARM DS-5 Version 5 Eclipse for DS-5 User Guide ARM DS-5 ARM DS-5 Eclipse for DS-5 User Guide Release Information Document History Issue Date Confidentiality Change A June 2010 First release B September

More information

PASSTCERT QUESTION & ANSWER

PASSTCERT QUESTION & ANSWER PASSTCERT QUESTION & ANSWER Higher Quality Better Service! Weofferfreeupdateserviceforoneyear HTTP://WWW.PASSTCERT.COM Exam : NR0-013 Title : Teradata Sql v2r5 Exam Version : DEMO 1 / 5 1.Which three statements

More information

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Wind River Workbench User's Guide, 3.1. Wind River Workbench USER'S GUIDE 3.1

Wind River Workbench User's Guide, 3.1. Wind River Workbench USER'S GUIDE 3.1 Wind River Workbench User's Guide, 3.1 Wind River Workbench USER'S GUIDE 3.1 Copyright 2008 Wind River Systems, Inc. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

Exam : C Title : IBM Certified Specialist - IBM Optim Implementation for Dist. Version : Demo

Exam : C Title : IBM Certified Specialist - IBM Optim Implementation for Dist. Version : Demo Exam : C2090-551 Title : IBM Certified Specialist - IBM Optim Implementation for Dist Version : Demo 1.You have installed the Optim Server on an AIX system. The system is configured with various internal

More information

Mend for Eclipse quick start guide local analysis

Mend for Eclipse quick start guide local analysis The Semmle Mend for Eclipse plugin allows users to view Semmle results in Eclipse. This document describes how to install and use the plugin for local analysis. You can install the plugin using a Semmle

More information

WPS Workbench. user guide. "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs"

WPS Workbench. user guide. To help guide you through using the WPS user interface (Workbench) to create, edit and run programs WPS Workbench user guide "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs" Version: 3.1.7 Copyright 2002-2018 World Programming Limited www.worldprogramming.com

More information

Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher

Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher John Bowman Toad for Oracle Development Table of Contents About Team Coding... 2 Working with a Version Control

More information

IBM Rational Functional Tester

IBM Rational Functional Tester Infineon 11 th April 2006 IFPT IT MFG DC WT Table of contents Automatic GUI Testing Regression Testing IBM Rational FT Overview IBM Rational FT Main Features IBM Rational FT Demonstrations Q&A Pg 1 Table

More information

POOSL IDE Installation Manual

POOSL IDE Installation Manual Embedded Systems Innovation by TNO POOSL IDE Installation Manual Tool version 4.1.0 7 th November 2017 1 POOSL IDE Installation Manual 1 Installation... 4 1.1 Minimal system requirements... 4 1.2 Installing

More information

A QUICK OVERVIEW OF THE OMNeT++ IDE

A QUICK OVERVIEW OF THE OMNeT++ IDE Introduction A QUICK OVERVIEW OF THE OMNeT++ IDE The OMNeT++ Integrated Development Environment is based on the Eclipse platform, and extends it with new editors, views, wizards, and additional functionality.

More information

Scheduler Plug-In Help Kepware Technologies

Scheduler Plug-In Help Kepware Technologies 2015 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Plug-In Interface 5 Schedule Properties 7 Recurrence Configuration 8 Exception Configuration 9 Daylight Saving Time 10 Defining Tags

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Create a functional test

Create a functional test Create a functional test Contents Sr. Title Page Introduction Create a functional test 1 Lesson 1 Setting up Rational Functional Tester Setting logging options Creating a Functional Tester project 2 2

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

IBM ILOG OPL IDE Reference

IBM ILOG OPL IDE Reference IBM ILOG OPL V6.3 IBM ILOG OPL IDE Reference Copyright International Business Machines Corporation 1987, 2009 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP

More information

Table of Contents HOL-SDC-1422

Table of Contents HOL-SDC-1422 Table of Contents - VMware Development Tools and SDKs... 2 Lab Overview... 3 Module 1 - Developer Center, Workbench IS, and the vsphere Management SDK (30 min)... 4 Introduction... 5 Using Workbench IS

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

More information

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description Release notes SPSS Statistics 20.0 FP1 Abstract This is a comprehensive list of defect corrections for the SPSS Statistics 20.0 Fix Pack 1. Details of the fixes are listed below under the tab for the respective

More information

Laboratory Assignment #4 Debugging in Eclipse CDT 1

Laboratory Assignment #4 Debugging in Eclipse CDT 1 Lab 4 (10 points) November 20, 2013 CS-2301, System Programming for Non-majors, B-term 2013 Objective Laboratory Assignment #4 Debugging in Eclipse CDT 1 Due: at 11:59 pm on the day of your lab session

More information

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below.

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below. CS520 Setting Up the Programming Environment for Windows Suresh Kalathur 1. Java8 SDK Java8 SDK (Windows Users) For Windows users, download the Java8 SDK as shown below. The Java Development Kit (JDK)

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017 News in RSA-RTE 10.1 updated for sprint 2017.16 Mattias Mohlin, April 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.1 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide Version 4.1 June 2013 Xerox Device Agent (XDA) Lite User Guide 2008-2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation in the US and/or other countries.

More information