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 the full form of dos?
Can union be self referenced?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What do you mean by internal linking and external linking in c++?
What do you mean by delegate? Can a user retain delegates?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What is public, protected, private in c++?
What is the difference between structures and unions?
What is tellg () in c++?
Can we generate a C++ source code from the binary file?
List down the guideline that should be followed while using friend function.