Explain user defined data type with an example..?
Answer / revathi.i
user must create the datatype if none of the standard data
types contains the kind of values that user want to supply.
for example user need a database column named COLOR & the
values should be red,blue,green,yellow,etc .
but in predefined datatype there is no such datatype.
so we have to create a user defined data type named color
&have a predefined values RED,BLUE,GREEN.
1)to create user defined data type in rational robot
in Test Manager>>click Tools>>manage data types.
2)click new.
3)Type name(color) & description>>click ok
4)click yes when prompted to enter new data values now.
insert red,green,yellow,blue
5)click save
| Is This Answer Correct ? | 15 Yes | 9 No |
how many technologies and environments do the rational rose supports?
How do you analyze results after playback?
Which of the following is not a built-in input type in Rational Test Manager a. Rational Requisite Pro b. Rational Rose c. Microsoft Excel d. Rational Clear Quest
What is the purpose of inserting delay values in the scripts of rational?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....
What is the use of Global.sbl file in Rational?
What is the purpose of the Trap options?
purpose of inserting delay values in the scripts of Rational?
Where do you view the results in Trap option?
How to do data driven testing using robot?
Explain the use of "testobject root = getroottestobject();" in rft?
How will you test Java Applications and what settings you need to do?