Which is the script used in rational robot
SQA Basic is the Rational Robot's native language. It will also supports Frameworks like wiltest (organisation specific)
In Rational robot scripting language is SQA-BASIC.
How to handle coordinates in the script
How to handle coordinates in the script? If there are coordinates in my script, will there be a problem in future (future enhancements to the script depending on he changed requirement). Please let me know.
For VB related desktop applications also coordinates will change so better to avoid coordinates in the scripts.
The coordinates especially in the applictions that work on .Net framework or any web based applications are bound to change so its better to leave the coordinates blank, I mean just remove the coordinates between the quotes.
Hi,A datapool is a dataset that is used to parameterize your scripts. In short, incase your script is using hard-coded values we could substitute the value with a Datapool value for every iteration.Da...
hi,
Data pool is nothing but a DATA SET , while play booking the script we can pass the 'n' of inputs or values for the particular field or column
Advantages :
no need to create script for each and every inputs single script is o.k to pass multiple values ......
Explain about the rft..?? What is framework for QTP...??
Rational robot is a functional testing tool and it can be divided into 2 parts as below. It is Product of Rational corporation, now undertaken by IBM. So we can say product of IBM1.RFT (Rational Funct...
The RAFT (Reusable Automation Framework for Testing) is the Keyword Driven framework which can be used across different platforms with minimum customization. The test cases can be written using the repository of keywords available to the testers.
Although IBM Functional Tester is easier to use and offer more features, there are few applications that there objects will not be recognized.
On the other hand Rational functional tester (Robot) support more platforms.
Rational Functional tester and IBM funtional tester is one and the same thing...........so the name u find better u can go for it................rational robot and rational functional tester is differ...
What is the use of requisite pro?
RequisitePro is a requirement management tool, it is one of the IBM Rational product. This tool is used to preserve, maintain the requirements, you can map your requirements with the testcases, tr...
Rational RequisitePro is a requirements management tool that helps project teams control the development process. RequisitePro organizes your requirements by linking Microsoft Word to a requirements p...
Get Value Function through which you can read Value specific object like Combo box or List box and set value use for set(Enter) value in object using script --Hitendra Desai
We can test dynamic object by creating an object with "create.object()"
Use SQAGetChildren and obtain child count / child names before clicking the cmd button - after clicking the button obtain the list of children again and compare.If recognition strings of the combo box...
Where does all the objects stored in rational robot while recording gui script?
Rational Robot strictly uses object oriented recording so it only records object recognition method & that is visible in the script. So, I think storing object image is not required in Robot
Robot recording is just like descriptive programming of QTP where storing of objects are not required.
I assume that all the object's properties r stored in inspector.
There is the possibilities of spy++ also but i m not very sure abt that.
I interrupted the sqarobot while it was running the script. Now I am not able to start it. Is it because it's still running at the background ?Please advice.
Yes, your right, you can go to task manager and kill the process "rtrobo.exe" and try to start the tool again, still this will not searve your pupose, then restart your application.
What are two types of script recording in rational robot?
1. Gui scripts: used for gui activites.2.Vu scripts: used for the client server request for performance testing.
There are two modes of recording..One is Object Oriented mode of recording Other is Low level mode of recording .Object Oriented Recording is used to capture the user activity as well as properties ...
There r two types of recording in the rational robot...Low level recording and Object oriented recording.....In this OOr we will generated based on GUI objects of the AUT.....Adv: we can reuse the scr...
CUI stands for Character User Interface, where you can't see any color and use any graphics.ex : dos mode
| Rational robot is the product of IBM whereas Winrunner is the product of Mercury Interactive, Rational Robot used for Both GUI and Whereas Winrunner used for Only GUI script, the execution time of R.R is 6 msec whereas for Winrunner 10 ms |
How can we verify a item is present in combo list?
I am new to robot, I need to verify a particular item or data is present in the combo list box. I used some commands like sqafindobject, sqawaitforobject, sqagetproperty & sqagetpropertyasstring. But I couldn't locate that correctly.Finally I have to check particular item is available in the combo list...
By using verification point.
i.e insert--verification point--select object data
What is the use of connecting the project in rational administrator?
If we want to do any scripting in Rational Robot, First we have to create a Repository(Some working folder) in Rational Administrator tool. In this folder only, all our working project will be stored ...
1. By default - Object Oriented Recording mode.
2. In Test Manager -- Tools -->Customize
4. TestDataStore contains -- DefaultTestScriptDatastore, TMS_Scripts, TMS_DataPools .... morethan 100 folders will be present in that 'TestDataStore'.
Rational robot uses sqa basic as the scripting language while in rational functional tester we can use java or .Net as the scripting language.
vishnumittal-testing . blogspot . com
rational robot uses sqa basic for scripting while in rational functional tester you can use java or .net as a scripting language.
What is the purpose of rational sitecheck?
another tool 'XENU' can be used for same purpose.
Use to start Rational SiteCheck, which is the Robot component for managing your intranet or World Wide Web site.You can use SiteCheck to visualize the structure of your Web site, and you can use it wi...
Explain exception handling in rational robot along with steps
What is rational rose in rational robot?
Rational Rose is the visual modelling of the application(design Diagram).It is otherwise called as rose model.
Rational Rose is the visual modelling of code. it is a component used to convert activities into script during recording and script into activities during playback.
Unified Change Management (UCM) is IBMs solution for managing change across the development life-cycle using Rational brand tools. UCM integrates a projects activities with the software artifacts being changed through a defined, repeatable process.
Hi Anitha,UCM or Unified Change Management is a layer built on top of Rational ClearCase to provide several features to this Configuration Management System for software development. These changes inc...