• Home
Name Date Size #Lines LOC

..--

testdata/03-May-2024-

Android.bpD03-May-20241.6 KiB5047

AndroidTest.xmlD03-May-20241.3 KiB2813

TransactionTraceTestSuite.cppD03-May-20246.5 KiB145110

readme.mdD03-May-2024656 2114

readme.md

1### TransactionTrace Testsuite ###
2
3Hassle free way to test and validate whether a sequence of
4transactions will produce the expected front end state(s). Test
5runs through all testdata/transactions_trace_*.winscope files,
6generates layer states and checks if the states match the
7corresponding layer trace in testdata.
8
9
10#### Run Test ####
11`atest transactiontrace_testsuite`
12
13
14#### Workflow ####
15Add transaction traces that resulted in front end bugs along
16with the layer trace after fixing the issue. The layer trace
17can be generated by using the layertracegenerator tool. The
18main goal of this test suite is to add regression tests with
19minimal effort.
20
21