Edit the source code of a recorded mobile test using Rational Test Workbench
With Rational Test Workbench after recording a mobile test it's possible to view and edit the source script code created during the recording (similar to Rational Functional Tester)? What perspective/view should be used? Using the "Test Contents" view it's impossible to edit the source code.
Thanks.
One answer
Hello Simone,
You can use the Java perspective, launching RTW Full Eclipse to display the code generated. But the approach is quite different from RFT and you are not supposed to modify the code generated. You can add custom java code (and javascript if you use the last version 9.0.0.1) . For custom java code examples in java you can search in the IBM knowledge Center : IBM Performance Tester > extending test execution with custom code.... some of the examples work for RTW as well. RTW framework is initially more or less derived from Rational Performance Tester, from what I have heard.
Hope it will helps,
Jean-Claude
You can use the Java perspective, launching RTW Full Eclipse to display the code generated. But the approach is quite different from RFT and you are not supposed to modify the code generated. You can add custom java code (and javascript if you use the last version 9.0.0.1) . For custom java code examples in java you can search in the IBM knowledge Center : IBM Performance Tester > extending test execution with custom code.... some of the examples work for RTW as well. RTW framework is initially more or less derived from Rational Performance Tester, from what I have heard.
Hope it will helps,
Jean-Claude