Explain user defined data type with an example..?



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

Post New Answer

More Rational TestSuite Interview Questions

how many technologies and environments do the rational rose supports?

3 Answers  


How do you analyze results after playback?

2 Answers  


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

1 Answers  


What is the purpose of inserting delay values in the scripts of rational?

1 Answers  


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....

1 Answers   IBM,


What is the use of Global.sbl file in Rational?

2 Answers   Satyam,


What is the purpose of the Trap options?

1 Answers  


purpose of inserting delay values in the scripts of Rational?

2 Answers  


Where do you view the results in Trap option?

1 Answers  


How to do data driven testing using robot?

1 Answers  


Explain the use of "testobject root = getroottestobject();" in rft?

1 Answers  


How will you test Java Applications and what settings you need to do?

1 Answers  


Categories