-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,35 @@ | ||
# HTTP-2-Testing Framework | ||
HTTP/2 definition. | ||
|
||
### Index | ||
Functional tests | ||
Performance tests | ||
## Requirements | ||
All test pages use [Bootstrap](http://getbootstrap.com/) Framework for its design. On the other hand, your server must be [PHP 5](http://php.net/) support enabled. | ||
|
||
### Functional tests | ||
#### Test 01: Test name. | ||
Test description. | ||
|
||
#### Test 02: Test name. | ||
Test description. | ||
## Installation process | ||
You can use all these test pages on your own server. Please use the following steps: | ||
|
||
#### Test 03: Test name. | ||
Test description. | ||
1. Copy the "test" directory on the main directory of your Website. | ||
2. Give the right permissions to the follow directory: | ||
``` | ||
/ | ||
| | ||
└───tests/ | ||
└───templates/ | ||
└───08/ | ||
└───tmp/ # Full access to the directory: chmod 777 tmp | ||
``` | ||
|
||
### Performance tests | ||
#### Test 01: Test name. | ||
Test description. | ||
Now you can use the test pages on your own server. | ||
|
||
#### Test 02: Test name. | ||
Test description. | ||
|
||
#### Test 03: Test name. | ||
Test description. | ||
## Index Templates | ||
- **Test Page 01:** Basic HTML text file. | ||
- **Test Page 02:** JPG image file. | ||
- **Test Page 03:** Basic HTML and small image. | ||
- **Test Page 04:** HTML page with multiple small images. | ||
- **Test Page 05:** Large TXT file. | ||
- **Test Page 06:** Basic HTML with CSS and JavaScript. | ||
- **Test Page 07:** HTML simple form. | ||
- **Test Page 08:** Upload image file to the server. | ||
- **Test Page 09:** Get time stamp every second. | ||
- **Test Page 10:** Web page with multiple scaled image size (10%). | ||
- **Test Page 11:** Page with video. |