1.
Which software division of IBM is the tester from?
Correct Answer
C. Rational Software
Explanation
The tester is from the Rational Software division of IBM.
2.
What is the Rational Functional Tester used for?
Correct Answer
A. To perform Automated Regression Testing
Explanation
The Rational Functional Tester is used to perform automated regression testing. Regression testing involves retesting the software after modifications to ensure that the existing functionalities are still working correctly. By automating this process, the Rational Functional Tester can save time and effort by running test scripts and comparing the expected results with the actual results. This helps to identify any regression bugs and ensure the stability and reliability of the software.
3.
Which type of team uses RFT primarily?
Correct Answer
C. Software Quality Assurance Team
Explanation
The correct answer is Software Quality Assurance Team. The reason is that RFT (Rational Functional Tester) is a tool primarily used for automated functional testing of software applications. A Software Quality Assurance Team is responsible for ensuring the quality and functionality of software products, which includes conducting various types of testing, such as functional testing. Therefore, it is logical to conclude that a Software Quality Assurance Team would use RFT as their primary tool for testing software applications.
4.
What do testers create using a test recorder?
Correct Answer
D. Scripts
Explanation
Testers create scripts using a test recorder. A test recorder is a tool that records the actions performed by a tester during the testing process. These recorded actions are then converted into scripts, which can be replayed to automate the testing process. Scripts are a set of instructions that define the steps to be executed during testing, including input values, expected outputs, and any conditions or assertions to be checked. Using a test recorder and creating scripts helps testers save time and effort by automating repetitive tasks and ensuring consistent testing procedures.
5.
Which of the domains is not supported by RFT?
Correct Answer
B. Python
Explanation
RFT, or Rational Functional Tester, is a software testing tool developed by IBM. It is primarily used for testing applications built using Java and .NET frameworks. Python is not supported by RFT, meaning that it cannot be used as a programming language for creating and executing test scripts in RFT. The other options, HTML, Java, and Eclipse, are supported by RFT and can be used for testing purposes.
6.
Which of the options is not a key technology used in RFT?
Correct Answer
A. Rapid Prototyping
Explanation
Rapid Prototyping is not a key technology used in RFT. Rapid prototyping is a process that involves quickly creating a model or a prototype of a product or system to test its functionality and design. While it is a valuable technique in product development and software engineering, it is not specifically mentioned as a key technology used in RFT (Rational Functional Tester). RFT is a tool used for automated functional testing, and the other options mentioned, such as Storyboard Testing, ScriptAssure, and Data Driven Testing, are more directly associated with this type of testing.
7.
What is the latest version of the Rational Functional Tester?
Correct Answer
C. V8.6.0.4
Explanation
The latest version of the Rational Functional Tester is v8.6.0.4.
8.
What type of tester does the RFT allow the user to mimic its actions and assessments?
Correct Answer
C. Human Tester
Explanation
RFT, which stands for Rational Functional Tester, is a software testing tool developed by IBM. It allows the user to mimic the actions and assessments of a human tester. This means that RFT enables the user to automate the testing process by simulating human interactions with the software being tested. By mimicking the actions and assessments of a human tester, RFT helps in automating repetitive tasks, increasing efficiency, and reducing the time and effort required for testing.
9.
How can the recording of scripts be stopped in RFT?
Correct Answer
D. By clicking on the stop recording button on the recording toolbar
Explanation
To stop the recording of scripts in RFT, you need to click on the stop recording button on the recording toolbar. This button is specifically designed to halt the recording process and save the recorded scripts. Closing the record monitor or the recording monitor will not stop the recording, and closing RFT altogether will terminate the program but may not save the recorded scripts. Therefore, the correct method to stop the recording is by using the designated stop recording button on the recording toolbar.
10.
What should be done to open the comparator in an HTML log after the test has been played back?
Correct Answer
C. Click the View Results link in the test log
Explanation
To open the comparator in an HTML log after the test has been played back, one should click the "View Results" link in the test log.