-1

I am trying to move my RFT java files to eclipse and import all the required jar files into eclipse.. will this run my RFT script the way it does when i run it in RFT environment for testing?

Pls help. Harika

Harika Mamidi
  • 452
  • 4
  • 20

2 Answers2

2

No it won't. RFT is a distribution of Eclipse with some proprietary bits. You can't run your RFT tests outside the context of RFT.

Nat Ritmeyer
  • 5,634
  • 8
  • 45
  • 58
  • 1
    +1, agree, especially that it is possible, but not efficient since the "proprietary bits" are mostly undocumented and probably version-dependent. – TheBlastOne Oct 10 '12 at 12:17
1

You can do it in another way which is integrate your project from Eclipse into RFT.

Allan
  • 11
  • 1