Answer Posted / laporte
RTRT is an application by Rational which means Rational Test
Real Time.
This tool executes an analysis of code module by module.
It is unit testing with instrumentation using driver and stubs.
Test environment is compiled to target and then executed in
a simulation.
A test report is generated.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the different data pool access orders?
What are the Limitations/Disadvantages of Rational Function Test?
If you want to output the results to the log file .. How to do?
what is responsibilities of the Rational Robot
How can I date change in tally whenever new voucher entery. When I press F2 I can change the date only 1,2&31. When I feed other dates like 12,15,17, 21 etc. not changed. Please tell me how can I change the all voucher dates.
For unattended execution whick playback options you will use?
What is meant by verification point and what is the use of it?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
What are the different data pool access orders?
Explain the use of "testobject root = getroottestobject();" in rft?
Which of these is not a kind of report in Rational Test Manager a. Performance Report b. Build Listing Report c. Test Plan Report d. Test Case Report
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?
What is datapool cursor?
How to do data driven testing using robot?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....