Latest Answer : yes.. we can import the data from excel sheet into Rational Robot. In Rational Robot goto Tools-->Rational Test--->TestManager-->Manage-->Datapools-->Import Data... After clicking that you just give the path where the excel sheet was stored.Before ...
I have an application which needs to be tested for the multiple selection of items from a combobox. I have recorded the test for the first item data. Can I use the same script for the multiple dataitems from the same ComboBox in an iteration? If yes, how can I do it?thanksRaj
Latest Answer : If u want to read the inner data in a Java Table then follow the steps 1.get the table index number by using robots's "object data or object property"then use the following command SQAGetproperty "Html table;Index 5,"Inner text",strvar"where ...
Latest Answer : 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)3) Open the sheet where you want to enter the informationSet ...
Step by Step details required for java application as well as for java applets.
Latest Answer : Assume that Rational Robot Installed.Click on Start Click on Program Click on Rational Robotin this menulist you will get Rational Test sub menuClick on Rational Test click on java enablermake all setup now launch Rational robot your java ...
we have an application(Web UI) on which the data is being populated from some xml or text file. How can i ensure that the data which is being displayed on screen is exactly the same which is there in the
so that it will capture different VIEWSTATE for different data while doing load testing .
How to read a true value from a cell if it is not displaying completely in cell.i.e if length of the string is grearer than the width of the cell?