GeekInterview.com
Series: Subject:

Rational Robot FAQ

Showing Questions 1 - 20 of 48 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How to record a dynamically changing object in rational functional tester?

Asked By: Pallavi2013 | Asked On: Jan 31st, 2013

I need to record the objects in the application where it changes its position and value dynamically. How do I do this?

1.What is the extension of header file and library file ? What is extension of compiled library file in rational robot ?2.List out some sqa basic commands ?3.In which directory the project details are...

Asked By: aarthi | Asked On: Aug 21st, 2007

Answered by: sampada.ab on: Oct 31st, 2009

Extension of header file : .sbh
Extension of library is : .sbl.

Answered by: prashanth.n on: Dec 10th, 2007

The extension of header file is .sbh and library file is .sbl.
The extenstion of complied library file is .sbx


Regards,
Prashanth.Np

How do you record movements of mouse in excel applications?

Asked By: Master | Asked On: Mar 29th, 2007

Answered by: sampada.ab on: Oct 31st, 2009

You can switch to low level recording for this particular scenario

Regards,
Sampada

How can I write data into external excelsheet using rr.

Asked By: Abhijeet | Asked On: Jan 16th, 2007

Answered by: mndhinesh on: Aug 6th, 2009

    Dim FilePath
    Dim FileNumber
    FileNumber = FreeFile
    FilePath = "E:abc.xls"

   Open FilePath For Output As FileNumber

  Write #FileNumber ,"data1,data2,data3"


Answered by: vijayabhaskarr on: Mar 1st, 2007

1) First you create Excel Object with the below statement. Set objExcel = CreateObject("Excel.Application")2) Open the work bookobjWorkBook = objExcel.Workbooks.Open(FileName:=sFileName...

How can I use a script from one project in another project ?

Asked By: A. Tawee | Asked On: Oct 22nd, 2007

I would like to use a script in another project. I copy this script .Rec to the directory of new project but I can't see this script when I open the new project. Could you please tell me how to use a script in a project to another project?

Answered by: math_janaki on: Dec 24th, 2008

I have given a detailed explanation about how to copy a scriptfrom one project to another in question no. 47.
Refer Que 47: How to copy the script from one project to another project?


Hope it helps you.

Answered by: math_janaki on: Dec 24th, 2008

When you copy a .rec file from one project to another project, you can't see that script directly in the script window if you say open -> script and give the script name.When you are copying a ...

How to store value in datapool?

Asked By: Yaamin | Asked On: Sep 27th, 2007

Answered by: math_janaki on: Dec 24th, 2008

You can either write the values into an excel, save it as a CSV file and import the csv into robot as a datapool (or) Just go to Tools -> Manage -> Datapools from Test Manager, Click on New, giv...

Answered by: prashanth on: Nov 22nd, 2007

You can provide data directly into .csv file.

Script copy

Asked By: srathour07 | Asked On: Aug 26th, 2008

How to copy the script from one project to another project?

Answered by: math_janaki on: Sep 30th, 2008

You have 2 ways to copy a script from one project to other project.1st Method:Go to TMS_Scripts folder of your project. Let's say ur source project name is Project1 and destination project name is...

AbbreVATion or .Rsp

Asked By: FairySan | Asked On: May 5th, 2008

What is the abbreVATion of .Rsp

Answered by: prashanth.n on: Aug 22nd, 2008

RSP means Rational Suite Project.

What is the difference between rational robot and QTP tool.Which one is better to use between these two.

Asked By: sandeep | Asked On: Jul 11th, 2006

Answered by: asn_satya on: Jun 25th, 2008

For Startup in robot below link will be very helpful.ssi7.cs.tamu.edu/ssi/tutorials/pdf/Robot/robot_tutorial.pdfSimilar docs for QTP also available in the net.

Answered by: indu on: Sep 21st, 2006

hi sandeep..

u can run ur project by firsr recording it by recording modes and playback the process which will be available in the tool bars of all tools...u can change the baseline value and playback ..n compare the acutal and expected

Rational functional tester

Asked By: valy | Asked On: Nov 4th, 2007

What is the difference between rational robot and rational functional tester?Can rational robot be used to test web application?

Answered by: laxmaneluri on: Apr 25th, 2008

rational robot and RFT are the two different test automation tools from IBMdepend on the project you have to choose the right toolto mention few diff1. Robot uses SQABasic as scripting language and RF...

Test crystal reports

Asked By: dhruvakrs | Asked On: Mar 12th, 2008

What is the method used to test the crystal reports?

What are datapool separators?

Asked By: krithika | Asked On: Jun 14th, 2007

Answered by: prashanth.n on: Feb 25th, 2008

Any character can be used as datapool separator.But most commonly used separator characters are , ; / and |

How to convert all the rational robot script files in to QTP script files

Asked By: prabhu | Asked On: Apr 20th, 2007

How to convert all the rational robot script files in to QTP script files tool that is like file transferring from rational robot into QTP or atleast if there ia any possibility something like how the QTP will call winrunner test if there any load ins to add to do that in QTP tool pls specify that. Because...

Answered by: SmitaSatpute on: Feb 20th, 2008

is there any tool which can convert this

Answered by: Vipul on: Jun 18th, 2007

there is no way you can do this on a click of a button. You are asking to convert donkey into horse. Sorry you have to do this manually

How to record Java application using rational robot?

Asked By: d.TestEngineer | Asked On: Apr 27th, 2007

Step by step details required for Java application as well as for Java applets.

Answered by: karan_777 on: Jan 31st, 2008

Assume that Rational Robot Installed.
Click on Start
Click on Program
Click on Rational Robot
in this menulist you will get Rational Test sub menu
Click on Rational Test  click on java enabler
make all  setup now launch Rational robot your java application is recoconised by rational robot

What is rational purify and rational quantify?

Asked By: ashwini | Asked On: Aug 22nd, 2007

Answered by: Remya_R on: Dec 30th, 2007

Rational Quantify: This component will help rational robot to find speed and efficency of the application
Rational Purify:This component is used to avoid memory leakage due to the use of poniter concept in c&c++

Doxygen for rational robot scripts

Asked By: balaurina10 | Asked On: Dec 3rd, 2007

I am trying to use doxygen in the rational robot scripts but I can't handle it...Can anyone help me with this problem.

How to use alphanumeric verification point for a editbox in web application.

Asked By: prashanth | Asked On: Nov 22nd, 2007

While I pointing the cursor to editbox it is showing as window.

How to get row count of datapool in rational robot?

Asked By: chandrashekar | Asked On: Sep 26th, 2007

Answered by: yuganya17 on: Nov 20th, 2007

We use the following function to get the rowcount from datapool that is to get the row number of last row used.Function getrowcount_excel(sSheetName as String)    Dim vCount as Variant&...

What is the full form sqabasic script?

Asked By: Dhevi | Asked On: Oct 10th, 2007

Answered by: lakshmy on: Nov 13th, 2007

SQABASIC-Software Quality Assurance Basic

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.