This check list is created to make life easier for the QA team when testing each WSF PHP build.
Test case # |
Test Case |
Expected Result |
Comments |
| 1 |
Verify the components of the WSF PHP build
Use the check list - Check list to verify the components of WSF PHP |
|
|
| 2 |
Select the package type and the testing platform which you are going to test.
Use the check list - Packaging Vs Testing Platform |
|
|
3 |
Check if all the necessary files/folders exists in the particular package. (E.g.:- check the folder structure, check if the samples are available, verify whether the README, INSTALL, etc. files are available)
Use the check list - Check list to verify the components of different packages |
|
|
4 |
Check if the flickr samples are executed successfully |
|
|
5 |
Check if the google samples are executed successfully |
|
|
6 |
Check if all the reliable samples are executed successfully |
|
|
7 |
Check is all security samples are executed successfully |
|
|
8 |
Check if the sudoku sample is executed successfully |
|
|
9 |
Check if the yahoo samples is executed successfully |
|
|
| 10 |
Test if ?wsdl and ?wsdl2 generates and displays the WSDLs successfully |
|
|
| 11 |
Check how the clients are executed using the command line |
|
|
12 |
Run the samples using the Browser to see if the samples are executed successfully |
|
|
| 13 |
- Copy services folder in <wsf/php source>/src/tests/samples folder into your document root
- Go to <wsf/php source>/src/tests/samples folder
- run 'pear run-tests'
NOTE: To do this, your php has the pear enabled. If you don't have pear enabled on your php, Do the following to install it.
For Windows:
Go to php installation directory
run go-pear.bat
Follow the instructions on screen
For Linux:
Follow the instructions in <php source>/pear/install_pear.txt
|
|
|