Project

General

Profile

SeleniumTests » History » Revision 2

Revision 1 (Carsten Rose, 28.12.2023 15:13) → Revision 2/11 (Carsten Rose, 28.12.2023 16:00)

h1. SeleniumTests 

 * *Test QFQ* 
 * Test a specific application 


 * *Interactive Tests* - used during developing of selenium tests 
 * Automated Tests -  

 h2. Setup Shweta 

 * http://webwork20:37091 

 h2. Preparation Tasks together with Enis 

 * Setup dedicated QFQ test environmant for run as automated tests. 

   * Check how Marc did it. 

 * Debugging & troubleshoot Python/Selenium tests - make it easier for Shweta to see what is not working. 

 h2. Topics 

 * Clean Test Environment 

   * Reproducable T3 QFQ Site 
   * Reproducable Data  

 * Definition: What to test 

   * Form 

     * Form Save Record 
     * Form Update Record 
     * Form Delete Record 
     * Each individual FormElement 
     * Dynamic Update 

   * Report 

     * Syntax like: head, tail, shead, stail, rbeg, rend, renr, fbeg, fend, althead, altsql 
     * `... as _link` 

       * plain link 
       * link with question dialog 
       * link with tooltip 
       * render mode     

 * Implement Tests 

   *