How to debug - code line by line while running test using LCC

54 views
Skip to first unread message

deepak pesumalani

unread,
Feb 14, 2021, 5:23:22 AM2/14/21
to lemoncheesecake
Hi All,

Looking to capability and features of lcc(Lemon cheese cake) framework I am planning to develop framework which support 
  1. API testing
  2. UI Web testing - selenium
  3. UI Window application - WinApp Driver ()
IDE is pycharm.UI

I have already implemented. But I am stuck at one point. How I can debug code line by line or I can say how i can run lcc test case in debug mode.

I know we have feature of logging error/warning/info. But that's information but I am more interested in debuging code line by line. Specificallly for UI testing.

Any suggestion are most welcome.




Nicolas Delon

unread,
Feb 14, 2021, 5:38:40 PM2/14/21
to lemoncheesecake
Hello,

I've you tried pdb which is the standard way to debug things in Python ?

Nicolas.

Vijay Kumar

unread,
Apr 12, 2021, 3:37:22 AM4/12/21
to lemoncheesecake
Hi,

You can also use ipdb : https://pypi.org/project/ipdb/, we are using the same for debugging.

Regards,
Vijay 

Reply all
Reply to author
Forward
0 new messages