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 |
What is &x in c++?
What is difference between array and vector in c++?
Differentiate between an array and a list?
How the delete operator differs from the delete[]operator?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What is tellg () in c++?
How do I write a c++ program?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is constructor c++?
What is a "Copy Constructor"?
Explain the use of virtual destructor?