rft

Rational Functional Tester - How can I get scripts called from a parent script to use the parent's data pool?

别来无恙 提交于 2019-12-21 21:59:21
问题 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; /

Configuring Rational Functional Tester (RFT) to run in Hudson/Jenkins

百般思念 提交于 2019-12-21 05:46:14
问题 I've just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis. Next step for us would be to create an installation, install it and then run automated tests on the actual installation. I would then like to fail the build if the tests fail or at least publish the results somehow. I think we would set it up so that part runs periodically or manually triggered. We use InstallAnywhere for installation and IBM Rational Functional Tester for

How to get Rational Functional Tester to perform the recorded action on every row in a grid?

青春壹個敷衍的年華 提交于 2019-12-11 23:40:11
问题 I'm facing a problem editing a Rational Function Tester script. I have an application to test where the user creates a request for different company products. All the requests are set vertically in a grid, and all the requests have the same view button to provide further data. I need to verify the existence of data in all the requests via the view button. I recorded a script where I click the view button, verify the existence of data, and then come back to the main screen and perform the same

execute rft test script using agent controller?

孤者浪人 提交于 2019-12-11 09:42:48
问题 I need to execute a test script that generated by Rational Functional Tester using Rational Agent Controller please can you help me to know how can i do that? and if that not possible what should i do to execute the script on a computer that hasn't RFT installed on? 回答1: Post RFT 8.2.0.1 , to be able to execute a script on a remote machine RFT must be installed on that machine. ** * ** EDIT *** RFT's installation is a complete package installation ,meaning when you install RFT it installs a

IBM RFT command line execution -datastore -playback parameter

倖福魔咒の 提交于 2019-12-11 09:19:38
问题 I need to start my RFT scripts with a .bat script. I tried this with: "%IBM_RATIONAL_RFT_INSTALL_DIR%\rational_ft.exe" -datastore "C:\project" -playback "test" In the .bat file. With a test project in C:\project and a test script named test.java. When I start the batch file, RFT opens a playback window and is looking for the script. But I always receive a error: [Rational.Test.Ft.Application.ScriptPlaybackException: Could not get type for [test]. I found out that this must be a problem with

More than one datapool to a script in RFT

好久不见. 提交于 2019-12-11 02:52:37
问题 Is there any way can we add two datapools to a single script? Or in other words how can we get inputs from two different datapools to a single script. Thanks in advance. 回答1: Yes, you can manually load and manage any number of datapools. /** * Creates a IDatapoolIterator pointing the first record * @param datastore default project path * @param dataPoolPath relative path in the project * @return IDatapoolIterator pointing the first record */ public static IDatapoolIterator getDataPoolIterator

Rational Functional Tester - How can I get scripts called from a parent script to use the parent's data pool?

北城余情 提交于 2019-12-04 15:54:27
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; //verification point Call Script components.security.Logout; By breaking the testing script into discrete chunks

Configuring Rational Functional Tester (RFT) to run in Hudson/Jenkins

喜夏-厌秋 提交于 2019-12-03 20:25:22
I've just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis. Next step for us would be to create an installation, install it and then run automated tests on the actual installation. I would then like to fail the build if the tests fail or at least publish the results somehow. I think we would set it up so that part runs periodically or manually triggered. We use InstallAnywhere for installation and IBM Rational Functional Tester for automated tests. So questions are: anyone created a similar setup? are there any plugins, tutorials or other