Merge lp:~shrini/ubuntu-manual-tests/shrini-dia into lp:ubuntu-manual-tests

Proposed by shrini
Status: Merged
Merged at revision: 279
Proposed branch: lp:~shrini/ubuntu-manual-tests/shrini-dia
Merge into: lp:ubuntu-manual-tests
Diff against target: 33 lines (+29/-0)
1 file modified
testcases/packages/Dia (+29/-0)
To merge this branch: bzr merge lp:~shrini/ubuntu-manual-tests/shrini-dia
Reviewer Review Type Date Requested Status
Elfy (community) Needs Fixing
Review via email: mp+228126@code.launchpad.net

Description of the change

I added the Manual TestCase for Dia.
Requesting for merging.

To post a comment you must log in.
Revision history for this message
Elfy (elfy) wrote :

Thanks for that - little bit needs to be done, otherwise it's good.

If you can fix these I'll be able to approve and get it merged.

We don't use this type of heading any longer - so if you can remove both please.

Test-case name: Dia/dia-001
Test-case name: Dia/dia-002

<dt>Go to File > Open..., select an image from your Home directory and press Open</dt>

Might be good to change that to not include Home.

<dt>Go to File > Open..., select an image and press Open</dt>

<dd>Dia creates a new image in the canvas</dd>

No it doesn't - it creates and empty .dia file to work in, so reword that too please.

Thanks :)

review: Needs Fixing
Revision history for this message
shrini (shrini) wrote :

Thanks Elfy.

Fixed it and added into a new branch.
https://code.launchpad.net/~shrini/ubuntu-manual-tests/shrini-dia-modified

2014-07-24 21:36 GMT+05:30 Elfy <email address hidden>:
> Review: Needs Fixing
>
> Thanks for that - little bit needs to be done, otherwise it's good.
>
> If you can fix these I'll be able to approve and get it merged.
>
> We don't use this type of heading any longer - so if you can remove both please.
>
> Test-case name: Dia/dia-001
> Test-case name: Dia/dia-002
>
> <dt>Go to File > Open..., select an image from your Home directory and press Open</dt>
>
> Might be good to change that to not include Home.
>
> <dt>Go to File > Open..., select an image and press Open</dt>
>
> <dd>Dia creates a new image in the canvas</dd>
>
> No it doesn't - it creates and empty .dia file to work in, so reword that too please.
>
> Thanks :)
> --
> https://code.launchpad.net/~shrini/ubuntu-manual-tests/shrini-dia/+merge/228126
> You are the owner of lp:~shrini/ubuntu-manual-tests/shrini-dia.

--
Regards,
T.Shrinivasan

My Life with GNU/Linux : http://goinggnu.wordpress.com
Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com

Get CollabNet Subversion Edge : http://www.collab.net/svnedge

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/Dia'
2--- testcases/packages/Dia 1970-01-01 00:00:00 +0000
3+++ testcases/packages/Dia 2014-07-24 14:38:03 +0000
4@@ -0,0 +1,29 @@
5+Test-case name: Dia/dia-001
6+This test will check that Dia can open an image file
7+<dl>
8+ <dt>Launch Dia</dt>
9+ <dd>Dia opens, showing one window by default</dd>
10+ <dt>Go to File > Open..., select an image from your Home directory and press Open</dt>
11+ <dd>The picture is displayed in Dia main window</dd>
12+</dl>
13+
14+Test-case name: Dia/dia-002
15+This tests that Dia can be used to create a Flow Chart
16+<dl>
17+ <dt>Goto File > New...,</dt>
18+ <dd>Dia creates a new image in the canvas</dd>
19+ <dt>Click the "Box" button in the toolbox </dt>
20+ <dd>The Box button is in selected state now</dd>
21+ <dt>Draw a box on the canvas</dt>
22+ <dd>A box is displayed on the canvas</dd>
23+ <dt>Select the box and resize it by dragging the corner</dt>
24+ <dd>The box is resized</dd>
25+ <dt>Goto File > Save</dt>
26+ <dd>Dia opens the "Save" window. Give a name to the file and press "save" button. The image is saved now</dd>
27+ <dt>Goto File > Export</dt>
28+ <dd>Dia opens the "Export" window. Give a name to the file, extension as ".svg" and press "save" button. The image is exported as a SVG image now</dd>
29+
30+</dl>
31+
32+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
33+ 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>

Subscribers

People subscribed via source and target branches