To count the row's values in different tables which are presented in docx by python
问题 I have a word docx which consist lots of table. so I'm getting trouble to go through all the table and counting some details. I need to automate those cases. Here my question is, First thing i need to read the table which has the header of "Test case details" then i need to count the "Test Type" row which has the "black box" testing value. Here i attached the word docx image for your concern. I need the output like "Total no of Black box test: 200". I'm using python 3.6, Please help me.