Rational Functional Tester - How can I get scripts called from a parent script to use the parent's data pool?
问题 I'm fairly new to Rational Functional Tester (Java) but I have one large blank. I have an application that is in an agile development environment so some of the screens can flux as new interfaces are brought online. For this reason I'm trying to modularize my test scripts. For example: I would like to have a login script, a search script, and a logout script. I would then stitch these together (pseudo code) Call Script components.security.Login; Call Script components.search.Search; /