I have been wanting to blog more about the PTF, and this seemed like a good place to start. Here’s just a first simple test just to show the basics of creating a test.
We’ll start once you have already logged into the PeopleSoft Test Framework client, and the first thing we want to do is create a new test. You can use the Create > Test menu.
Next, open the recording toolbar. Click the red button icon on the toolbar:
Next, you need to connect to a browser. To do so, you click the home icon, and that will open an IE window connected to the test tool.
Now, go ahead and log in.
Now, click the record button to start recording your test.
Next, navigate to the page that you want test. I just chose PeopleTools > Utilities > Administration > Strings Table.
On the search page, you can key in the value that you want to search for. I’ll just key in the first Program in my system: “ABS001”. To search, you must click the Search button. I usually hit the enter key when I use search pages, but the Test client doesn’t seem to capture it unless you physically click the Search button.
Now, on the page, let’s insert a new row:
Now, in the spirit of all first things in the computer world, let’s add the “Hello, World” text. And, when your done, click the stop button to quit recording.
If you want, you could have saved, but to make this more easily repeatable, I am not going to save. I am just going to sign out loosing the changes that I just made.
Now, if you go back to the Test client, you should see all of your steps listed.
Next, change the action on the first line to Start_Login:
Then, you need to save your test before you can run it.
Now, you can click the Run button on the toolbar.
If you wait patiently, you should be able to watch your test steps repeated up to the point where you clicked the Stop button. At the end, you should see a test results screen.
This is very nice. I have a blog just for PTF discussions on Toolbox.com and would welcome your participation.
http://it.toolbox.com/blogs/peoplesoft-test-framework/1-introduction-to-ptf-51611
Wonderful job…really helpful for those want to have a glimpse of PTF