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 |
Where the datapool values are stored?
How do you insert Log Messages and delay values in scripts?
How to create datapool?
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 standard data type and what is user defined data type?
What is RTRT??
hi i did MBA(HR)from IGNOU, NEW DELHI. can any please tell me that is testing is helpful my career?
Explain the use of "testobject root = getroottestobject();" in rft?
Is it possible to perform performance/stress tests using Rational Test Manager, by executing manual test scripts?
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
What kind of problems are solved by Datapools?
What do you mean by data driven testing? a. Testing using Data Drivers. b. Testing using Excel Sheets c. Testing using Executables. d. Testing using Command Line Parameters