Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

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.

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.

52.

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.

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.

53.

For How Many Development Platforms & Languages Functional Tester Is Available?

Answer»
  • Java Scripting uses the Java LANGUAGE and the IBM Rational Software Development PLATFORM
  • VB.NET Scripting uses the VB.NET language and the MICROSOFT Visual STUDIO .NET development environment.

54.

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

Recording of Test Scripts, Enhancing the Test Scripts and then Playing Back the Scripts

55.

What Are The Main Features Of Functional Tester?

Answer»
  • Complete FUNCTIONAL testing of the application
  • test the state of objects through verification points.
  • Testing any OBJECT in the application, including the object's properties and its data.
  • Creating and editing simple object-oriented test scripts. 
  • GENERATING code through wizards, for example AUTOMATICALLY creating a verification POINT through wizard.