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 |
If you want to output the results to the log file .. How to do?
What kind of problems are solved by Datapools?
How will you edit a baseline file of a verification point?
What is the purpose of .sbl, .sbh, .rec files?
How will you debug your script?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
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
What is the purpose of breakpoint?
If you want to output the results to the log file .. How to do?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
How to identify the particular item in dropdownlist?
Explain datapool?