How do you record movements of mouse in excel applications?
You can switch to low level recording for this particular scenario
Regards,
Sampada
How can I write data into external excelsheet using rr.
Dim FilePath
Dim FileNumber
FileNumber = FreeFile
FilePath = "E:abc.xls"
Open FilePath For Output As FileNumber
Write #FileNumber ,"data1,data2,data3"
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 ?
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?
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.
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?
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...
You can provide data directly into .csv file.
How to copy the script from one project to another project?
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...
What is the abbreVATion of .Rsp
RSP means Rational Suite Project.
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.
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
What is the difference between rational robot and rational functional tester?Can rational robot be used to test web application?
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...
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
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...
is there any tool which can convert this
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?
Step by step details required for Java application as well as for Java applets.
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?
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++
How to get row count of datapool in rational robot?
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?
SQABASIC-Software Quality Assurance Basic
hiwe use datapool option to test any field wid multiple values.like if we want to test the password field in login form for that :-in script write as:----------------------dim dp as longdim i as integ...
in this script note0 is datapool file . datapool file contain two fields filename and desc and have 3 records''$include "sqautil.sbh"Sub Main Dim Result As Integer&...
Where do you store object in rational robot?
Could anyone please tell me where the objects get stored in rational robot?And how to view that file . How to check the name and description of the object .Like in QTP there is object repository which u can view by going to tools--> object repository .In winrunner there is gui map.So what do you use...
There is no seperate object repository in rational robot. Object recognition is string based.Eg:Window Setcontext,"Caption=Calculator",""In above commandWindow: is the method or command which will tak...
Hi,If u say u have a Custom object .Then u have to1) go for Inspector which is there in main Menu bar Tools>Inspector. 2)point the custom object from hand with in Inspector.U will get the clas...
I suppose you have to put Delay..pls try once again by giving Delay.
Cedrille, For this you have to record it using low level scripting on. To initiate this just press Ctrl + Shift + R and once you have selected the menu and done everything again press on Ctrl + S...
Is there "regular expression" in rational robot or like that in QTP ?
Hi, I think Like QTP there is no Regular Expression in Rational Robot.but We can use Wild cards in Rational to make some part of changing value.Like if we are testing any window where when we record a...
Hi,
As i know, Rational robot can't install on home edition of XP, try it on professional or any server OS.
Regards
Ashutosh
When I connect to db2 I have a problem wth connection of the db2.
Is it because of XP Home Edition?
Extension of header file : .sbh
Extension of library is : .sbl.
The extension of header file is .sbh and library file is .sbl.
The extenstion of complied library file is .sbx
Regards,
Prashanth.Np