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 |
Symbol for comments in Rational?
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
Which is the correct order? a. Planning, Designing, Execution, Implementation and Analysis b. Planning, Designing, Implementation, Execution and Analysis c. Analysis, Planning, Designing, Execution and Implementation d. Planning, Analyzing, Designing, Execution and Implementation
What is meant by verification point and what is the use of it?
What is the purpose of the wait state?
Explain Robot?s command line options?
what is responsibilities of the Rational Robot
Can we compile the .sbl file?
How will you do data driven testing using Robot?
What is the purpose of .sbl, .sbh, .rec files?
How many Comparators are there in Rational Robot? List them.
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application