Forum Discussion

den_pos's avatar
den_pos
New Contributor
11 years ago

TestComplete & SQLite screen automation

Hi all,



I am trying to automate a test for SQLite and I am having difficulties with reading the results displayed after running a query,



The screen displayed has the WndClass - RB_Pane. Within this screen there is another node which has the following wndClass - RICHEDIT50W.



Do have any ideas which might help me to automate this?



Thank you very much.

3 Replies

  • Hi Denisa,

     


    Another tip is to work directly with the DB via ADO or different objects. In this case, there is no need to get access to SQLite's windows. 


    The "Working With Databases" article contains more information. To connect to you DB, you will need to specify a connection string. Refer to this page for this - there are several samples there.


     

  • den_pos's avatar
    den_pos
    New Contributor
    Thank you very much, Tanya!



    This gives me more properties to work with for the specific object but the Text property is still empty.



    Would you happen to have further tips?



    Thank you.