Rational Functional Tester (rft) Interview Questions - Popular in Mnc’s

11/20/2009



Most of the professionals involved in software testing

IBM's Rational Functional Tester is the most powerful next-generation functional testing and automation tools, from rationality is based on object-oriented technology-based. Because of its extremely simple



A beginning has been made to bring out High Quality Interview Questions on Rational Functional Tester 7.0 (RFT), generally used by the interviewers in leading MNC’s.

Few of such Questions are presented here:

Q. 1: What is the use of Rational Functional Tester?

Rational Functional Tester can be used for performing following functions:

1) Doing the complete functional testing of the application.

2) Recording and playing back of scripts navigating through the application and test the state of objects through verification points.

3) Testing any object in the application, including the object's properties and its data.

4) Creating and editing simple object-oriented test scripts.

5) Generating code through wizards, for example automatically creating a verification point through wizard.




<<<<<< =========== >>>>>>

Test automation process using RFT involves following three steps.

1) Overview of the recorded test script: on the spot, the user is done as an operation of the application. Validation points can be inserted to verify the response of the system. The diversity of the data input of data for this test script, script-driven to enable the same.

2) to improve test script: If the conditional branch, reconstruction, and the completion of test scripts, perform a variety of exception handling to enhance additional features ..

3) Play Scripts: Run the script on the application under test to simulate all the actions already taken by the user during registration. The recording of proceedings and draft conclusion as to whether the application worked as desired or some isues regression should be addressed.

<<<<<< =========== >>>>>>

Q. 3: Functional Tester is available for how many development platforms & Languages?

RFT is available in two integrated development environments and two scripting languages like:

1) Functional Tester- Java Scripting uses the Java language and the IBM Rational Software Development Platform.

2) Functional Tester - VB.NET Scripting uses the VB.NET language and the Microsoft Visual Studio .NET development environment.

<<<<<< =========== >>>>>>

Q. 4: How various objects by identified in Rational Functional Tester?

Rational Functional Tester is an object-oriented technology, the screen is not the object properties and the internal coordinates used to identify different objects. More so, if you change the location or object, text, Functional Tester can still find it to play.

<<<<<< =========== >>>>>>

Q. 5: What is the utility of a test object map in Rational Functional Tester?

Test object map gets created automatically while recording the script for the application-under-test. It provides a quick way to add objects to a script.

It lists out the 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 each object, so we can update the recognition information in one place too. Therefore, any scripts with this test object is assigned to be able to share the latest information.

Creating HTML Tesutoobujekutomappu application of these generally are hierarchical rather than create a Java application. Tesutoobujekutomappu HTML browser and the top-level application can be found in the browser.




Hundreds of similar Interview Preparation Questions & Short Tutorials on this great Tool RFT 7.0 are available here >>>>>

.

Q. 2: What is the Process of test automation by using Rational Functional Tester?

Posted in: interview questions| Tags: Software Interview testing popular tester functional rft ibm rational mnc

.NET RIA Services links

06/29/2009

One of the common tasks that .NET RIA Services developers have to undertake is testing their mid tier business logic code. Mid tier code typically uses a data access layer (DAL) like Linq to SQL or Linq to Entities for persisting data. However directly coupling the business logic code to the DAL will pose challenges for unit testing and causes tests to depend on the database. One possible solution to avoid this problem is to adopt the repository pattern and write business logic code to go against repository.

The following steps demonstrates an implementation of a domain service class using a repository to make it unit testing friendly. The example code uses the .NET RIA services walkthrough application as its starting point and is modified to use Linq To SQL as DAL.

( Unit Testing Business Logic in .NET RIA Services: http://blogs.msdn.com/vijayu/archive/2009/06/08/unit-testing-business-logic-in-net-ria-services.aspx )

 

Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as data validation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier.

Posted in: C# and .NET| Tags: Business NET RIA RIA Service Code logic testing linq tier repository sql unit

Hot Posts

Latest posts

Tags

Others

Sponsors

asp.net interview questions