What is RTRT tool?can it be used for automation?can it work
on packet PC?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
Rational Test Real Time tool is a testing environment which
can be used on packet pc. But it cannot be used for testing
without a hardware connected to it.It is just a testing
environment.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rasool
Real-Time Ray Tracing (RTRT)
Ray-tracing offers a software-based rendering solution as
an alternative to conventional graphics hardware.
| Is This Answer Correct ? | 7 Yes | 15 No |
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
How do you initialize a class member, class x { const int i; };
Should the this pointer can be used in the constructor?
What is virtual base class uses?
What is lambda in c++?
You want to link a c++ program to c functions. How would you do it?
Explain polymorphism?
What is auto type c++?
How to allocate memory dynamically for a reference?
Can a built-in function be recursive?
What are destructors?
When do we use copy constructors?