Merge lp:~shrini/ubuntu-manual-tests/shrini-inkscape into lp:ubuntu-manual-tests
- shrini-inkscape
- Merge into trunk
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~shrini/ubuntu-manual-tests/shrini-inkscape |
| Merge into: | lp:ubuntu-manual-tests |
| Diff against target: | 32 lines (+28/-0) 1 file modified testcases/packages/Inkscape (+28/-0) |
| To merge this branch: | bzr merge lp:~shrini/ubuntu-manual-tests/shrini-inkscape |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu Testcase Admins | Pending | ||
| Review via email: | |||
Commit message
Description of the change
| shrini (shrini) wrote : | # |
Hi,
Thats nice.
I thought basic test is enough.
Will add more test cases and send again.
Thanks.
2014-08-06 15:31 GMT+05:30 Elfy <email address hidden>:
> thanks shrini - I wonder if this test could have more sections to test, would appear to be an application that could do with slightly more comprehensive testing
> --
> https:/
> You are the owner of lp:~shrini/ubuntu-manual-tests/shrini-inkscape.
--
Regards,
T.Shrinivasan
My Life with GNU/Linux : http://
Free E-Magazine on Free Open Source Software in Tamil : http://
Get CollabNet Subversion Edge : http://
| Nicholas Skaggs (nskaggs) wrote : | # |
Something is always better than nothing, but if you can create a few more testcases now, it would be nice to have them on the original merge :-)
| Nicholas Skaggs (nskaggs) wrote : | # |
Shrini, any updates on this?
| Nicholas Skaggs (nskaggs) wrote : | # |
Shrini, still working on this?
| shrini (shrini) wrote : | # |
Hi,
I will complete this few days.
Started writing more test cases for Inkscape.
2014-11-19 3:59 GMT+05:30 Nicholas Skaggs <email address hidden>:
> Shrini, still working on this?
>
> --
> https:/
> You are the owner of lp:~shrini/ubuntu-manual-tests/shrini-inkscape.
--
Regards,
T.Shrinivasan
My Life with GNU/Linux : http://
Free E-Magazine on Free Open Source Software in Tamil : http://
Get CollabNet Subversion Edge : http://
| Kev Bowring (flocculant) wrote : | # |
Shrini, still working on this?
| shrini (shrini) wrote : | # |
Sorry.
Totally lost focus on this.
Will work on this week and update soon.
Apologies again.
2015-10-01 2:56 GMT+05:30 flocculant <email address hidden>:
> Shrini, still working on this?
> --
> https:/
> You are the owner of lp:~shrini/ubuntu-manual-tests/shrini-inkscape.
--
Regards,
T.Shrinivasan
My Life with GNU/Linux : http://
Free E-Magazine on Free Open Source Software in Tamil : http://
Get CollabNet Subversion Edge : http://
Unmerged revisions
- 289. By shrini
-
Adding manual test case for Inkscape
Preview Diff
| 1 | === added file 'testcases/packages/Inkscape' |
| 2 | --- testcases/packages/Inkscape 1970-01-01 00:00:00 +0000 |
| 3 | +++ testcases/packages/Inkscape 2014-08-06 09:46:33 +0000 |
| 4 | @@ -0,0 +1,28 @@ |
| 5 | +This test will check that Inkscape can open an image file |
| 6 | +<dl> |
| 7 | + <dt>Launch Inkscape</dt> |
| 8 | + <dd>Inkscape opens, showing one window by default</dd> |
| 9 | + <dt>Go to File > Open..., select a JPEG image and press Open</dt> |
| 10 | + <dd>A window opens and asks for "Link or Embed Image"</dd> |
| 11 | + <dt>select "Embed" option and click "OK" button</dt> |
| 12 | + <dd>The picture is displayed in Inkscape canvas window</dd> |
| 13 | +</dl> |
| 14 | + |
| 15 | +This tests will check that Inkscape can be used to create a Scalable Vector Graphic Image |
| 16 | +<dl> |
| 17 | + <dt>Goto File > New > Default...,</dt> |
| 18 | + <dd>Inkscape opens a new window to work on</dd> |
| 19 | + <dt>Click the "Pencil" icon in the toolbox </dt> |
| 20 | + <dd>The mouse pointer changes as a pencil</dd> |
| 21 | + <dt>Draw few lines on the canvas</dt> |
| 22 | + <dd>Lines are displayed on the file</dd> |
| 23 | + <dt>Goto File > Save</dt> |
| 24 | + <dd>Inkscape opens the "Save" window. Give a name to the file and press "save" button. The image is saved now</dd> |
| 25 | + <dt>Goto File > Export Bitmap</dt> |
| 26 | + <dd> "Export Bitmap" window is opened for selecting various options for exporting</dd> |
| 27 | + <dt>Select "Page" Button. Give a name to the file, extension as ".svg" and press "Export" button </dt> |
| 28 | + <dd>The image is exported as a SVG image now</dd> |
| 29 | +</dl> |
| 30 | + |
| 31 | +<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. |
| 32 | + If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong> |

thanks shrini - I wonder if this test could have more sections to test, would appear to be an application that could do with slightly more comprehensive testing