Are you preparing Rational Functional Tester interview? Rational Functional Tester is a tool to perform automated functional testing and regression testing. Users can use this tool to create tests that are identical to the actions and results of regular testing. Candidates are supposed to have basic knowledge on the functionality of it. Many companies are in need of such people. There is less number of people who are skilled in Rational Functional Tester Testing. There is huge demand for this technology in the market. Opportunities are everywhere for this technology. Good knowledge on how the process is done will fetch you the job. Wisdomjobs framed Rational Functional Tester interview questions and answers to make it easier for your interview preparation.
Question 1. What Are The Main Features Of Functional Tester?
Answer :
Question 2. What Process Is Followed By Rational Functional Tester For Test Automation?
Answer :
Recording of Test Scripts, Enhancing the Test Scripts and then Playing Back the Scripts
Question 3. For How Many Development Platforms & Languages Functional Tester Is Available?
Answer :
Question 4. What Is Benefit Of Test Object Map In Rational Functional Tester?
Answer :
Test object map gets created automatically when recording the script for the application under test. It provides quick way to add objects to a script. It creates a list of test objects available in the application whether they are currently displayed or not. We can create a new test object map either by basing it on an existing map or by adding objects as required. It contains recognition properties for every object; so we can update the recognition information in one central location. Therefore, any scripts using this test object map shall be able to share the updated information. Test object maps created for HTML applications are more hierarchical than those created for Java applications. A browser is the top level of the test object map and the HTML application is inside the browser.
Question 5. How Various Objects Are Identified By Functional Tester?
Answer :
In Functional Tester object-oriented technology is used to identify various objects by their internal object properties and not by their screen coordinates. Thus even if the location or text of an object changes, the Functional Tester can still find it on playback.
Question 6. In How Many Ways We Can Test The Applications On Linux Using Rft?
Answer :
First Way: We can record a script on Windows Environment and export it to Linux & then play it back on Linux.
Second Way: By writing scripts using the Test Object Insert tool. Instead of creating an object map through recording we populate it outside of the recorder by opening the map and selecting objects in the test application.
We can insert verification points without recording, by opening the Verification Point wizard from the Script Explorer.
Question 7. What Are Two Types Of Testmanagers In Rft?
Answer :
TestManager: It includes the Test Manager Log, running Windows & Linux remote playback agents and test management features like running scripts as part of a test suite. Functional Tester has its own logs and does not depend on the TestManager log integration.
ClearQuest Test Manager: It helps us in associating functional test scripts to Test Cases and executes them. Using CQTM we can analyze the received execution results and record those results for reporting and analysis.
Question 8. What Is A Rational And Functional Test Project?
Answer :
Rational Test project is used for storing test assets like test plans test cases, test logs, reports, builds etc. To associate a Functional Tester project with a Rational project, a Rational project needs to be created to store the test assets. Functional Test project stores all application test assets like scripts, object maps, verification point baseline files and script templates. Functional Test project is created before recording the scripts.
Question 9. What Is The Use Of Associating A Project With Testmanager In Rft?
Answer :
Question 10. What Are The Benefits Of Associating A Functional Tester Project With Rational Project?
Answer :
Answer :
Yes. We can not play back Functional Tester script or test cases or suites that include Functional Tester scripts in disassociated project from TestManager. Test Manager deletes test script source from the disassociated project. This operation can not be undo. If we associate Functional Test project with Rational project again, TestManager creates new test script source.
Question 12. Name Three Buttons Available In Functional Tester Projects View Banner?
Answer :
Question 13. Can We Export Functional Test Project Items?
Answer :
We can export project items like scripts, test object maps, Java files, Visual Basic files and data pools to another Functional Tester project. When we export a script Functional Tester includes all necessary files like shared test object maps even though it was not selected by us.
Question 14. What Is The Utility Of A Verification Points In Rational Functional Tester?
Answer :
During the recording verification points can be inserted in the script to confirm the state of an object in the application.
A verification point captures the object information based upon the type of verification point and stores it in a baseline data file. The information in the base file becomes baseline of expected state of object during subsequent builds.
Question 15. What Types Of Verification Points Are Provided By Rft?
Answer :
Rational Functional Tester has two types of verification points: Object properties verification point and Data verification points. Data verification point has five further points: Menu hierarchy verification point, Table verification point, Text verification point, Tree hierarchy verification point, List verification point.
Question 16. How Rft Playback Depends Upon The Platform And The Browser?
Answer :
Test playback in RFT is independent of the platform as well as independent of browser. E.g. we can record script on Windows and play it back on Linux. Also, the script contains no references to the browser during the recording, we can play back the script using any of the supported versions of Firefox, Mozilla, Internet Explorer or Netscape.
Question 17. What Host & Test Platforms Supported By Rft?
Answer :
Functional Tester runs on the following Host and Test platforms: Windows XP Professional, Windows 2000 Professional & Server, Windows 2000 Server & Advanced Server, Windows 2003 Enterprise, Standard & Server
Platforms supporting all functions of RFT except the recording: Red Hat Linux Enterprise Workstation 4.0, SuSE Linux Professional version 9.0, SuSE Linux Enterprise Server 10.0, Novel Desktop 10.0
Question 18. What Types Of Nesting Of Objects Is Supported By Functional Tester?
Answer :
Parent-child nesting and Owner-owned nesting
Question 19. Type Of File Extensions Created While Exporting Functional Test Project Items?
Answer :
RFT compresses a copy of the files into a data transfer file with the name specified by us. It also appends a .rftjdtr (Functional Tester Java Scripting) or .rftvdtr (Functional Tester VB.NET Scripting) extension to it.
Question 20. What Is The Helper Superclass In Rft?
Answer :
All Functional Tester scripts use default helper superclass. These scripts extend the RationalTestScript class and thereby inherit a number of methods. However, advanced users can create their own helper superclass (if they want to add additional methods or override the methods within RationalTestScript).
Question 21. Name The Functional Test Project Items That Can Be Imported?
Answer :
Project items like scripts, test object maps, Java files or Visual Basic files, and datapools can be imported into a Functional Tester project. Functional Tester adds all the project items from the data transfer file into the project specified by us. We can use any file compression program which support the .zip to view and work with items in the data transfer file.
Question 22. Rft Provides How Many Type Of Delete Cookies Methods?
Answer :
Question 23. How An Application Starts During Recording The Tests?
Answer :
While recording tests the application can be started by using startApp command. It makes playing back the tests more reliable because startApp uses the application configuration information. RFT will open either Java applications that we specify or HTML pages in our browser, or run applications in executable form.
Question 24. What Is A Test Project In Rft?
Answer :
Location where Functional Tester keeps all of the scripts, along with expected and actual results is called as a test project. The format of test project is governed by the environment being used.
Note: If you are using the Java language, create a Java test project. However you are using Visual Basic.NET, create a .NET test project.
Question 25. How Can We Create A New Rft Script Without Recording?
Answer :
In new script > RFT includes import statements for files we need to compile the script and comments containing information of archiving. Functional Tester uses the script name as the class name and sets up testMain. Here, you can add the commands to include in the script.
Question 26. Can We Do Recording In An Existing Rft Script?
Answer :
Yes. We can do the recording in existing RFT script by bringing our cursor to the desired location & just start the recording. Start the application >> insert verification points >> and add all script support functions.
Question 27. How Can We Record Script For Testing The Html Applications Using Rft?
Answer :
Question 28. What Are The Environmental Prerequisites Prior To Playback Of Rft Scripts?
Answer :
Question 29. When We Run A Rft Script What Actions Are Performed?
Answer :
When script runs from Rational Functional Tester, it plays back all recorded actions. Playback Monitor starts and provides information when the script plays back. A log file gets displayed after the script runs completed. When script runs from Test Manager, Test Manager creates a temporary suite, runs the suite and removes the suite after the run is completed. We can run a script either from the Test Manager Test Scripts window or from the Test Manager File menu.
Answer :
Test cases should be run to generate test case results instead of the script. If we run a script the Test Manager does not generate test case coverage results.
Question 31. Describe The Process Of Debugging Of Scripts In Rational Functional Tester?
Answer :
If the scripts are recorded in the Java programming language - debugging scripts is the same process as debugging a Java application. If the scripts are recorded in the VB.NET Scripting - debugging scripts is the same process as debugging a Visual Basic application.
Question 32. What Is The Procedure To Create Data Pools In Rational Functional Tester?
Answer :
A data pool is a test data set - a collection of related data records which supplies data values to the variables in test script during test script play back. You can create data for a data pool from scratch or we can import existing data into a new data pool from another Functional Tester data pool or from a .csv file.
Note: If you need to import the data, you will need to import the data into the same Rational Functional Tester project as the test scripts that access the data. If you need to import data from Test Manager data pool, you will need to first associate a RFT project with a Rational project to use the Test Manager data pool.
Question 33. What Type Of Changes We Can Do In A Data Pool?
Answer :
Once we data drive a test to create a data pool or create an empty data pool, then we can edit the records and variables in the data pool. We can
Question 34. Can We Replace Literal Values In A Script With Data Pool References?
Answer :
Yes. We can replace literal values in existing script with data pool references to add realistic data to the script. We can replace all literal values or just the number or string or Boolean literals with a data pool reference. If we do not use an existing datapool variable, then the same literal values are used each time we run the script.
Question 35. Which Events Take Place When We Run A Script?
Answer :
Verification point accesses the data in the datapool and creates the expected results from the baseline and the active data pool record. Datapool reference resolves and supplies data to verification point. The expected result is compared to the actual result. The expected and actual results are recorded in the log. Any deviations from the expected results are logged as a failure in the test log.
Question 36. Name The Two Types Of Datapool Record Selection Orders Available In Rft?
Answer :
Sequential record selection order and Random record selection order.
Question 37. Explain The Purpose Of Test Object Inspector?
Answer :
It is used to get a display of the test object information in running application. The information can be of parent hierarchy, inheritance hierarchy, test object properties, non-value properties and method information. Test Object Inspector automatically tracks the cursor and performs live updates after the application is opened. Test Object Inspector does not capture the object / objects in the application if it is not active.
Question 38. What Is The Wait State Feature For The Objects?
Answer :
In RFT, this feature is used to set wait state for an object during the playback to check its existence. It is useful when waiting for an object after starting the application or after other actions taking a long time.
Question 39. What Happens To The Related Files When We Rename A Test Asset?
Answer :
When we rename a script, Rational Functional Tester renames all its related files like the helper script files, private object map and any verification point files. If you rename a test object map, the associated scripts with the new name gets updated.
Question 40. How Data Driving Testing Is Helpful In Rft?
Answer :
During data driven testing, the script uses variables for key application input fields and programs instead of literal values so that we can use external data to drive the application being tested. Data driven testing uses data from an external file called as datapool. We can add data to the data pool after finishing the recording of the test script.
Question 41. Name Two Methods To Select An Object In An Application Under Test In Rft?
Answer :
Object Finder Tool method and Test Object Browser method
Question 42. Name The Various Types Of Data Pools In Rational Functional Tester?
Answer :
There are two types of datapools: Private datapool and Shared datapool
Question 43. In How Many Ways Test Scripts Can Be Saved In Rft?
Answer :
Three ways: Save the current test script or file, Save all test scripts & files and Save a script under another name
Answer :
Record Monitor goes blank while recording against Java or HTML application when JREs or browsers are not enabled.
Question 45. What Are The Actions Performed By The Agent Computers?
Answer :
Question 46. What Is Required To Run A Rft Script From Test Manager?
Answer :
Java Scripting / VB.NET Scripting. On a remote computer, you need to install Rational Test Agent software on the Agent computer and start the agent.
However, if we need external library to run scripts, then we need to install the software on the system on which we plan to run the script. To install a .dll, you need to add the library to directory that is in system search paths and to install a .jar file, you will need to add it to the Functional Tester customization directory. Default location for the customization directory is: C: Documents and Settings All Users Application DataIBMRFTcustomization
Question 47. What Is The Purpose Of Using Script Assure In Rft?
Answer :
This feature helps the successful playback of scripts even when the application under test has been updated. We can play back scripts in RFT by using the ScriptAssure feature to control object-matching sensitivity.
For RFT to recognize an object in the application-under-test, the object properties must match the properties recorded in test object map. RFT can find the object if 1 or 2 properties do not match. If 2 properties do not match, RFT gives a weak recognition warning to the log. If more than 3 properties do not match, RFT cannot find the object in the application.
Question 48. Ways Of Using Scriptassure In Rft?
Answer :
Standard way: ScriptAssure Page - Standard controls object-matching sensitivity during playback by using a slider control.
Advanced way: The ScriptAssure Page - Advanced sets thresholds for recognition scores. You can set a maximum score to consider a test object as a candidate for recognition.
Question 49. What Is The Purpose Of Hover Feature During Recording?
Answer :
Hover feature is useful to move the mouse towards a particular place during playback in HTML application. It is helpful for clicking on menus or links in HTML testing.
Question 50. What Are The Six Steps Involved In Test Development Using Rft?
Answer :
Question 51. What Are The Two Main Phases Of Script Playback?
Answer :
Test Development Phase and Regression Testing Phase
Answer :
Question 53. What Is Purpose Of Playback Monitor In Rational Functional Tester?
Answer :
Using playback monitor, during the playback of script; we can view the script name, number of the line that is executing, status icons and a description of the action in progress.
Question 54. What Are The Local And Agent Computers / Machines In Rft?
Answer :
When we associate Rational Functional Tester project with a Rational project, we can use Test Manager to run the RFT scripts on computers that are designated as Agent computers from a single Windows computer called the Local computer.
Answer :
RFT Stands for Rational Functional Tester, It’s an IBM Product.IBM’s Rational Functional Tester is most powerful next generation functional-testing and automation tool from Rational and is based upon object-oriented technology. Due to its extreme simplicity & robustness, it is in great demand all across the industry involved in Application Development & Testing.
It is an Automation Testing tool used for Automation and regression testing.
Rational Functional Tester Related Tutorials |
|
---|---|
Agile Testing Tutorial | Selenium Tutorial |
JUnit Tutorial | Cucumber Tutorial |
Agile Methodology Tutorial |
Rational Functional Tester Related Practice Tests |
|
---|---|
Agile Testing Practice Tests | Manual Testing Practice Tests |
Selenium Practice Tests | JUnit Practice Tests |
Rational Functional Tester Practice Test
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.