AutomatedTestsForAnjuta
Differences between revisions 7 and 8
Size: 2356
Comment: CamelCase is better, can give urls of the page easily.
|
Size: 2592
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 22: | Line 22: |
== Functionalities reference == * id : functionality's text description * 0001 : text description of functionality 0001 * 0002 : text description of functionality 0002 * 0003 : text description of functionality 0003 ... |
These tests are to test the functionality of the anjuta package. Please try to run all of the following tests.
Report any bugs you find at http://bugs.launchpad.net/ubuntu/+source/anjuta/+filebug
Contents
Functionalities reference
- id : functionality's text description
- 0001 : text description of functionality 0001
- 0002 : text description of functionality 0002
- 0003 : text description of functionality 0003
...
Tests
scenario-001 : Creating new file
First choose File->New from the menubar
- A new page will appear in the editor (or a new window if the parent document is windowed
- This new document will be named newfile#1, newfile#2, newfile#3 and so on.
scenario-002 : File wizard
First create a new file, choose File->New->File from the menubar
- This will open the New File Wizard dialog.
- Select the file type
- The suffix will be automatically added.
- add a license information
- Click OK to validate the creation.
scenario-003 : Inserting macros
- Activate Macro plugin
- move the cursor at the desired place
Select Edit->Macros->Macros
- Verify that the dialog window appears.
- Select the wanted macro in the list.
- Verify that the result of the macro expansion is displayed in the window and a summary is shown in the dialog window
- Choose Insert
- Verify that the expanded macro text is inserted at the cursor position.
scenario-004 : Opening and saving files
scenario-005 : Editor margins
scenario-006 : Editor guides
scenario-007 : Syntax highlighting
CategoryAppTesting CategoryAppTestingAutomatedTestsForAnjuta (last edited 2009-08-08 22:32:13 by boi59-1-82-66-129-96)