Difference between revisions of "QA/Performance Verification Test(PVT)"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Created page with "== Introduction == Performance Verification Test, PVT for short, is a set of tests that run on new build to get the performance indicators of AOO, such as time/memory/handle cons…")
 
m (UNO PVT)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
Performance Verification Test, PVT for short, is a set of tests that run on new build to get the performance indicators of AOO, such as time/memory/handle consumed after some operations.
+
Performance Verification Test, PVT for short, is a set of tests that run on new build to get the performance indicators of AOO. Performance indicators include consumed time/memory/handle after some operations.<br />
PVT of AOO consists of two parts: GUI and UNO.
+
PVT of AOO consists of two parts: GUI and UNO.<br />
 
=== GUI PVT ===
 
=== GUI PVT ===
GUI PVT is based on VCLAuto, to simulate a common user to perform basic but core operations of each editor and count the consumed time/memory/handle after each operation.
+
GUI PVT is to simulate a common user to perform basic but core operations of each editor and count the consumed time/memory/handle after each operation.<br />
 
=== UNO PVT ===
 
=== UNO PVT ===
UNO PVT is to use UNO API to do basic documents operations, such as loading, saving, closing documents.
+
UNO PVT is to use UNO API to do basic documents operations, such as loading/saving/closing documents, then count the consumed time.<br />
  
You can view daily PVT report here: [http://people.apache.org/~liuzhe/testdashboard/#pvt]
+
You can view daily PVT report here: [https://people.apache.org/~liuzhe/testdashboard/#pvt]<br />
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]

Latest revision as of 12:41, 27 October 2021

Introduction

Performance Verification Test, PVT for short, is a set of tests that run on new build to get the performance indicators of AOO. Performance indicators include consumed time/memory/handle after some operations.
PVT of AOO consists of two parts: GUI and UNO.

GUI PVT

GUI PVT is to simulate a common user to perform basic but core operations of each editor and count the consumed time/memory/handle after each operation.

UNO PVT

UNO PVT is to use UNO API to do basic documents operations, such as loading/saving/closing documents, then count the consumed time.

You can view daily PVT report here: [1]

Personal tools