What is RTRT tool?can it be used for automation?can it work
on packet PC?
Answer Posted / abhishek
Its a Rational Test Real Time tool which was used for the
testing purpose in automation domain.
Yes,the tool itself implemented for testing the softwares
which was related to automotive field,
Yes,the tool can be used on packet pc also but it comes
totally on the System Testing part,
Thanks,
Abhishek.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Is c++ still in demand?
What is the role of static keyword for a class member variable?
Explain bubble sorting.
When we use Abstract Class and when we use Interface?where we will implement in real time?
Why #include is used?
What is namespace & why it is used in c++?
Difference between pointer to constant vs. Pointer constant
Tell me difference between constant pointer and pointer to a constant.
What is purpose of new operator?
Can you write a function similar to printf()?
What is a c++ object?
What is scope resolution operator in c++ with example?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is virtual table?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?