Project

General

Profile

SeleniumTests » History » Version 2

Carsten Rose, 28.12.2023 16:00

1 1 Carsten Rose
h1. SeleniumTests
2 2 Carsten Rose
3
* *Test QFQ*
4
* Test a specific application
5
6
7
* *Interactive Tests* - used during developing of selenium tests
8
* Automated Tests - 
9
10
h2. Setup Shweta
11
12
* http://webwork20:37091
13
14
h2. Preparation Tasks together with Enis
15
16
* Setup dedicated QFQ test environmant for run as automated tests.
17
18
  * Check how Marc did it.
19
20
* Debugging & troubleshoot Python/Selenium tests - make it easier for Shweta to see what is not working.
21
22
h2. Topics
23
24
* Clean Test Environment
25
26
  * Reproducable T3 QFQ Site
27
  * Reproducable Data 
28
29
* Definition: What to test
30
31
  * Form
32
33
    * Form Save Record
34
    * Form Update Record
35
    * Form Delete Record
36
    * Each individual FormElement
37
    * Dynamic Update
38
39
  * Report
40
41
    * Syntax like: head, tail, shead, stail, rbeg, rend, renr, fbeg, fend, althead, altsql
42
    * `... as _link`
43
44
      * plain link
45
      * link with question dialog
46
      * link with tooltip
47
      * render mode    
48
49
* Implement Tests
50
51
  *