Difference between revisions of "QA/BVT"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
Line 120: Line 120:
 
In this step, you need study to read cases. [[http://wiki.openoffice.org/wiki/QA/dev_gui_testing Dev GUI Test]] [[http://wiki.openoffice.org/wiki/QA/vclauto/A_step_by_step_example A step by step example]]<br/>
 
In this step, you need study to read cases. [[http://wiki.openoffice.org/wiki/QA/dev_gui_testing Dev GUI Test]] [[http://wiki.openoffice.org/wiki/QA/vclauto/A_step_by_step_example A step by step example]]<br/>
 
4)If there is a defect, you can open it on [[https://issues.apache.org/ooo/ Bugzilla]],select specific editor as it's category <br/>
 
4)If there is a defect, you can open it on [[https://issues.apache.org/ooo/ Bugzilla]],select specific editor as it's category <br/>
=BVT Case Detail=
+
=BVT Case Detail=  
+
Currently, vclauto BVT include 4 classes, a total of 48 test cases. These test cases are based on VCLAuto, and verify main functionalities.
 +
#Integrating smoke test from AOO.
 +
#Test cases cover 5 products: word processor, spreadsheet, presentation, drawing, and equation editor.
 +
#Testing main operations about each products: new, save, load, reopen.
 +
#Objects operations: picture, chart, table, function.
 +
#Other test points: export as pdf, print, about dialog, slide show.
  
 +
Below is the detailed introduction of each case.
 +
===SmokeTest===
 +
The original smoke test contains two test sample files, smoketestdoc.sxw and TestExtension.oxt. How to use them you can refer to http://wiki.services.openoffice.org/wiki/SmokeTest.
 +
In vclauto BVT, smoke test is implemented in SmokeTest.java. Keeping two sample file, using UNO API to trigger the test instead of control event. Test points are following.
 +
#Create documents: word processor, spreadsheet, presentation, drawing, and equation editor.
 +
#Save above documents to supported types. e.g. Save word processor as .odt, .sxw files.
 +
#Close above documents.
 +
#Open a database, insert/delete/seek data in the database, close the database.
 +
#Install and uninstall an extension.
 +
#Write test results in log files.
 +
===FileTypeTest.java===
 +
{| class="prettytable"
 +
|-
 +
|
 +
<center>'''Test Point'''</center>
  
 +
|
 +
<center>'''Function Description '''</center>
  
 +
|-
 +
|
 +
testSaveNewODT
  
 +
testSaveNewOTT
  
 +
testSaveNewSXW
  
 +
testSaveNewSTW
  
 +
testSaveNewDOC
  
 +
testSaveNewTXT
  
 +
|
 +
* Create a new text document.
 +
* Input some texts by keyboard.
 +
* Set the texts style.
 +
* Save the document. One case is corresponding to one file type.
 +
* Close the document.
 +
* Reopen the saved file.
 +
* Verify if the text still exists in the file.
 +
|-
 +
|
 +
testSaveNewODS
  
 +
testSaveNewOTS
  
 +
testSaveNewSXC
  
 +
testSaveNewSTC
  
 +
testSaveNewXLS
  
 +
|
 +
* Create a new spreadsheet document.
 +
* Input some texts into a cell by keyboard.
 +
* Set style of the texts.
 +
* Save the document. One case is corresponding to one file type.
 +
* Close the document.
 +
* Reopen the saved file.
 +
* Verify if the text still exists in the file.
  
 +
|-
 +
|
 +
testSaveNewODP
  
 +
testSaveNewOTP
  
 +
testSaveNewPPT
  
 +
testSaveNewPOT
  
 +
testSaveNewSXI
  
 +
testSaveNewSTI
 +
 +
|
 +
* Create a new presentation document.
 +
* Input some texts by keyboard.
 +
* Save the document. One case is corresponding to one file type.
 +
* Close the document.
 +
* Reopen the saved file.
 +
* Verify if the text still exists in the file.
 +
 +
|-
 +
|
 +
testSaveNewODG
 +
 +
testSaveNewOTG
 +
 +
testSaveNewSXD
 +
 +
testSaveNewSTD
 +
 +
|
 +
* Create a new draw document.
 +
* Insert a picture from file.
 +
* Save the document. One case is corresponding *to one file type.
 +
* Close the document.
 +
* Reopen the saved file.
 +
* Verify if the picture still exists in the file.
 +
 +
|-
 +
|
 +
testSaveNewODF
 +
 +
testSaveNewSXM
 +
 +
testSaveNewMML
 +
 +
|
 +
* Create a new formula document.
 +
* Insert a formula.
 +
* Save the document. One case is corresponding to one file type.
 +
* Close the document.
 +
* Reopen the saved file.
 +
* Verify if the formula still exists in the file.
 +
 +
|}
 +
 +
 +
===BasicFunctionTest.java===
  
  

Revision as of 01:56, 1 April 2013

Introduction

Build Verification Testing, BVT for short, is a set of tests that run on new build to verify that whether the build is testable or not. It is done prior to its release to test team for further testing. This testing is done for Build Validation and Build Acceptance.

Template:Documentation/Tip

Prerequisites

Platform

Test machine with OS in below list: WindowsXP, Windows7 32bit, Windows7 64bit,Ubuntu, Suse, Redhat,Mac

Environment tools

  • SVN Client:

On Windows: Download and Install TortoiseSVN as SVN Client to checkout sourcecode.
http://tortoisesvn.net/downloads.html

Soft Skills

  • Basic skills about Windows Command line, Linux/Mac Terminal
  • Basic knowledge of Java

How to run BVT

Getting the source code

Anyone can checkout source code from our Subversion repository. Run the following command.

svn co https://svn.apache.org/repos/asf/openoffice/trunk/test/ test

Run testing

As a normal user, how to run testing against an installed OpenOffice?
Firstly compile the project with the command under test module.

ant -Dopenoffice.home="OpenOffice installation directory" compile

Then start testing with the command "run". e.g. Run all test classes under package bvt

run -Dopenoffice.home="/Applications/OpenOffice.org.app/Contents" -tp bvt

e.g. Run the given test classes

run -Dopenoffice.home="/Applications/OpenOffice.org.app/Contents" -tc bvt.gui.BasicFunctionTest


Where to get the testing result?

By default, the testing output is stored in "test/testspace/output***". Open "test/testspace/output/result.html" in your browser to see the testing report.

Special stuff in the output directory.

result.xml: Test result in XML. Every case's detail result, may include case error stack.
result.html: Test result in HTML. Collect all case's result, to report as HTML.
screenshot/: Screenshot pictures when test assert is failed.

FAQ

Template:Documentation/Note Template:Documentation/Note

Task Process

1)Track your execution task on [BVT Report ]

  • Platform: Platform which you can run BVT on it.
  • Volunteer: Volunteer's name who take this execution task.
  • Revision: build version of AOO4.0
  • Status: Pass/Fail
  • Task ID:Task ID in Bugzilla.
Revision Platform Volunteer Status Task ID
WindowsXP
Windows7 32bit
Windows7 64bit
Ubuntu
Suse
Redhat
Mac

2)Update your execution result on "Status" column, and add detail HTML result in new link(Record link on [BVT Report ] ).
3)If have fail/error case, you need check it manually. To confirm it's exact a bug. (For some BVT cases write via GUI(Graphical User Interface), it have some offset).
In this step, you need study to read cases. [Dev GUI Test] [A step by step example]
4)If there is a defect, you can open it on [Bugzilla],select specific editor as it's category

BVT Case Detail

Currently, vclauto BVT include 4 classes, a total of 48 test cases. These test cases are based on VCLAuto, and verify main functionalities.

  1. Integrating smoke test from AOO.
  2. Test cases cover 5 products: word processor, spreadsheet, presentation, drawing, and equation editor.
  3. Testing main operations about each products: new, save, load, reopen.
  4. Objects operations: picture, chart, table, function.
  5. Other test points: export as pdf, print, about dialog, slide show.

Below is the detailed introduction of each case.

SmokeTest

The original smoke test contains two test sample files, smoketestdoc.sxw and TestExtension.oxt. How to use them you can refer to http://wiki.services.openoffice.org/wiki/SmokeTest. In vclauto BVT, smoke test is implemented in SmokeTest.java. Keeping two sample file, using UNO API to trigger the test instead of control event. Test points are following.

  1. Create documents: word processor, spreadsheet, presentation, drawing, and equation editor.
  2. Save above documents to supported types. e.g. Save word processor as .odt, .sxw files.
  3. Close above documents.
  4. Open a database, insert/delete/seek data in the database, close the database.
  5. Install and uninstall an extension.
  6. Write test results in log files.

FileTypeTest.java

Test Point
Function Description

testSaveNewODT

testSaveNewOTT

testSaveNewSXW

testSaveNewSTW

testSaveNewDOC

testSaveNewTXT

  • Create a new text document.
  • Input some texts by keyboard.
  • Set the texts style.
  • Save the document. One case is corresponding to one file type.
  • Close the document.
  • Reopen the saved file.
  • Verify if the text still exists in the file.

testSaveNewODS

testSaveNewOTS

testSaveNewSXC

testSaveNewSTC

testSaveNewXLS

  • Create a new spreadsheet document.
  • Input some texts into a cell by keyboard.
  • Set style of the texts.
  • Save the document. One case is corresponding to one file type.
  • Close the document.
  • Reopen the saved file.
  • Verify if the text still exists in the file.

testSaveNewODP

testSaveNewOTP

testSaveNewPPT

testSaveNewPOT

testSaveNewSXI

testSaveNewSTI

  • Create a new presentation document.
  • Input some texts by keyboard.
  • Save the document. One case is corresponding to one file type.
  • Close the document.
  • Reopen the saved file.
  • Verify if the text still exists in the file.

testSaveNewODG

testSaveNewOTG

testSaveNewSXD

testSaveNewSTD

  • Create a new draw document.
  • Insert a picture from file.
  • Save the document. One case is corresponding *to one file type.
  • Close the document.
  • Reopen the saved file.
  • Verify if the picture still exists in the file.

testSaveNewODF

testSaveNewSXM

testSaveNewMML

  • Create a new formula document.
  • Insert a formula.
  • Save the document. One case is corresponding to one file type.
  • Close the document.
  • Reopen the saved file.
  • Verify if the formula still exists in the file.


BasicFunctionTest.java

Reference

Personal tools