I have written script using RFT tool , now I Want to integrate it with RTC tool so that Using RTC I can Run My Script From Web page, is it possible?
2 Answers
The official documentation on this integration remains "Rational Functional Tester and Rational Team Concert"
To manage functional test assets using Rational Team Concert, you must install Rational Team Concert in the same package group as Rational Functional Tester.
That does not tell you about a "web page" though.
The integration is done generally at the Eclipse level, with an RTC integrated to an Eclipse RCP.
Then, as seen in this thread:
RFT supports testing of applications based on Eclipse 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 3.6.2, 4.2 and 4.2.2. You must enable the Eclipse platform for testing before recording scripts to test Eclipse-based applications.

- 1,262,500
- 529
- 4,410
- 5,250
The RFT - RTC integration is for source control of RFT assets into RTC. So from the RFT IDE, you can persist your project in source control, retrieve it when you need it.
The ability to execute an RFT test from a web page is provided thru the integration with Rational Quality Manager or RQM described in the product knowledge center.

- 1
- 1